AxisRef

[ Interface ]

interface AxisRef {
    PlcToNc: PlcToNcAxisRef;
    NcToPlc: NcToPlcAxisRef;
    ADS: IAdsAddress;
    Status: AxisStatus;
    DriveAddress: DriveAddress;
}

Properties

Name

Type

Description

PlcToNc

PlcToNcAxisRef

Contains data that is sent from the PLC to the NC.

NcToPlc

NcToPlcAxisRef

Contains data that is reported back from the NC to the PLC.

ADS

IAdsAddress

Defines the ADS communication address of the axis.

Status

AxisStatus

Contains the current operating state of the axis.

DriveAddress

DriveAddress

Contains the hardware addressing of the drive.

AxisRef 1:

Available since version 1.14.1.15