Data type ST_DriveAddress

The data type ST_DriveAddress contains the ADS access data for a drive unit. The data are read with MC_ReadDriveAddress.


TYPE ST_DriveAddress :
STRUCT
NetID        : T_AmsNetId;     (* AMS NetID of the drive as a string *)
NetIdBytes   : T_AmsNetIdArr;  (* AMS NetID of the drive as a byte array (same information as NetID) *)
SlaveAddress : T_AmsPort;      (* slave address of the drive connected to a bus master *)
Channel      : BYTE;           (* EtherCAT channel number of the drive (0, 1, 2, 3, 4…) *)
END_STRUCT
END_TYPE