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>
| Access | Abstract | Final | Extends | Implements |
|---|---|---|---|---|
| - | No | No | INode | - |
UML Diagram
Methods
run
- Return type: CNM_ReturnTypes.SingleExecutionState
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