DriveAddress
[ Interface ]
interface DriveAddress {
NetID: string;
NetIdBytes: any;
SlaveAddress: any;
Channel: any;
NcDriveId: string;
NcDriveIndex: string;
NcDriveType: any;
NcEncoderId: string;
NcEncoderIndex: string;
NcEncoderType: any;
NcAxisId: any;
NcAxisType: any;
TcDriveObjectId: string;
TcEncoderObjectId: string;
TcAxisObjectId: string;
}This interface is the equivalent of ST_DriveAddress in the PLC library.
Properties
Name | Type | Description |
|---|---|---|
NetID |
| |
NetIdBytes |
| |
SlaveAddress |
| |
Channel |
| |
NcDriveId |
| |
NcDriveIndex |
| |
NcDriveType |
| |
NcEncoderId |
| |
NcEncoderIndex |
| |
NcEncoderType |
| |
NcAxisId |
| |
NcAxisType |
| |
TcDriveObjectId |
| |
TcEncoderObjectId |
| |
TcAxisObjectId |
|
![]() | Available since version 1.14.1.15 |
