Clear DX4 encoder error

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 object.

CO_WRITE_AXIS(2, $3685, 2, 6, -1, 1) ' clear multiurn errors on axis 2

    • Related Articles

    • Analogue drive and Ethercat encoders

      We are considering to install an Ethercat card to the Analog drive only for speed control. Question… Can we close the posisition the loop of an ethercat drive with an external encoder? Can we use an ADD_DAC function for that? Answer: Yes it can be ...
    • Reading DX4 Fault Code Displayed On Front Of Drive

      The code below will move the error number displayed on the 8 segment display into a declared variable for use in other programs. 'This example is for Axis 0 error number reading ' 'CO_READ_AXIS(axis_number, index, subindex ,type [,vr_number]) 'CoE ...
    • AN-315 EtherCAT setup for Panasonic A5B Drive

      When delivered, the Panasonic A5B has 2 features set; the Positive Over Travel Input (POT) and the Negative Over Travel input (NOT). If these are connected to limit switches then the system will work in the usual way until the limit switch is ...
    • 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 ...
    • DX4 - Encoder Error A47 on drive

      When using an Absolute encoder option on the DX4 drives, if the voltage of the encoder battery is too low (<2.45V) encoder error A47 will appear on the drive. Also in the Motor Basic Setup page if you have Absolute Encoder Usage (pn002.2) set to ...