MoverBusy

Indicates the busy state of the PlanarMover.

Syntax

Definition:

TYPE MoverBusy :
STRUCT
    busyMover : BIT;
    busyXYC   : BIT;
    busyX     : BIT;
    busyY     : BIT;
    busyZ     : BIT;
    busyA     : BIT;
    busyB     : BIT;
    busyC     : BIT;
END_STRUCT
END_TYPE

Parameters

Name

Type

Description

busyMover

BIT

Indicates the busy state of the whole PlanarMover.

busyXYC

BIT

Indicates the busy state of the main coordinates (includes only x and y if c is independent).

busyX

BIT

Indicates the busy state of the x coordinate.

busyY

BIT

Indicates the busy state of the y coordinate.

busyZ

BIT

Indicates the busy state of the z coordinate.

busyA

BIT

Indicates the busy state of the a coordinate.

busyB

BIT

Indicates the busy state of the b coordinate.

busyC

BIT

Indicates the busy state of the c coordinate.