REGIST question

REGIST question

Question: Can I use more than the 8 inputs 0 to 7 on the MC4N/MC6N as registration inputs, using REGIST(21 ... ) ?

Suggestion & resolution:
The hardware that does the registration is only there on inputs 0 to 7. You can do a "soft" regist that is polled at the servo_period time by using REGIST(20, input_number, 4). It's not a true high speed capture but might suffice.
Alternatively on an EtherCAT system, the servodrives may support Touch Probe and that can be used along with REGIST(20, .. ) as well. The touch probe objects must be included in the PDO.
    • Related Articles

    • AN-291 Touch Probe EtherCAT registration

      Digital Servo Drives often have a position capture function known either as Touch Probe or Touch Trigger. This function uses either the Z mark on the motor’s encoder, or one of 2 external inputs to act as the latch signal and capture the encoder ...
    • AN-426 Using Touch Probe on ESTUN drive

      This Application Note shows how to use the Registration with Touch Probe Enabled on the ESTUN PRONET Drive (Pronet SUMMA will be used for Illustration)
    • Touch probe problem when motor direction reversed

      With EtherCAT touch probe it is not possible to reverse the axis direction with ENCODER_RATIO and STEP_RATIO. Instead you must reverse the direction in the servo drive itself. Check the operating and setup manuals for the drives you have connected to ...
    • DATUM(6) with MC664 and EtherCAT drives

      You must set up the PDO to include the Touch Probe objects. If it is a drive with profiles built-in to the trio firmware, then the usual selection is DRIVE_PROFILE = 2 in position mode. If using an EC_EXTEND file then you must add the touch probe to ...
    • AN-396 EtherCAT Registration

      Registering is a way of very accurately noting a position on an axis.  This document discusses how to perform this registration, as well as provides more information on the Motion Coordinators (to which this is applicable) and on Touch Probe