Skip to main content

apply

Short summary

A method to apply the concrete action on the given object (THIS^.object)

Return: CNM_ReturnTypes.ExecutionState

Parameters

NameTypeCommentKind
executeBOOLcontrol bit to start or abort the application, should to be active until the ExecutionState is SUCCESSinput

Code

Declaration

METHOD apply :CNM_ReturnTypes.SingleExecutionState
VAR_INPUT
(*control bit to start or abort the application, should to be active until the ExecutionState is SUCCESS*)
execute :BOOL;
END_VAR