Sequence of TCP movements of partial kinematics (P-CHAN-00450)
P-CHAN-00450 | Priority which the couple kinematic uses to split the TCP movement among the partial kinematics. |
Description | The algorithm which distributes the programmed TCP coordinates among the partial kinematics precedes the priority defined here: Beginning with the index m = 0 the largest possible part of the movement is to be traversed by this kinematic. The resulting difference to the programmed TCP is handed over to the next kinematic in the list. This step is repeated until the TCP coordinates are reached, or until the last entry within the sequence defined here is reached. |
Parameter | trafo[j].group[k].move_prio[m] where m = 0 … Length of the kinematic chain kin_step[i].trafo[j].group[k].move_prio[m] (multi-step transformations) |
Data type | UNS16 |
Data range | 0 ... MAX(UNS16) |
Dimension | ---- |
Default value | 0 |
Remarks | Each of the names used here must be present within the kinematic chain. Configuration example: Robot on a linear axis trafo[0].id 1 trafo[0].type 210 trafo[0].group[0].id 100 trafo[0].group[0].chain[0] 3 trafo[0].group[0].chain[1] 2 trafo[0].group[0].move_prio[0] 2 trafo[0].group[0].move_prio[1] 3 trafo[1].id 2 trafo[1].type 45 trafo[2].id 3 trafo[2].type 91 In this example, the entire TCP movement is first handed over to the robot. What the robot cannot clear is then adopted by the linear axis.
As of Build V3.1.3080.09 |