Are there major differences between Interpolated Position Mode (0x6060=7) and CSP mode (0x6060=8)?

Are there major differences between Interpolated Position Mode (0x6060=7) and CSP mode (0x6060=8)?

Inperpolated position mode is designed so that the master sends an array of positions and the drive does a movement that follows the positions by interpolating between them. There is an interpolation time period set in objects 0x60C2:0x01 and 0x60C2:0x02.

The way the Trio master uses interpolated position mode is to set the interpolation time the same as the servo period and send it one position. The drive then interpolates between the previous position and the new one. The effect is that it is the same as the way CSP works.

In CSP mode the master sends a new position every cycle and the drive moves immediately to the new positon. Some drives have an internal period that is shorter than the EtherCAT period. In those drives they do an inerpolation between the positions sent by the master. For example the drive has internal position loop at 200 usecs and the EtherCAT cycle is 1 msec. The drive calculates 4 points in between the CSP points and interpolates between them.

Conclusion is that there is not much difference between the modes in the way the Trio Master uses them.
    • Related Articles

    • EtherCAT CoE 402 Mode of Operation

      If an EtherCAT slave goes operational and enables OK but does not move when the axis has a move command then check that SERVO is set to 1 and also check the drive mode of operation. For CSP, if 0x6061 is not 8, then check that the requested mode ...
    • Can the M700 range of Nidec drives be used as CSP?

      Yes it can be used with CSP. See the drive manual page snippet below. We have some EC_EXTEND files already for these type of drive. You must select the RFC-S type of drive. S means servo.
    • EtherCAT Axis Types and Feature Enable

      ATYPE is usually set automatically when the EtherCAT starts, depending on slave type and DRIVE_MODE in MC_CONFIG. 65 EtherCAT position 66 EtherCAT speed 67 EtherCAT Torque 68 EtherCAT Open Speed- No Feature code required 69 EtherCAT Reference Encoder ...
    • XYZ axes running slower than expected

      One of our customers faced a problem with Slow Speed on all Axes.  They just changed the Y axis Drives with a different type and changed the UNITS (higher) which seems good becasue they can move the Axis more precisely.  But now when running XYZ ...
    • 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 ...