
PROGRAMMING
14. FUNCTIONS TO SIMPLIFY
PROGRAMMING
B–63124EN/01
144
G76I d J θ K n ;
By the above command, punching is made at n pieces of points which lie
every intervals of d along the straight line which forms angle θ with
reference to the X axis, starting with the present tool position or the
position specified by G72 as the start point.
+X
d
θ
#1
#2
#n
Start point
d : Punch point interval
The unit is input unit.
If this value is commanded with negative, punching is made in the
θ + 180
° direction.
θ : Angle which is formed between the +X axis and the line connecting
the start point and punch points
The unit is input unit (deg), and the counterclockwise direction is
commanded by a positive number.
n : Number of punch points (1 to 9999)
N531G00G90X50.0Y10.0T05 ;
N532G76I30.0J30.0K4 ;
+X
30
30°
(50, 10)
#1
#2
#3
#4
N532 block may be commanded as
G76I–30.0J210.0K4;
or G76I30.0J–330.0K4;
If it is not desired to punch the start point, command as
N531G72G90X50.0Y10.0;
N532G76I30.0J30.0K4T05;
NOTE
If the number of punch points is 0, alarm (No. 4503) is
produced.
14.1.3
Line at Angle (G76)
Examples