Flexible NC programming
1.13 Program coordination
Job planning
1-40 Programming Manual, 03/2006 Edition, 6FC5398-2BP10-1BA0
Program coordination statements
• Specification with absolute path
The absolute path is programmed according to
the following rules:
INIT (n,"/_HUGO_DIR/_N_name_MPF" )
or
- Current directory/_N_name_MPF
"current directory" stands for the selected
workpiece directory or the standard directory
/_N_MPF_DIR.
INIT (n,"/_N_MPF_DIR/_N_name_MPF" ) -
-
Selects a particular program for execution in
a particular channel:
n: Number of the channel, the value depends
on the control configuration
Complete program name
Example: Up to SW 3:
INIT(2,"/_N_WKS_DIR/_DRESS_MPF")
G01 F0.1
START
At least one executable block must be
programmed between an init command
(without synchronization) and an NC start.
With subroutine calls "_SPF" must be added to
the path
INIT
(2,"/_N_WKS_DIR/_N_UNDER_1_SPF")
• Relative path specification
Example:
The same rules apply to relative path definition
as for program calls.
INIT(2,"DRESS")
INIT(3,"UNDER_1_SPF") With subroutine calls "_SPF" must be added to
the program name.