Programming manual.
CNC 8070
SUBROUTINES.
14.
#PATH. Define the location of the global subroutines.
·277·
(REF: 1709)
14.4 #PATH. Define the location of the global subroutines.
The instruction #PATH defines the pre-determined location of the global subroutines If no
path is defined in the global subroutine call, the CNC will look for the subroutine in the path
defined using the instruction #PATH.
If the path is defined when calling a global subroutine, the CNC looks for the subroutine in
that location, it ignores the location defined in the #PATH statement.
Programming format.
The programming format is:
#PATH ["path"]
path
Pre-determined subroutine location.
#PATH ["C:\Cnc8070\Users\Prg\"]
#PATH ["C:\Cnc8070\Users\"]