Measure with a single axis (G100) (Type 2)

Syntax:

G100 <axis_name>.. 

non-modal

G100

Select measurement run

<axis_name>..

Target point of measuring axis in [mm, inch]

Only one axis may participate in the path motion of the measuring block. The axis programmed in the measuring block must be identified as the measuring axis (P-AXIS-00118). The measuring method (Type 2) must be parameterised (P-CHAN-00057).

During measurement, the receipt of a probe signal is detected in the measuring block. Linear interpolation is performed between the target point specified in the NC command and the starting point (same effect as with G01). Below, the path velocity in the measuring block is referred to as 'measuring feed'. Exactly one axis must participate in a measurement run. The measuring feed is specified in P-AXIS-00215. The motion path in the measuring block must be greater than zero.

Programing Example

prg_example

Measure with a single axis (G100) (Type 2)

General representation of a measurement run

%G100_Type_2

N10 G90 G00 X0 Y0

X10 Y20 F200 ;X10 target point of the measurement run

...

Program the measuring function Type 2
Program the measuring function Type 2

The program stops after the probe signal is detected. The remaining motion path of the measuring block is no longer output. An error message is output if no probe signal is adopted in the measuring block.

Programing Example

prg_example

Measure with a single axis (G100) (Type 2)

Successful measurement run followed by continuation along programmed path.

%Meas_run

N10 G90 G00 X0 Y0 Z0

N20 Y5

N30 G100 X10

N40 G01 X7

N50 M30

Programmed path with measuring function Type 2
Programmed path with measuring function Type 2