8025/8030 CNC PROGRAMMING MANUAL
33
6.8. G25. UNCONDITIONAL JUMP/CALL
The function G25 can be used to jump to another block of the current program.It is not
possible to program more information in the same block as the G25 function is program-
med. There are two possibilities:
Format a) N4 G25 N4
N4
- Block number
G25
- Code for unconditional jump
N4
- Number of the block the jump is aimed at
When the CNC reads this block, it jumps to the targeted block and the program continues.
Example:
N0 G00 X100
N5 Z50
N10 G25 N50
N15 X50
N20 Z70
N50 G01 X20
When the block 10 is reached, the CNC jumps to block 50 and then the program continues
until it is finished.
Format b) N4 G25 N4.4.2
N4
>
Block number
G25
>
Code unconditional jump
N4.4.2 >
Number of repetitions
>
Number of the last block to be executed
>
Number of the block to which the jump is targeted
When the CNC reads such a block, it jumps to the block identified between the N and the
first decimal point. Then, it executes the section of the program between the mentioned
block and the one identified between the two decimal points as many times as set by the
last digit. This digit may have a value between 0 and 99, unless it is programmed by a
parameter, in which case the limits are 0 and 255. If only N4.4 is written, the CNC will
assume N4.4.1. When the execution of this section is finished the CNC goes to the block
after the one in which G25 N4.4.2 was programmed.
Summary of Contents for 8025 T CNC
Page 1: ...CNC 8025 T TS New Features Ref 0107 in...
Page 9: ...FAGOR 8025 8030 CNC Models T TG TS OPERATING MANUAL Ref 9701 in...
Page 14: ...COMPARISON TABLE FOR LATHE MODEL FAGOR 8025 8030 CNCs...
Page 20: ...Introduction 1 INTRODUCTION...
Page 91: ...ERROR CODES...
Page 98: ...FAGOR 8025 8030 CNC Models T TG TS PROGRAMMING MANUAL Ref 9701 in...
Page 103: ...COMPARISON TABLE FOR LATHE MODEL FAGOR 8025 8030 CNCs...
Page 109: ...Introduction 1 INTRODUCTION...
Page 167: ...8025 8030 CNC PROGRAMMING MANUAL 53 Compensated path Programmed path C P P P C P P P C P P P...
Page 168: ...54 8025 8030 CNC PROGRAMMING MANUAL C P P P C P P P C P P P C P P P...
Page 170: ...56 8025 8030 CNC PROGRAMMING MANUAL Compensated path C P P P Programmed path C P P P...
Page 171: ...8025 8030 CNC PROGRAMMING MANUAL 57 Compensated path Programmed path C P P P C P P P...
Page 172: ...58 8025 8030 CNC PROGRAMMING MANUAL Programmed path Compensated path C P P P C P P P...
Page 174: ...60 8025 8030 CNC PROGRAMMING MANUAL Compensated path Programmed path C P P P C P P P C P P P...
Page 175: ...8025 8030 CNC PROGRAMMING MANUAL 61 C P P P P P C P P P C P P P C P...
Page 194: ...80 8025 8030 CNC PROGRAMMING MANUAL...
Page 199: ...8025 8030 CNC PROGRAMMING MANUAL 85...
Page 269: ...8025 8030 CNC PROGRAMMING MANUAL 155 Subroutines flow chart...
Page 303: ...ERROR CODES...