Exclusivity of axes programming (P-CHAN-00148)

By the parameter "multi_axes_in_block" the exclusivity of the axes programming can be disabled. This parameter is only evaluated, if also the multiple dimension programming is enabled (P-CHAN-00116).

In this case the multiple axes programming for the same axes in identical dimension (G90/ G91) in the same NC block is allowed.

Programming example

Nxx G90 X10 G91 Y10 Z20 Y1 -> Y relative for 11 
Nxx G90 X10 Y10 X2 G91 Z30 -> X absolute on 2
Nxx G90 X10 Y20 G91 Z30 G90 Y5 -> Y absolute on 5

Variable name

Type

Permitted range

Dimension

multi_axes_in_block

BOOLEAN

0/1

----

0

Axes may be programmed only exclusively in the same NC block. (Default).

1

Identical axes can be programmed several times in the same NC block. For these axes the same dimension programming (G90/G91) must be used.