Configuring the kinematic chain of a group
Configuration is by means of the parameter chain[i] (P-CHAN-00449).
Attention
Missing kinematic name
If a kinematic name specified in P-CHAN-00449 cannot be found in the list of all transformations, the error 292064 is output.
The kinematic chain is configured according to its physical design:
- chain[0]: Kinematic included by no other kinematic
- chain[i]: Kinematic included by the kinematic chain [i-1]
- Highest index: Kinematic included by no other kinematic
Example
A robot stands on a linear axis
trafo[0].id 45
trafo[0].name ROBOT
...
trafo[1].id 91
trafo[1].name LINEAR
...
trafo[2].id 210
trafo[2].group[0].name LIN_ROB
trafo[2].group[0].chain[0] LINEAR
trafo[2].group[0].chain[1] ROBOT
...