IF_UnitMode – General Information

Overview

Type:

Interface

Available as of:

V1.4.2.0

Inherits from:

Task

Interface for retrieving information about the present unit control mode.

Description

The interface provides information about the present unit control mode.

Properties

Name

Data type

Accessing

Description

sName

STRING

Read

Indicates the name of the present unit mode.

diValue

DINT

Read

Indicates the numeric value of the present unit mode.

diStatesDisabled

DINT

Read

Provides information about the state model. The bits 0...16 of the DINT represent the individual states as defined in ET_StateModelDefinition. The bit value TRUE indicates that the corresponding state is disabled in the state model.

diStatesModeChangeAllowed

DINT

Read

Provides information about the state model. The bits 0...16 of the DINT represent the individual states as defined in ET_StateModelDefinition. The bit value TRUE indicates that a mode change in the corresponding state is allowed.

etInitialState

ET_States

Read

Indicates the initial state for the configured state model.