ST_UnitModeDefinition

Overview

Type

Data structure

Available as of

V1.0.1.0

Description

The structure ST_UnitModeDefinition contains the information to initialize the operation modes in the function block FB_ModeManager.

Structure Elements

Variable

Data type

Description

xModeExistent

BOOL

TRUE: operation mode is defined.

stClearing

ST_StateInfo

Indicates whether the state stClearing is defined as possible state for the present operating mode and whether a change of the operating mode is allowed while in this state.

stStopped

ST_StateInfo

Indicates whether the state stStopped is defined as possible state for the present operating mode and whether a change of the operating mode is allowed while in this state.

stStarting

ST_StateInfo

Indicates whether the state stStarting is defined as possible state for the present operating mode and whether a change of the operating mode is allowed while in this state.

stIdle

ST_StateInfo

Indicates whether the state stIdle is defined as possible state for the present operating mode and whether a change of the operating mode is allowed while in this state.

stResetting

ST_StateInfo

Indicates whether the state stResetting is defined as possible state for the present operating mode and whether a change of the operating mode is allowed while in this state.

stExecute

ST_StateInfo

Indicates whether the state stExecute is defined as possible state for the present operating mode and whether a change of the operating mode is allowed while in this state.

stStopping

ST_StateInfo

Indicates whether the state stStopping is defined as possible state for the present operating mode and whether a change of the operating mode is allowed while in this state.

stAborting

ST_StateInfo

Indicates whether the state stAborting is defined as possible state for the present operating mode and whether a change of the operating mode is allowed while in this state.

stAborted

ST_StateInfo

Indicates whether the state stAborted is defined as possible state for the present operating mode and whether a change of the operating mode is allowed while in this state.

stHolding

ST_StateInfo

Indicates whether the state stHolding is defined as possible state for the present operating mode and whether a change of the operating mode is allowed while in this state.

stHeld

ST_StateInfo

Indicates whether the state stHeld is defined as possible state for the present operating mode and whether a change of the operating mode is allowed while in this state.

stUnHolding

ST_StateInfo

Indicates whether the state stUnHolding is defined as possible state for the present operating mode and whether a change of the operating mode is allowed while in this state.

stSuspended

ST_StateInfo

Indicates whether the state stSuspended is defined as possible state for the present operating mode and whether a change of the operating mode is allowed while in this state.

stUnSuspending

ST_StateInfo

Indicates whether the state stUnSuspending is defined as possible state for the present operating mode and whether a change of the operating mode is allowed while in this state.

stSuspending

ST_StateInfo

Indicates whether the state stSuspending is defined as possible state for the present operating mode and whether a change of the operating mode is allowed while in this state.

stCompleting

ST_StateInfo

Indicates whether the state stCompleting is defined as possible state for the present operating mode and whether a change of the operating mode is allowed while in this state.

stComplete

ST_StateInfo

Indicates whether the state stComplete is defined as possible state for the present operating mode and whether a change of the operating mode is allowed while in this state.

Used By

oFB_ModeManager

oFB_VisController

oFC_InitStateModelChangeStates