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.

Programming Example

Switching measurement type

N10 #MEAS MODE[3]
(Measurement type 3)
N20 G100 X150
(Measurement motion block)
..
N100 #MEAS MODE
(Default measurement type)
..
M30