GSK983Ma Milling Machine Center CNC System User Manual
182
Part 1 Programming
3.10.12 Examples of User Macro
3.10.12.1 Groove Machining
User macro performs fixed cycles of groove in the range of the figure below, where Z is the
machining range of certain depth and z the cutting amount of the machining range.
(1) User macro call instruction
G65 P9802 X x Y y Z z R r Q q I I J j K k T t D d F f E e *
The meaning of all addresses
xy: Absolute coordinates of the axes X and Y (Left bottom corner of the groove) at the origin.
zr: Absolute coordinates of Point Z and Point R (See the figure)
g: The cutting amount of each machining (positive)
ij: The lengths (positive) in the directions of X and Y in machining area (see the figure) (the
machining efficiency will be higher when i> j.
k: Allowable amount at the end
t: The machining width shall not exceed the tool radius xt%
d: Tool radius compensation number (01
~
99)
f: The feedrate in xy plane
e: The feedrate during cutting in, the feed is at 8Xe feedrate 1mm before cutting in.
(2) User macro body
O 9802
;
#27
=
#[2000
+
#7]
;
#28=#6+#27;
#29=#5-2*#28;
#30=2*#27*#23/100;
#31=FUP[#29/#30];
#32=#29/#31;
#10=#24+#28;
#11=#25+#28;
#12=#24+#4-#28;
#13=#26+#26+#6;
G00 X#10 Y#11;
Z#18;
#14=18;
Содержание GSK983Ma
Страница 124: ......
Страница 130: ...GSK983Ma Milling Machine Center CNC System User Manual 118 Part 1 Programming Rapid traverse Cutting feed ...
Страница 133: ...Chapter Three Programming 121 Part 1 Programming Rapid traverse Cutting feed 6 G82 Drilling cycle boring ...
Страница 143: ......
Страница 185: ......
Страница 209: ...Chapter Four Operation 197 Part 2 Operation ...
Страница 239: ...Chapter Four Operation 227 Part 2 Operation ...
Страница 242: ......
Страница 279: ......
Страница 296: ...GSK983Ma Milling Machine Center CNC System User Manual 284 Part 2 Operation ...
Страница 297: ...Appendix 285 APPENDIX Appendix 1 System Version Display The system version is displayed immediately after power on ...
Страница 371: ...Appendix 11 USB Interface Parameter Transfer Operation ...