Switching of measurement mode

Using the command #MEAS MODE[<expr.>] the measurement type can be set via the NC-program.

#MEAS MODE [ [<expr>] ] (modal)

<expr> Measurement type acc. to chapter.

The programming of #MEAS MODE without parameter selects the default measurement type, which is specified in the channel parameters list [1]-1.

Programming example

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