General EtherCAT Error

General EtherCAT Error

Motion Coordinator reports a General EtherCAT Error with a number.  What does it mean?

Error - General Ethercat Error(8) = invalid data, exceeded maximum telegram length (by attempting  to add too much data into the telegram.)

Error - General Ethercat Error(80) = working counter error, hence incorrect logical command (LRW, LRD, LWR) in configuration or slave not responding correctly.

Error - General Ethercat Error(83) = Master expected a telegram but did not receive one.

Error - General Ethercat Error(104) = incorrect response to startup ESC init command ( eg not all slaves have changed state.)

Error - General Ethercat Error(262144) =  telegram watchdog error ( didn't receive back last transmitted telegram) ( error code 262144 = 0x40000)

 


    • Related Articles

    • EtherCAT start - diagnostic information

      When reporting an EtherCAT startup error, please send the following information to Trio technical support. 1) The text shown on the terminal after ETHERCAT(0, 0) For example: >>ETHERCAT(0,0) Warning - EtherCAT cable or network not detected (slot 0). ...
    • Ethercat axis trajectory error

      Check the Target Position that is sent over EtherCAT. DAC_OUT is the value the controller puts on the telegram. Every cycle, DPOS --> DPOS * UNITS + offset --> DAC_OUT Compare DAC_OUT to the Target Position object value in the drive. Over SDO on ...
    • Following error when using CSP in M753 Control Techniques drives

      Target Position is in DAC_OUT in CSP mode Encoder position is in ENCODER in CSP mode. Both can be monitored on the scope. FE is DPOS - MPOS so has a larger value than the real following error due to the EtherCAT cycle time. Set FE_LIMIT to suit the ...
    • Ethercat drive disable problem with Panasonic A6B

      Panasonic A6B EtherCAT servo drives have a ramp down to stop feature that is enabled by default. This means when the Master sets the control word to $06 (Disable) the drive will ramp down the speed to zero and only then disable the drive.  This takes ...
    • Clear DX4 encoder error

      For "Clear all encoder errors" write "1" to address 0x3685:01 For the "Clear multiturn errors" write "1" to address 0x3685:02   The data type is UINT16 From a Motion-iX TrioBASIC program you can use either CO_WRITE or CO_WRITE_AXIS to access this ...