Enhanced Throughput Module (ETM)

This page includes instructions on how to set up the Enhanced Throughput Module (ETM) in Automation1 and the related parameters.

Use the instructions in the ETM hardware manual to install and connect the ETM to your drive. Make a note of which axis and analog input that the ETM is connected to.

The procedure that follows is an iterative process that configures the parameters for your ETM. Before you use the procedure, make sure that the motion system is set up for normal operation and works as it should. Make sure that:

  • The motion system axes can be enabled, homed, and moved throughout travel.
  • Safety sensors and fault conditions, like end-of-travel limits, are configured.
  • The servo gains and feedforward gains are tuned.
  • The payload is attached to the motion system.
  • If there is an isolation system under the motion system, make sure it works correctly.

How to configure the Enhanced Throughput Module (ETM) in Automation1

  1. In Automation1 Studio, enable and home all of the motion axes in the system. Move the axes to the center of travel.
  2. In the Configure workspace, select the Optimization topic from the Axes category.
  3. In the axis drop-down box at the top, select the axis that is connected to the ETM.
  4. Set the EnhancedThroughputChannel parameter to the analog input connected to the ETM.
  5. Set the EnhancedThroughputCurrentClamp parameter to the same value as the AverageCurrentThreshold parameter for your axis.
    1. In the Configure workspace, select Protection from the Axes category.
    2. Make sure that the axis drop-down is set to the axis connected to the ETM.
    3. Make a note of the value of the AverageCurrentThreshold (A) parameter.
    4. Go back to the Optimization topic to set the EnhancedThroughputCurrentClamp parameter to the same value as the AverageCurrentThreshold parameter.
  6. Make sure that the EnhancedThroughputGain parameter is set to zero. Zero is the default for this parameter.
  7. Click the Save All button in the lower left corner of the Configure workspace, and reset the controller.
  8. Enable the axis connected to the ETM. Then, move the axis to make sure that motor commutationClosed The action of steering currents to the proper motor phases to produce optimum motor torque/force. In brush-type motors, commutation is done electromechanically via the brushes and commutator. A brushless motor is electronically commutated using a position feedback device such as an encoder or Hall effect devices. Stepping motors are electronically commutated without feedback in an open-loop fashion. is initialized.
    1. Home the axis if that moves the stage.
    2. If not, move the stage with the Jog buttons or a move command. Usually, 25 mm is sufficient to initialize commutationClosed The action of steering currents to the proper motor phases to produce optimum motor torque/force. In brush-type motors, commutation is done electromechanically via the brushes and commutator. A brushless motor is electronically commutated using a position feedback device such as an encoder or Hall effect devices. Stepping motors are electronically commutated without feedback in an open-loop fashion..
  9. Edit the ETM_GainSetup.ascript program in the Develop workspace.
    1. Copy the program, and paste it into a new file in the Develop workspace.
    2. Scroll down to the Input variables section of the program and change the value of the $myAxis variable to the name of the axis connected to the ETM.
    3. Save the program and name it ETM_GainSetup.ascript.
    4. Press the Build button (hammer icon) to compile the program. Make sure that the program builds without any errors.
  10. Run the ETM_GainSetup.ascript program.
  11. Program Description: Through an iterative process, the program sets and then improves the value of the EnhancedThroughputGain parameter. During each iteration, a dialog comes into view that asks you to hit the machine base in the direction of ETM measurement. A good method is to lightly hit the base with the bottom of your closed fist. The ETM gain is calculated based on the measured system response. This process continues until the gain value is consistent or after ten iterations. The program then tells you to set the EnhancedThroughputGain parameter value.

  12. After you press the Run button, a dialog comes into view. Use the on-screen instructions during the iterative process.
  13. When the process is complete, a dialog comes into view with instructions for how to set the EnhancedThroughputGain parameter.
    1. If the message is titled Results: Good Linear Fit, make a note of the EnhancedThroughputGain value, including the sign. You can also copy the value from the field. Go to step 13.
    2. Note: The R^2 value is an indication of the goodness of linear fit that was used to calculate the gain. The closer the value is to 1, the better the goodness of linear fit.

    3. If the message is titled Results: Poor Linear Fit, go to the instructions in the Troubleshooting section on this page instead of continuing to step 13.
  14. Go to the Optimization topic, and change the EnhancedThroughputGain parameter to the value you noted in step 12a.
  15. Click the Save All button in the lower left corner of the Configure workspace, and reset the controller.

If you have completed all steps successfully, you are finished setting up your ETM in Automation1.

There are a couple of optional steps that you can do after you successfully complete the procedure:

  • If you want to fine tune the EnhancedThroughputGain value, you can do the procedure a second time. Before you do so, edit the program variable $convergencePercent to a lower value, such as 1.0. Then do the steps in the procedure again.

  • You can do the optional performance check in the section that follows.

ETM Performance Check (Optional)

By default, the ETM_GainSetup.ascript program triggers data collection in the Visualize workspace during each iteration. You can make sure that the ETM is working as expected by comparing the position error traces in these plots. To do this, use the instructions that follow.

  1. In Automation1, go to the Visualize workspace.

  2. In the unsaved plot drop-down box in the upper left corner, select and look at the different plots. Note that the position error decreased as the EnhancedThroughputGain value was adjusted during the iterative process.

You can also see the gains used during each iteration in the Notifications sidebar in Automation1 Studio.

Enhanced Throughput Module (ETM) Setup Program

Troubleshooting