Skip to main content

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

NameTypeCommentKind
modeUDINT-input
nodeINode-input

Code

Declaration

METHOD checkModeIsAllowed : BOOL
VAR_INPUT
mode :UDINT;
node :INode;
END_VAR