Download GSK983M User Manual 1 Version 4

Transcript
GSK983M Milling CNC System
(3)
O 9000~ O
Operation Manual (Volume I: Specifications and Programming)
9019
The numbers are applicable for calling type special macros.
(4)
O 9020~ O
9899
The numbers cannot be used for the programs for saving and clearing way edition without the setting
of the parameters.
(5)
O 9900~ O 9999
The numbers are applicable for robot operational programs.
Fictitious variable (the variable that macro calls in instruction to receive data) are fixed,
namely the addresses of the specified parameters correspond to macro body number
through macro call instruction.
Example 10.6.1:
O 9081;
G 00 X#24;
Z#18;
G 01 Z#26;
G00 Z-[ROUND[#18]+ROUND[#26]];
M99;
Z
#24
#18
#26
X
3.10.6.2 Storage of user macro body
A macro is a subprogram and is stored and edited in the same way as a subprogram. Its
storage capacity is set with that is combined with a subprogram.
3.10.6.3 Macro statement and NC statement
The following block is called macro statement.
(i) Operation instruction (including =block)
(ii) Control instruction (including block GOTO, DO or END)
(iii) Macro call instruction (including the blocks of the macros called by G65, G66, G67 and G
codes)
170