Special Motion Commands
4.7 Measurements with touch trigger probe (MEAS, MEAW)
Job planning
Programming Manual, 07/2010, 6FC5398-2BP40-0BA0
261
No internal preprocessing stop is generated when these variables are read.
Note
A preprocessing stop must be programmed with
STOPRE at the appropriate position in the
program. The system will otherwise read false values.
Syntax
MEAS=<TE> G... X... Y... Z...
MEAW=<TE> G... X... Y... Z...
Significance
Command: Measuring with deletion of distance-to-go
MEAS
Effective: non-modal
Command: Measuring without deletion of distance-to-go
MEAW
Effective: non-modal
Trigger event to initiate measurement
Type: INT
Range of values: -2, -1, 1, 2
Note:
There are up to a maximum of 2 probes
(dependent on configuration level).
Significance:
(+)1 Rising edge of probe 1 (measuring input 1)
-1 Falling edge of probe 1 (measuring input 1)
(+)2 Rising edge of probe 2 (measuring input 2)
-2 Falling edge of probe 2 (measuring input 2)
<TE>
Note:
There are up to a maximum of 2 probes (dependent on configuration
level).
G...
Type of interpolation, e.g.
G0, G1, G2 or G3
X... Y... Z...
End point in Cartesian coordinates
Example
Program code Comment
N10 MEAS=1 G1 F1000 X100 Y730 Z40 ; Measurement block with probe at first
measuring input and linear
interpolation. A preprocessing stop is
automatically generated.
...