Programming

The full CNC functionality is only available with TCP programming. Only linear blocks are possible when programming partial kinematics.

All the functions of the NC kernel are only available for programming the TCP and therefore the first group. Only linear blocks can be programmed for all partial kinematics. It is not possible to use partial kinematics for other NC function, e.g. circular interpolation or for machining coordinate systems.

The programming coordinate system (PCS) of the partial kinematics cannot be changed and is located at the machine origin of each coordinate.

The PCS of the TCP can also be shifted to the existing methods by specifying the tool CS (P-CHAN-00448) in the moved effector system of a different group.

The coupling kinematics below consists of

Example

Configuration example of a robot on an XY linear unit

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
trafo[2].group[0].move_prio[0]  LINEAR
trafo[2].group[0].move_prio[1]  ROBOT
...

The axis identifiers are:

Programming RTCP kinematics

Initial situation: The couple kinematic consists of a 5-axis RTCP kinematic and additional partial kinematics.

The orientation angle mode (P-CHAN-00112) must be set so that the rotation sequence is identical to the sequence of rotary axes in the RTCP kinematic. Only the angles that would be programmed for the RTCP kinematic should be programmed in the TCP.

Example

RTCP kinematics – axes to be programmed

Kinematics

Programming mode

TCP axes to be programmed

CA

CAB (3)

A, C

AC

ABC (5)

A, C

BA

CBA_STD (4)

B, C

AB

ABC (5) or CAB (3)

A, B