High level language
157
L
Call to a global subroutine.
L Name
To call a subroutine that is found in the
folder from which it is called.
L C:\Cnc8070\Users\PATH\Nome
To call a subroutine that is not found in the
folder from which it is called.
Note: the name of a called subroutine may
also be a number.
It must end with the instructions M17, M29
o #RET.
LL
Call to a local subroutine.
LL Name
Note: the name of a called subroutine may
also be a number.
The subroutine must start with the
instruction.
%L Name
It must end with the instructions M17, M29
o #RET.
The subroutine must be written inside the
header of the main program; in this case,
the main program must start with the
character %. (The main program is
identified with the character % and followed
by other characters, provided that the first
is not L).
#CALL
Call to a local and global subroutine.
#PCALL
Call to a local and global subroutine
initializing parameters.
#MCALL
Call to a modal local and global subroutine
initializing parameters.
A subroutine stops being modal with the
instruction #MDOFF.
Instruction
Meaning
Содержание CNC 8060
Страница 1: ...CNC 8060 65 User quick reference Ref 1906...
Страница 44: ...Work modes 44...
Страница 64: ...ISO language 64...
Страница 102: ...ISO canned cycles T 102...
Страница 128: ...Conversational cycles M 128...
Страница 136: ...Conversational cycles T 136...
Страница 150: ...Measuring and calibration cycles T 150...
Страница 169: ......