Exclusivity of measuring system programming (P-CHAN-00116)
P-CHAN-00116 | Exclusivity of measuring system programming |
Description | This parameter disables the exclusivity of G90/G91 programming (absolute/relative measuring system) in the same NC block ([PROG//section Measuring systems (G90/G91)]. |
Parameter | multi_dimension_in_block |
Data type | BOOLEAN |
Data range | 0: G90/G91 may only be programmed exclusively in the same NC block (default). 1: G90/G91 may be programmed at the same time in the same NC block. The measuring system last programmed applies to all following positions up to the next G90/G91. |
Dimension | ---- |
Default value | 0 |
Remarks | Programming example: Nxx G90 X10 Y20 G91 Z30 -> X,Y absolute, Z relative Nxx X15 G90 Y25 Z15 -> X relative, Y,Z absolute Nxx G91 X10 G90 Z30 G91 Y5 -> X relative, Z absolute, Y relative Nxx X20 Z30 G90 Y40 -> X,Z relative, Y absolute |