Detailed description
2.2 Metric /inch measuring system
Basic logic functions: Velocities, Setpoint/Actual Value Systems, Closed-Loop Control (G2)
Function Manual, 11/2006, 6FC5397-0BP10-2BA0
31
N270 A10
; Feedrate=100 degrees/min
; Path=10 degrees
; R7=6 s approx.
N280 DO $R8=$AC_TIME
N290 X0.001 A10
; Feedrate=2540 mm/min
; Path=10 mm
; R8=0.288 s approx.
N300 FGREF[A]=360/(2*$PI)
; Set 1 degree=1 inch via the effective radius
N310 DO $R9=$AC_TIME
N320 X0.001 A10
; Feedrate=2540 mm/min
; Path=254 mm
; R9=6 s approx.
N330 M30
Note
The variable $AC_TIME contains the time from the start of the block in seconds. It can only
be used in synchronized actions.