
LNC-M8000
MACRO
寶元數控精密股份有限公司 179
LNC Technology Co., Ltd.
<arguments…>:send to MACRO
arguments
Description:
If directory < maker_macro > has file
maker_macro_m23,, then system will call
this file one time, and send to arguments
to correspond to #1=11、#2=12、#3=13。
T code call MACRO
<arguments…>:send to MACRO
arguments
T24 A11 B12 C13;
Description:
If directory < maker_macro > has file
maker_macro_t0, then system will call this
file one time, and send to arguments to
correspond to #1=11、#2=12、#3=13。
First time to do
cyclestart to call
MACRO
Version: Milling machine INT modemill_int_Ver03.01.53
If directory<macro>has file sys_func_init1, then system will run this MACRO one
time when doing first time cyclestart.
If directory <macro_maker> has file maker_func_init1, then system will run this
MACRO one time when doing first time cyclestart.
If above two files exist at the same, then system will run sys_func_init1 and then
maker_func_init1 in order.
Every time to do
cyclestart to call
MACRO
Version: Milling machine INT modemill_int_Ver03.01.53
If directory <macro> has file sys_func_startup1, then system will run this MACRO
one time when doing every time cyclestart.
If directory <macro_maker> has file maker_func_startup1, then system will run
this MACRO one time when doing every time cyclestart.
If above two files exist at the same, then system will run sys_func_startup1 and
then maker_func_init1.
5.3 MACRO return method
M99:Finishing sub-program to go back to main program
(1.) When executing M99 in the main program, system will go back to the top of program to run again.
In the sub-program, you will need to use M99 to do the ending and make it go back to main
program.
(2.) Command format:M99 P__ ;
P__:appointed return line number
If main program has M99 P_, then system will find the line number that M99 appointed and run;
When using M99 P_at the ending of sub-program, M99 will run from the appointed line number,
after sub-program finishes and returnes to main program, as below:
Komentarze do niniejszej Instrukcji