Page
Chapter: 6
Section:
PROGRAMMING
27
Once the cycle has been defined, the CNC stores the definition parameter
values, thus not being necessary to redefine them.
N00 G81 L255
C200 A10 F1000
N01 G81 L387.5 C350
Takes A10
N02 G81
Takes L387.5 C350 A10
N03 M30
The definition parameters "L", "C" and "A" are associated to arithmetic
parameters "P0", "P1" and "P2" respectively.
Therefore, function "G81" may be defined by using the definition parameters
"L", "C" and "A" and/or the arithmetic parameters "P0", "P1" and "P2", as
illustrated by the following example:
N000 G81 L255 C200 A10
N000 P0=255
N001 P1=200
N002 P2=10
N003 G81
N002 G81 L387 C350
N004 P0=387
N005 P1=350
N006 G81
N004 G81 L104.5 C80 A8
N007 P0=104.5
N008 P1=80
N009 G81 A8
N006 M30
N010 M30
If the external START signal is activated automatically after each cut, the CNC will
start executing the following block after the last cut.
Example
N00 G81 L25500 C200 A10 F1000
N01 G81 L38700 C350 A20
N02 M0
Interrupts the program.
N03 G81 L10450 C80 A8
N04 M30
OTHER FUNCTIONS
Содержание 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...