MC_PLANAR_STATE

Indicates the enable state of a component.

Syntax

Definition:

TYPE MC_PLANAR_STATE :
(
    Invalid      := 0,
    Disabled     := 1,
    Enabling     := 2,
    Enabled      := 3,
    Disabling    := 4,
    Error        := 5,
    ErrorPending := 6,
    Resetting    := 7
)UINT;
END_TYPE

Values

Name

Description

Invalid

Indicates no or invalid information, e.g. no connection or component not yet ready.

Disabled

Indicates a disabled component.

Enabling

Indicates an enabling component.

Enabled

Indicates an enabled component.

Disabling

Indicates a disabling component.

Error

Indicates a component in error state.

ErrorPending

Indicates that a component is transitioning from any non error state to the error state.

Resetting

Indicates that a component is resetting after it was in error state.