Skip to main content

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.

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

NameTypeCommentKind
nodeIOpModes-input

Code

Declaration

METHOD enterMode
VAR_INPUT
node : IOpModes;
END_VAR