ICOP Technology Inc.
QEC-M-043T
User’s Manual
Ver.1.0A June, 2022
30
Access to EtherCAT Slave information functions
getVendorID
Get the Vendor ID of the EtherCAT Slave.
V
V
V
getProductCode
Get the Product Code of the EtherCAT Slave.
V
V
V
getRevisionNumber
Get the Revision Number of the EtherCAT Slave.
V
V
V
getSerialNumber
Get the Serial Number of the EtherCAT Slave.
V
V
V
getAliasAddress
Get the Alias Address of the EtherCAT Slave.
V
V
V
getSlaveNo
Get the Number of the EtherCAT Slave.
V
V
V
readSII
Read the EEPROM of the EtherCAT Slave.
V
V
readSII8
Read the EEPROM of the EtherCAT Slave. (8-bit)
V
V
readSII16
Read the EEPROM of the EtherCAT Slave. (16-bit)
V
V
readSII32
Read the EEPROM of the EtherCAT Slave. (32-bit)
V
V
writeSII
Write the EEPROM of the EtherCAT Slave.
V
V
writeSII8
Write the EEPROM of the EtherCAT Slave. (8-bit)
V
V
writeSII16
Write the EEPROM of the EtherCAT Slave. (16-bit)
V
V
writeSII32
Write the EEPROM of the EtherCAT Slave. (32-bit)
V
V
Process Data Objects (PDO) Functions
pdoBitWrite
Write Bit of Process Data Output.
V
V
pdoBitRead
Read Bit of Process Data Input.
V
V
pdoGetOutputBuffer
Get Slave Process Data Output Pointer.
V
V
pdoGetInputBuffer
Get Slave Process Data Input Pointer.
V
V
pdoWrite
Write Slave Process Data Output.
V
V
pdoWrite8
Write Slave Process Data Output. (unit8_t)
V
V
pdoWrite16
Write Slave Process Data Output. (unit16_t)
V
V
pdoWrite32
Write Slave Process Data Output. (unit32_t)
V
V
pdoRead
Read Slave Process Data Input.
V
V
pdoRead8
Read Slave Process Data Input. (unit8_t)
V
V
pdoRead16
Read Slave Process Data Input. (unit16_t)
V
V
pdoRead32
Read Slave Process Data Input. (unit32_t)
V
V
CAN Application Protocol over EtherCAT (CoE) Functions
sdoDownload
(CoE) Write the object to EtherCAT Slave device.
V
V
sdoDownload8
(CoE) Write the object to EtherCAT Slave device. (unit8_t)
V
V
sdoDownload16
(CoE) Write the object to EtherCAT Slave device. (unit16_t)
V
V
sdoDownload32
(CoE) Write the object to EtherCAT Slave device. (unit32_t)
V
V
sdoUpload
(CoE) Read the object from EtherCAT Slave device to EtherCAT
Master.
V
V
sdoUpload8
(CoE) Read the object from EtherCAT Slave device to EtherCAT
Master. (unit8_t)
V
V