partProcessingStarted
Short summary
This command starts a new process cycle and sets the start time stamp for the corresponding partIdentifier.
Attention: calling this method clears the currently set part data, e.g. if the last process cycle couldn't be finished.
- Return type: CNM_CommandInterfaces.ISingleAttempt
Parameters
| Name | Type | Comment | Kind |
|---|---|---|---|
| partIdentifier | Tc2_System.T_MaxString | the part number as string | input |
Code
Declaration
METHOD partProcessingStarted :CNM_CommandInterfaces.ISingleAttempt
VAR_INPUT
(* the part number as string *)
partIdentifier :Tc2_System.T_MaxString;
END_VAR