Skip to main content

executeCommand

Short summary

Executes the action associated with this command. It can take multiple PLC cycle to finish the command.

Parameters

NameTypeCommentKind
executeBOOLcontrol bit to start or abort the commandinput

Code

Declaration

METHOD executeCommand :CNM_ReturnTypes.SingleExecutionState
VAR_INPUT
(*control bit to start or abort the command*)
execute :BOOL;
END_VAR