Page
Chapter: 6
Section:
PROGRAMMING
39
6.9.4 UNCONDITIONAL JUMP FUNCTION (G25)
Function G25 may be used in two ways:
*
To jump to the desired block within the same program and continue executing
from that block on.
*
To execute a particular section (between any two blocks) of the program several
times.
After executing this program section the desired number of times, the program
will continue executing from the block after the one containing the jump.
The block containing function G25 may not have any other functions.
G25 as jump to another jump
With this function, it is possible to have the program jump to the desired block
within the same program and continue executing from that block on.
Write "G25" followed by the destination block number.
The destination block number may be indicated by either a number (N010 G25
N50) or an arithmetic parameter (N010 G25 NP10).
Programming example:
N000 G00 X100
N005
Y50
N010 G25 N50
N015
X50
N020
Y70
N050 G01 X20
When reaching block N010, the program jumps to block N050 and it continues
running from this block on, thus skipping blocks N015 and N020.
G25 to execute a section of the program
With this function, it is possible to execute a particular section (between any two
blocks) of the program several times.
After executing this program section the desired number of times, the program
will continue executing from the block after the one containing the jump.
Write "G25" followed by the first block number of the section to be executed. For
example: N030 G25 N5
After that, press [.] and key in the last block number of the section to be executed.
For example: N030 G25 N5.20
PARAMETRIC
PROGRAMMING
Содержание 101
Страница 1: ...101 101S CNC 102 102S CNC OPERATING MANUAL 9703 ing...
Страница 6: ...COMPARISON TABLE FOR FAGOR CNC MODELS 101 101S 102 102S...
Страница 11: ...Introduction 1 INTRODUCTION...
Страница 96: ...ERROR CODES...
Страница 100: ...CNC 101 102 S New Features Version 9905 in...