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

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

 

DriveAddress 1:

Verfügbar ab Version 1.14.1.15