MC_PLANAR_COORDINATE_MODE

Indicates if the setpoint generation for a coordinate is independent, coupled to the main coordinates (x, y) or controlled by other sources.

Syntax

Definition:

TYPE MC_PLANAR_COORDINATE_MODE :
(
    Invalid     := 0,
    Independent := 1,
    Dependent   := 2,
    External    := 3
)UINT;
END_TYPE

Values

Name

Description

Invalid

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

Independent

Indicates an independent coordinate, controlled separately.

Dependent

Indicates a dependent coordinate, controlled together with x and y.

External

Indicates a coordinate controlled by external setpoint generation.