Skip to main content

run

Short Summary

This method is calling the operation mode methods for every node depending on the current behaviour.

Parameters

NameTypeCommentKind
executeBOOL-input
pauseBOOL-input
nodeCNM_OpModeHandlingInterfaces.IOpModes-input

Code

Declaration

METHOD run :CNM_ReturnTypes.SingleExecutionState
VAR_INPUT
execute :BOOL;
pause :BOOL;
node :CNM_OpModeHandlingInterfaces.IOpModes;
END_VAR

Implementation

run := node.runHoming( execute, pause );