AxisRef
[ Interface ]
interface AxisRef {
PlcToNc: PlcToNcAxisRef;
NcToPlc: NcToPlcAxisRef;
ADS: IAdsAddress;
Status: AxisStatus;
DriveAddress: DriveAddress;
}Properties
Name | Type | Description |
|---|---|---|
PlcToNc | Contains data that is sent from the PLC to the NC. | |
NcToPlc | Contains data that is reported back from the NC to the PLC. | |
ADS | Defines the ADS communication address of the axis. | |
Status | Contains the current operating state of the axis. | |
DriveAddress | Contains the hardware addressing of the drive. |
![]() | Available since version 1.14.1.15 |
