Programming manual.
CNC 8070
HSC. HIGH SPEED
MACHININ
G
.
20.
User subro
u
ti
nes G5
00-G501
to tu
rn
H
S
C
o
n
/off.
·365·
(R
EF
: 1709)
20.2.1
Alternative example for functions G500-G501 supplied by Fagor.
G500 subroutines supplied by Fagor may be modified by the user. Here is another example
for turning HSC ON/OFF using three subroutines.
Programming the subroutines.
The programming format is the following; the arguments appear between curly brackets and
the optional ones between angle brackets. In these subroutines, all the arguments are
optional.
G501 <A{%acceleration}> <E{error}>
G502 <A{%acceleration}> <E{error}>
Example of a G500 subroutine. Turn HSC off.
Subroutine.
Meaning.
G500
Turn HSC off.
G501
Turn HSC on in FAST mode.
G502
Turn HSC on in SURFACE mode.
A
Optional. Percentage of acceleration.
E
Optional. Maximum chordal error allowed (millimeters or inches).
G501
(Acceleration = 100%)
(Chordal error = twice the value set in machine parameter HSCROUND)
G501 A97.5 E0.01
(Acceleration = 97.5%)
(Chordal error = 0.01)
G502
(Acceleration = 100%)
(Chordal error = machine parameter HSCROUND)
;-------------------------------------------------------------------------
;-------------------------------------------------------------------------
; HSC DEACTIVATION
;-------------------------------------------------------------------------
;-------------------------------------------------------------------------
#ESBLK
G131 100 ;% acceleration
G133 100 ;% deceleration
V.G.DYNOVR = 100 ;%Dynamic override
#PATHND OFF
#HSC OFF
#RETDSBLK
Содержание 8070 BL
Страница 1: ... Ref 1709 8070 CNC Programming manual ...
Страница 8: ...BLANK PAGE 8 ...
Страница 12: ...BLANK PAGE 12 ...
Страница 14: ...BLANK PAGE 14 ...
Страница 26: ...BLANK PAGE 26 ...
Страница 28: ...BLANK PAGE 28 ...
Страница 30: ...BLANK PAGE 30 ...
Страница 60: ...Programming manual CNC 8070 2 MACHINE OVERVIEW Home search 60 REF 1709 ...
Страница 72: ...Programming manual CNC 8070 3 COORDINATE SYSTEM Coordinate programming 72 REF 1709 ...
Страница 80: ...Programming manual CNC 8070 4 WORK PLANES Select the longitudinal axis of the tool 80 REF 1709 ...
Страница 96: ...Programming manual CNC 8070 5 ORIGIN SELECTION Polar origin preset G30 96 REF 1709 ...
Страница 178: ...Programming manual CNC 8070 9 TOOL PATH CONTROL MANUAL INTERVENTION Variables 178 REF 1709 ...
Страница 304: ...Programming manual CNC 8070 16 C AXIS Machining of the turning side of the part 304 REF 1709 ...
Страница 440: ...Programming manual CNC 8070 22 STATEMENTS AND INSTRUCTIONS Flow controlling instructions 440 REF 1709 ...
Страница 442: ...Programming manual CNC 8070 23 CNC VARIABLES 442 REF 1709 ...
Страница 443: ...Programming manual CNC 8070 443 User notes REF 1709 ...