Skip to main content

ICyclicNode

short summary

This interface extends the INode interface with a run method for a cyclically update/monitoring. Examples for cyclic nodes are device drivers, meausurements or communication nodes (MES / other PLC / etc.)

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-

UML Diagram

Methods

run

This method will be called in every cycle for a node. It can be used to implement hardware drivers/measurements/monitoring.

Code

Declaration

INTERFACE ICyclicNode EXTENDS INode