Activating transformation

Possibilities of selection

After referencing of the machine (if necessary), the required transformation can be selected and cancelled via the NC program as follows.

Programing Example

prg_example

Example 1

N10 #TRAFO ON

N20 X100 Y100 A0

N30 Z10 C0

N40 #TRAFO OFF

If different kinematics are possible for a machine (e.g. tool heads that can be changed in), the kinematic can be selected via the tool selection or can be explicitly programmed in the NC program. In the case of selection via the tool (e.g. D1 T1), the tool must be assigned a kinematics ID != 0 in the tool list.

Programing Example

prg_example

Example 2

N05 #KIN ID[5]

N10 #TRAFO ON

N20 X100 Y100 A0

N30 Z10 C0

N40 #TRAFO OFF

Programing Example

prg_example

Example 3:

N05 D1 T1

N10 #TRAFO ON

N20 X100 Y100 A0

N30 Z10 C0

N40 #TRAFO OFF