FBS_ESPE (ENUM)ΒΆ

TYPE FBS_ESPE :

Definition of SF_ESPE function block states and its diagnostic values.

Attributes:
qualified_only
InOut:

Name

Initial

Comment

IDLE

16#0

The function block is not active (initial state).

INIT

16#8001

Activation is TRUE. The function block was enabled. Check if S_StartReset is required.

OUT_ENABLED

16#8000

Activation is TRUE. S_ESPE_In = TRUE. Functional mode with S_ESPE_Out = TRUE.

WAIT_FOR_IN_1

16#8802

Activation is TRUE. Check if Reset is FALSE and wait for S_ESPE_In = TRUE.

WAIT_FOR_RESET_1

16#8402

Activation is TRUE. S_ESPE_In = TRUE. Wait for rising trigger of Reset.

WAIT_FOR_IN_2

16#8804

Activation is TRUE. Safety demand detected. Check if Reset is FALSE and wait for S_ESPE_In = TRUE.

WAIT_FOR_RESET_2

16#8404

Activation is TRUE. S_ESPE_In = TRUE. Check for S_AutoReset or wait for rising trigger of Reset.

ERR_RESET_1

16#C001

Reset is TRUE while waiting for S_ESPE_In = TRUE.

ERR_RESET_2

16#C011

Reset is TRUE while waiting for S_ESPE_In = TRUE.