Difference between revisions of "External Axis"

From Wiki
m (Added configuration category)
 
(44 intermediate revisions by 3 users not shown)
Line 1: Line 1:
This Document describes how to add an external axis.
+
This document describes how to add an external axis.
An additional Stepper Motor Module is required to control the external Axis.
+
An additional stepper motor module is required to control the external axis.
 +
 
 +
[[file:caution.png|left|80px]] '''Caution! This should be done only by experts with experience with the robot control.'''
 +
 
 +
Incorrect changes may cause damages in the robot, the control and the surrounding set up. After changesevery function of the robot has to be tested in detail. Motor temperatures have to be monitored!
  
 
===Hardware Connections===
 
===Hardware Connections===
Line 10: Line 14:
 
===Configuration===
 
===Configuration===
 
<gallery>
 
<gallery>
File:ExternalAxis1.png|1. Switch on the Robot and start CPRog/iRC. It takes about 20-30s for the embedded computer to boot, so that it can be connected in step 3.
+
File:ExternalAxis1.png|1. Switch on the robot and start CPRog/iRC. It takes about 20-30s for the embedded computer to boot, so that it can be connected in step 3.
 
File:ExternalAxis2.png|2. Click on "File". Then select your Robot type.
 
File:ExternalAxis2.png|2. Click on "File". Then select your Robot type.
 
File:ExternalAxis1.png|3. Click on Connect. Once connected, click on "File" again.
 
File:ExternalAxis1.png|3. Click on Connect. Once connected, click on "File" again.
Line 23: Line 27:
 
* '''Kinematic''': Select independent. - At the time of writing only independent axes are supported. "Dependent" means that the robot is connected to the external axis and moves with it. Independent allows the external axis to be moved independently of the robot.
 
* '''Kinematic''': Select independent. - At the time of writing only independent axes are supported. "Dependent" means that the robot is connected to the external axis and moves with it. Independent allows the external axis to be moved independently of the robot.
 
* '''CAN ID''': This is the address of the stepper motor module of this axis. Normally the first ''external'' axis has the CAN ID 88, which corresponds to switch position 9 on the stepper motor module of the axis.
 
* '''CAN ID''': This is the address of the stepper motor module of this axis. Normally the first ''external'' axis has the CAN ID 88, which corresponds to switch position 9 on the stepper motor module of the axis.
* '''Gear scale''': Defines the gear-transmission-ratio. It should be set, so that the position displayed in the software corresponds to the distance the external axis has been moved. When position 1000 (mm) is displayed in the software, the robot should have moved 1m. Negative Values can be used to invert the direction of travel. (For a rotational external axis, this value would be the degrees (°) of rotation, i.e. the when 360 (°) is displayed in the software, the axis should have completed one rotation.
+
* '''[[Gear Scale]]''': Defines the gear-transmission-ratio. It should be set, so that the position displayed in the software corresponds to the distance the external axis has been moved. When position 1000 (mm) is displayed in the software, the robot should have moved 1m. Negative Values can be used to invert the direction of travel. (For a rotational external axis, this value would be the degrees (°) of rotation, i.e. the when 360 (°) is displayed in the software, the axis should have completed one rotation.
 
* '''Position min''' and '''Position max''': define the joint limits to avoid collisions. A 1m external axis should be limited to a minimum of 0 (mm) or greater and a maximum of 1000 (mm) or smaller.
 
* '''Position min''' and '''Position max''': define the joint limits to avoid collisions. A 1m external axis should be limited to a minimum of 0 (mm) or greater and a maximum of 1000 (mm) or smaller.
 
* '''Velocity max''': is the maximum velocity that the axis is allowed to move at. For a linear axis this value is in mm/s. For a rotational axis this value is in °/s.
 
* '''Velocity max''': is the maximum velocity that the axis is allowed to move at. For a linear axis this value is in mm/s. For a rotational axis this value is in °/s.
Line 35: Line 39:
 
</gallery>
 
</gallery>
  
==Firmware Parameters==
+
==Examples==
Any stepper motor module will need to be configured. For known axes this is done in the factory. For custom axis this process needs to be carried out by the user for the system to function as intended.
+
Here we list a number of exemplary configurations, especially the gear scale (find the formula [[Gear Scale | here]]):
 
+
{|
#Turn on the Hardware, start the software. Wait until the green LEDs on top of all motor modules are blinking green. If the axis you are intending to work on now is not blinking green, something went wrong in the section above. Did you save the project and restart the hardware?
+
! style="text-align:left;"| Type of Axis
#Click "Connect"
+
! Reduction
#Once connected, click on "File" to get to the "backstage area"
+
! Gear Scale
#Click on "Get Amp Configuration" to download the firmware parameters of all motor modules. After the download is complete, there will be a pop-up message telling you where the backup file can be found on your hard disk. Make a backup of that backup by copying the file to a safe location.
+
|-
#Open the file in a plain-text editor like Windows Notepad or Notepad++ (do not use Wordpad, Word or OpenOffice Writer). You will see something similar to this:
+
|ZLW-1040
 
+
|70
<syntaxhighlight lang=xml>
+
|28.571
<!-- Parameter set for Commonplace Robotics robotics control  /-->
+
|-
<!-- Target Robot: igus robolink                              /-->
+
|GRW-0630
<!-- support@cpr-robots.com                                  /-->
+
|45
<AmpParameter>
+
|44.444
    <Configuration ModuleType="RailStepperV02" NrOfJoints="5"/>
+
|-
 
+
|SAW-1040
    <Joint0 ID="16" Version="Product 0x42 FW 0x02 0x10"
+
|2
        ComTimeOut="2000" MaxCurrent="200" MaxLag="5000" EncoderErrorDetection="0" PosP="1.000" PosI="0.0000" PosD="0.000" PosAWU="30"
+
|1000.00
        Encoder="True" SwapEncoderDirection="False" EndSwitchRising="True" StopOnEndSwitch="False" UseIndexAsRef="False"
+
|-
        RefStraight="False" RefSinus="False" RefHalf="True" SinusRefTics="2000" SinusRefMaxCycles="6"
+
|ZLW-20200
        Offset="0" RefSpeed="50" RefSpeedSlow="10" RefFromBothSides="True"
+
|144
        SGThreshold="2" CSLoad="18" CSStart="18" CSIdle="6" CSRef="15" StartArea="200"
+
|41.667
        MinSupplyVoltage="500" MaxTemperature="500" Microstepping="0"
+
|-
        />
+
|RL-D-50
 
+
|48
    <Joint1 ID="32" Version="Product 0x42 FW 0x02 0x10"
+
|266.67
        ComTimeOut="2000" MaxCurrent="200" MaxLag="5000" EncoderErrorDetection="0" PosP="1.000" PosI="0.0000" PosD="0.000" PosAWU="30"
+
|-
        Encoder="True" SwapEncoderDirection="False" EndSwitchRising="True" StopOnEndSwitch="False" UseIndexAsRef="False"
+
|RL-D-30
        RefStraight="False" RefSinus="False" RefHalf="True" SinusRefTics="2000" SinusRefMaxCycles="6"
+
|50
        Offset="891" RefSpeed="-50" RefSpeedSlow="-10" RefFromBothSides="True"
+
|277.78
        SGThreshold="2" CSLoad="26" CSStart="26" CSIdle="10" CSRef="20" StartArea="200"
+
|-
        MinSupplyVoltage="500" MaxTemperature="500" Microstepping="0"
+
|RL-D-20
        />
+
|38
 
+
|211.11
    <Joint2 ID="48" Version="Product 0x42 FW 0x04 0x07"
+
|-
        ComTimeOut="3000" MaxCurrent="0" MaxLag="5000" EncoderErrorDetection="1000" PosP="1.000" PosI="0.0000" PosD="0.000" PosAWU="0"
+
|}
        Encoder="True" SwapEncoderDirection="False" EndSwitchRising="True" StopOnEndSwitch="False" UseIndexAsRef="False"
 
        RefStraight="True" RefSinus="False" RefHalf="False" SinusRefTics="500" SinusRefMaxCycles="6"
 
        Offset="-1" RefSpeed="40" RefSpeedSlow="5" RefFromBothSides="True"
 
        SGThreshold="2" CSLoad="10" CSStart="10" CSIdle="3" CSRef="8" StartArea="200"
 
        MinSupplyVoltage="500" MaxTemperature="430" Microstepping="0"
 
        />
 
 
 
    <Joint3 ID="64" Version="Product 0x42 FW 0x02 0x10"
 
        ComTimeOut="2000" MaxCurrent="200" MaxLag="5000" EncoderErrorDetection="0" PosP="1.000" PosI="0.0000" PosD="0.000" PosAWU="30"
 
        Encoder="True" SwapEncoderDirection="False" EndSwitchRising="True" StopOnEndSwitch="False" UseIndexAsRef="False"
 
        RefStraight="False" RefSinus="False" RefHalf="True" SinusRefTics="2000" SinusRefMaxCycles="6"
 
        Offset="-1711" RefSpeed="50" RefSpeedSlow="10" RefFromBothSides="True"
 
        SGThreshold="2" CSLoad="22" CSStart="22" CSIdle="8" CSRef="18" StartArea="200"
 
        MinSupplyVoltage="500" MaxTemperature="500" Microstepping="0"
 
        />
 
 
 
    <Joint4 ID="80" Version="Product 0x42 FW 0x02 0x10"
 
        ComTimeOut="2000" MaxCurrent="200" MaxLag="5000" EncoderErrorDetection="0" PosP="1.000" PosI="0.0000" PosD="0.000" PosAWU="30"
 
        Encoder="True" SwapEncoderDirection="False" EndSwitchRising="True" StopOnEndSwitch="False" UseIndexAsRef="False"
 
        RefStraight="False" RefSinus="False" RefHalf="True" SinusRefTics="2000" SinusRefMaxCycles="6"
 
        Offset="-18405" RefSpeed="50" RefSpeedSlow="10" RefFromBothSides="True"
 
        SGThreshold="2" CSLoad="16" CSStart="16" CSIdle="6" CSRef="12" StartArea="200"
 
        MinSupplyVoltage="500" MaxTemperature="500" Microstepping="0"
 
        />
 
 
 
<Joint4 ID="88" Version="Product 0x42 FW 0x02 0x10"
 
        ComTimeOut="2000" MaxCurrent="200" MaxLag="5000" EncoderErrorDetection="0" PosP="1.000" PosI="0.0000" PosD="0.000" PosAWU="30"
 
        Encoder="True" SwapEncoderDirection="False" EndSwitchRising="True" StopOnEndSwitch="False" UseIndexAsRef="False"
 
        RefStraight="False" RefSinus="False" RefHalf="True" SinusRefTics="2000" SinusRefMaxCycles="6"
 
        Offset="-18405" RefSpeed="50" RefSpeedSlow="10" RefFromBothSides="True"
 
        SGThreshold="2" CSLoad="16" CSStart="16" CSIdle="6" CSRef="12" StartArea="200"
 
        MinSupplyVoltage="500" MaxTemperature="500" Microstepping="0"
 
        />
 
 
</AmpParameter>
 
</syntaxhighlight>
 
 
 
 
 
  
 +
==Firmware Parameters (Advanced)==
 +
Any stepper motor module must be configured. For ''known'' axes this is done in the factory. However, there is a vast number of different types of motors/inis/encoders and joint configurations. For custom joints this process needs to be carried out by the user for the system to function as intended. The "Quality Management" sheet that comes with the electronics will indicated '''unconfigured''' for an additional axis, if the axis has not been configured.
  
# If the additional external axis has a motor encoder, which it normally should, enter the paramters as shown on Fig 2. [[file:ModuleCtrl_page2.png|thumb|right|200px|Fig 2. Enter the module paramters as shown on this image.]]. Initially, click "read" to download the current parameters from the module. Remember to click the set after entering the values, so that the parameters are uploaded to the firmware.
+
'''Please refer to the article [[Firmware Parameter Configuration]] on how to change the parameters!'''
# Switch to the StepperMotor Tab and initially click "read" to download the current parameters. Enter the values shown in Fig 3 and click "write". [[file:ModuleCtrl_page3.png|thumb|right|200px|Fig 3. Enter the module paramters as shown on this image.]]
 
# Then click "read" again to verify that the configuration has been written as intended.
 
# The axis is now configured to the default parameters for an external linear axis. However, you may want to vary the parameters:
 
# If you later on notice that the referencing switch is not being found, change  
 
#*"End Switch Rising" to invert the end-switch logic.
 
#*"Ref Speed" and "Ref Speed Slow", if the axis is moving at the wrong speed when referencing. Invert these parameters, if the axis is turning in the wrong direction during referencing.
 
  
 
==Referencing==
 
==Referencing==
 
Now you are ready to [[Referencing_robolink#Step by step instructions for current CProg/iRC versions (980-11-XXX)|reference the robot]] including the external axis. Start at Step 2 in the link, since the robot is already connected in software right now.
 
Now you are ready to [[Referencing_robolink#Step by step instructions for current CProg/iRC versions (980-11-XXX)|reference the robot]] including the external axis. Start at Step 2 in the link, since the robot is already connected in software right now.
  
[[Category:CPRog/iRC v980-11-XXX]][[Category:CPRog]]
+
[[Category:Configuration]][[Category:CPRog/iRC v980-11-XXX]][[Category:CPRog]]

Latest revision as of 17:01, 8 March 2023

This document describes how to add an external axis. An additional stepper motor module is required to control the external axis.

Caution.png

Caution! This should be done only by experts with experience with the robot control.

Incorrect changes may cause damages in the robot, the control and the surrounding set up. After changesevery function of the robot has to be tested in detail. Motor temperatures have to be monitored!

Hardware Connections

Connect the external axis just like all other axes. See pinout below:

ExternalAxisSchematic.png

Configuration

The values displayed on the last image above are the correct values for the optional linear axis that the robolink DP robots can travel on.

  • Type: Leave this field blank, unless you know which xml robot configuration file you want to use for the external axis.
  • Kinematic: Select independent. - At the time of writing only independent axes are supported. "Dependent" means that the robot is connected to the external axis and moves with it. Independent allows the external axis to be moved independently of the robot.
  • CAN ID: This is the address of the stepper motor module of this axis. Normally the first external axis has the CAN ID 88, which corresponds to switch position 9 on the stepper motor module of the axis.
  • Gear Scale: Defines the gear-transmission-ratio. It should be set, so that the position displayed in the software corresponds to the distance the external axis has been moved. When position 1000 (mm) is displayed in the software, the robot should have moved 1m. Negative Values can be used to invert the direction of travel. (For a rotational external axis, this value would be the degrees (°) of rotation, i.e. the when 360 (°) is displayed in the software, the axis should have completed one rotation.
  • Position min and Position max: define the joint limits to avoid collisions. A 1m external axis should be limited to a minimum of 0 (mm) or greater and a maximum of 1000 (mm) or smaller.
  • Velocity max: is the maximum velocity that the axis is allowed to move at. For a linear axis this value is in mm/s. For a rotational axis this value is in °/s.
  • Acceleration: defines the instant acceleration in mm/s² or °/s². (Initial acceleration from standstill)
  • Acceleration Inc: defines the subsequent acceleration in mm/s² or °/s². (Subsequent acceleration, once the axis is moving)

Examples

Here we list a number of exemplary configurations, especially the gear scale (find the formula here):

Type of Axis Reduction Gear Scale
ZLW-1040 70 28.571
GRW-0630 45 44.444
SAW-1040 2 1000.00
ZLW-20200 144 41.667
RL-D-50 48 266.67
RL-D-30 50 277.78
RL-D-20 38 211.11

Firmware Parameters (Advanced)

Any stepper motor module must be configured. For known axes this is done in the factory. However, there is a vast number of different types of motors/inis/encoders and joint configurations. For custom joints this process needs to be carried out by the user for the system to function as intended. The "Quality Management" sheet that comes with the electronics will indicated unconfigured for an additional axis, if the axis has not been configured.

Please refer to the article Firmware Parameter Configuration on how to change the parameters!

Referencing

Now you are ready to reference the robot including the external axis. Start at Step 2 in the link, since the robot is already connected in software right now.