Skip to main content

assignGlobalReferences

Short Summary

This method is used during the initialization of the nodes to receive the mode data references from the parent node.

Parameters

NameTypeCommentKind
dataREFERENCE TO CNM_OpModeHandlingInterfaces.NodeHandlerControlStruct-input

Code

Declaration

METHOD INTERNAL assignGlobalReferences
VAR_INPUT
data : REFERENCE TO CNM_OpModeHandlingInterfaces.NodeHandlerControlStruct;
END_VAR

Implementation

THIS^.nodeControlData REF= data;