Programming instructions
NC Programming 17VRS Motion Blocks
4-39
DOK-MTC200-NC**PRO*V17-ANW1-EN-P
Time-Based Dwell 'G04'
The G04 function can be used to program a delay time in the NC-program
for functions such as relief cutting, machine control functions, etc.
G04 F<time in seconds>
G04 time-based dwell is active on a NC-block-by-block basis and must be
programmed in combination with an F-word. The F-word will then corre-
spond to a dwell time in seconds.
•
The maximum directly programmed time-based dwell is 600 seconds
(10 minutes) and the maximum resolution is 0.01 seconds.
•
The F-value programmed together with G04 can be programmed with
three places to the left of the decimal point and two places to the right.
•
In an NC-block in which a time-based dwell is programmed, the only
other items which can be programmed are M, S and Q functions.
•
The time-based dwell programmed in the F-value using G04 does not
affect the modally active F-values (feedrate).
Example NC-program using G04
G00 G90 G54 G06 G08 Motion commands, interpolation
conditions
X0 Y0 Z10 S3000 M03 Starting position, spindle ON
G04 F3.5 Delay of 3.5 sec for spindle ramp-up
G01 X26.26 Y18 Z5 F2000 Machining
•
•
RET Return to program beginning
Syntax