E_SoE_CmdState

TYPE E_SoE_CmdState:(
    eSoE_CmdState_NotSet                  := 0,
    eSoE_CmdState_Set                     := 1,
    eSoE_CmdState_Executed                := 2,
    eSoE_CmdState_SetEnabledExecuted      := 3,
    eSoE_CmdState_SetAndInterrupted       := 5,
    eSoE_CmdState_SetEnabledNotExecuted   := 7,
    eSoE_CmdState_Error                   := 15
);
END_TYPE

Name

Description

eSoE_CmdState_NotSet

No command active

eSoE_CmdState_Set

Command set (prepared) but not (yet) executed.

eSoE_CmdState_Executed 

Command was executed.

eSoE_CmdState_SetEnabledExecuted 

Command set (prepared) and executed.

eSoE_CmdState_SetAndInterrupted 

Command was set but interrupted.

eSoE_CmdState_SetEnabledNotExecuted 

Command execution is still active.

eSoE_CmdState_Error 

Error during command execution. The error state has been changed.