Programming and Operating — Turning Page 110 808D ADVANCED
ISO Mode
s
BASIC THEORY
ISO mode in 808D ADVANCED:
Linear reversing angle code:
CHR (specified side length of isosceles triangle
with chamfer as base line)
CHF (specified base line length of isosceles
triangle with chamfer as base line)
Circle reversing angle code: RND
Note:Alarm numbers 10255/15100/14082/10932 are available
G90/G94 与 G71
ISO mode in 808D
ADVANCED:
Must add relevant codes
of G00/G01 between two
cycles, or alarms will be
displayed
Common ISO programs:
Two cycles can be exe-
cuted continuously
N70 G90 X43 Z-130
N80 X41;
N89 G71 U1.5 R1 F0.3;
...
N70 G90 X43 Z-130
N80 X41;
N85 G0 X45 Z3
; must add program here
N89 G71 U1.5 R1 F0.3;
...
Common ISO prog.
808D ISO prog.
F / T / S in G71~G75
ISO mode in 808D
ADVANCED:
F must be edited in the
2nd line
Common ISO programs:
F position is optional
N89 G71 U1.5 R1 F0.3
; the speed of F can be written in this
line or in N90
N90 G71 P100 Q170 U0.5 W-0.2;
N100 G01 X16 Z0;
...
N89 G71 U1.5 R1 ;
N90 G71 P100 Q170 U0.5 W-0.2 F0.3
; the speed of F must be edited in the
2nd line of G71
N100 G01 X16 Z0;
...
Common ISO prog.
808D ISO prog.
Note: Alarm number 61812 is available
F / T / S in G70
ISO mode in 808D
ADVANCED:
Must be edited between G71
cycle blocks (N100~N200)
Common ISO programs:
① can be edited in G71 cycle
blocks (N100 ~ N200)
② or can be edited in line G70
Reversing angle and
reversing circle
Common ISO programs:
Linear reversing angle
code: L
Circle reversing angle
code: D
Note: If the L/D command is used in ISO mode in the 808D ADVANCED, the
system will automatically skip the program line in which it lies without any
operation.
N89 G71 U1.5 R1 F0.3
N90 G71 P100 Q170 U0.5 W-0.2;
N100 G01 X16 Z0;
…
N200 G0 X45 Z3;
N210 G70 P100 Q170 F0.15
; F0.15 is the speed during G70 and can
be written anywhere between N100 ~
N200
Common ISO prog.
N89 G71 U1.5 R1 F0.3
N90 G71 P100 Q170 U0.5 W-0.2;
N100 G01 X16 Z0 F0.15
; F0.15 speed during G70
…
N200 G0 X45 Z3;
N210 G70 P100 Q170 ;
…
808D ISO prog.