DriveAddress
[ Schnittstelle ]
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;
}Dieses Interface ist das Äquivalent zu ST_DriveAddress der SPS-Bibliothek.
Eigenschaften
Name | Typ | Beschreibung |
|---|---|---|
NetID |
| |
NetIdBytes |
| |
SlaveAddress |
| |
Channel |
| |
NcDriveId |
| |
NcDriveIndex |
| |
NcDriveType |
| |
NcEncoderId |
| |
NcEncoderIndex |
| |
NcEncoderType |
| |
NcAxisId |
| |
NcAxisType |
| |
TcDriveObjectId |
| |
TcEncoderObjectId |
| |
TcAxisObjectId |
|
![]() | Verfügbar ab Version 1.14.1.15 |
