Skip to main content

exitMode

Short Summary

This method is called once for every node when the current operation mode is stopped. It is intended to inform the node that the mode is stopped, so you can throw events / MES notifications / do data management here.

Parameters

NameTypeCommentKind
nodeCNM_OpModeHandlingInterfaces.IOpModes-input

Code

Declaration

METHOD exitMode
VAR_INPUT
node : CNM_OpModeHandlingInterfaces.IOpModes;
END_VAR