Axis APPINT Manual do Utilizador Página 3

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 60
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 2
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_ <arguments…>
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
Special Call Macro
Description
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
M99Finishing 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 formatM99 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
Vista de página 2
1 2 3 4 5 6 7 8 ... 59 60

Comentários a estes Manuais

Sem comentários