Switching measurement type (#MEAS MODE)

Using the following command, the measurement type can be defined by the NC program.

Syntax:

#MEAS MODE [ [<meas_type>]]

<meas_type>

Measurement type as described in Section Switching the measurement type.

Programming #MEAS MODE without parameters selects the default measurement type which is specified in the channel parameter P-CHAN-00057.

Programing Example

prg_example

Switching measurement type

N10 #MEAS MODE[3]  (measurement type 3)

N20 G100 X150      (measurement motion block)

; …

N100 #MEAS MODE    (default measurement type)

; …

M30