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.
legal notes
| SPDX-FileCopyrightText: © 2024 ekvip automation GmbH <info@ekvip.de> | SPDX-License-Identifier: Apache-2.0 | For details check: Apache-2.0_
.. _Apache-2.0: https://www.apache.org/licenses/LICENSE-2.0
.. </legal notes>
Parameters
| Name | Type | Comment | Kind |
|---|---|---|---|
| node | IOpModes | - | input |
Code
Declaration
METHOD exitMode
VAR_INPUT
node : IOpModes;
END_VAR