FBS_MODESEL (ENUM)ΒΆ
TYPE FBS_MODESEL :
Definition of SF_ModeSelector 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).
MODE_SELECTED
16#8000
Valid mode selection, but NOT yet locked.
MODE_LOCKED
16#8010
Valid mode selection is locked.
MODE_CHANGED
16#8802
State after activation or when S_ModeX has changed (unless locked) or after Reset of an error state.
ERR_SHORTCIRCUIT
16#C010
The FB detected that two or more S_ModeX are TRUE, e.g., short-circuit of cables.
ERR_SHORTCIRCUIT_RESREQ
16#C410
No more short short-circuit of cables (Only one S_ModeX OR no S_ModeX), the error can be reset
ERR_OPENCIRCUIT
16#C020
The FB detected that all S_ModeX are FALSE: The period following a falling S_ModeX trigger exceeds ModeMonitorTime, e.g. open-circuit of cables.
ERR_OPENCIRCUIT_RESREQ
16#C420
No more One S_ModeX is TRUE, the error can be reset
ERR_RESET_1
16#C011
Static Reset signal detected in state C410.
ERR_RESET_2
16#C021
Static Reset signal detected in state C420.