assignGlobalReferences
Short Summary
This method is used during the initialization of the nodes to receive the mode data references from the parent node.
Parameters
| Name | Type | Comment | Kind |
|---|---|---|---|
| data | REFERENCE 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;