Additive Positionierung (POS_SHIFT)

This feature is available from CNC version V3.1.3137.00

As with standard programming, an additional angular offset can also be specified in the spindle-specific syntax, which is added to the programmed spindle position. The same rules and restrictions apply as when using POS or POS_SHIFT.

Syntax:

POS_SHIFT..

Additional spindle position (angular offset) in [°].

modal

Programming Example

Programming of two spindles „S“ and „S2“:

N10 S[POS_SHIFT=7.5] S2[POS_SHIFT=12.5]
(Zu N20: Fahre S auf 52.5° and S2 to 57.5°)
N20 S[M03 REV200 M19 POS45] S2[M04 REV200 POS45 M19]
:
M30