checkModeIsAllowed
short summary
This method checks the start conditions for the selected operation mode. If the mode is allowed to be started, it returns TRUE.
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>
- Return type:
BOOL
Parameters
| Name | Type | Comment | Kind |
|---|---|---|---|
| mode | UDINT | - | input |
| node | INode | - | input |
Code
Declaration
METHOD checkModeIsAllowed : BOOL
VAR_INPUT
mode :UDINT;
node :INode;
END_VAR