enterMode
Short Summary
This method is called once for every node when a new oepration mode is started. It is intended to inform the node that a new mode is startet, so you can throw events / MES notifications / do data management here.
Parameters
| Name | Type | Comment | Kind |
|---|---|---|---|
| node | CNM_OpModeHandlingInterfaces.IOpModes | - | input |
Code
Declaration
METHOD enterMode
VAR_INPUT
node : CNM_OpModeHandlingInterfaces.IOpModes;
END_VAR