Programming of Traversing Blocks
04.97
4.3
Dwell time G04
Dwell times are required to stop the machine control for a defined period.
Programming:
N10 G90 G01 X50.000 F4000.00
N20 G04 X3.000
N30 G91 X2.000
Program sequence:
Dwell time = 3s
t
N30
N20
N10
V
Dwell times are only effective block by block and must be reselected is necessary.
A dwell time in the last block results in a jump to the beginning of the
program (continuous loop).
Programming:
N10 G90 G01 X10.000 F400.00
N20 X-2.000
N30 G04 X0.100
The program end is here characterized by G04 and a time value. After the dwell time of
100 ms has expired, there is an automatic return to the beginning of the program and the
sequence is repeated.
4 – 4
©
Siemens AG 1997 All Rights Reserved 6ZB5 440-0VU02
WF 723 C (Programming Guide)
Содержание WF 723 C
Страница 9: ...Preface 04 97 1 4 Siemens AG 1997 All Rights Reserved 6ZB5 440 0VU02 WF 723 C Programming Guide ...
Страница 75: ...Tool Offsets 04 97 6 6 Siemens AG 1997 All Rights Reserved 6ZB5 440 0VU02 WF 723 C Programming Guide ...
Страница 95: ...Appendix 04 97 8 4 Siemens AG 1997 All Rights Reserved 6ZB5 440 0VU02 WF 723 C Programming Guide ...