IModeConditionProvider
short summary
This interface provides a method that checks for each mode if it can be started.
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 | - | - |
UML Diagram
Methods
checkModeIsAllowed
- Parameters:
mode(UDINT)node(INode)
- Return type:
BOOL
This method checks the start conditions for the selected operation mode.…
Code
Declaration
INTERFACE IModeConditionProvider