Skip to main content

setPartProcessingStarted

Short summary

This method 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.

Parameters

NameTypeCommentKind
partIdentifierTc2_System.T_MaxStringthe part number as stringinput

Code

Declaration

METHOD setPartProcessingStarted :CNM_ReturnTypes.SingleExecutionResult
VAR_INPUT
(* the part number as string *)
partIdentifier :Tc2_System.T_MaxString;
END_VAR