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