Skip to main content

IModeNode

short summary

This interface defines the methods needed for operation mode dependent nodes.

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>

AccessAbstractFinalExtendsImplements
-NoNoINode, IOpModes-

UML Diagram

Properties

isEmpty

Type: BOOL

This property indicates that a node or subunit is empty (no parts are physically present). It is used for the HMI connection.

step

Type: BOOL

This boolean can be used to set the step signal for a node for one plc cycle.

Methods

overwriteMode

This method allows the overwrite of the current mode state with a new mode, provided the current mode state is in IDLE or SUCCESS status,

Code

Declaration

INTERFACE IModeNode EXTENDS INode, IOpModes