Configuring the kinematic chain of a group

Configuration is by means of the parameter chain[i] (P-CHAN-00449).

Attention

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:

Group design
Group design

Example

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
...