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

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:

Available since version 1.14.1.15