Flexible NC programming
1.13 Program coordination (INIT, START, WAITM, WAITMC, WAITE, SETM, CLEARM)
Job planning
106 Programming Manual, 07/2010, 6FC5398-2BP40-0BA0
1.13 Program coordination (INIT, START, WAITM, WAITMC, WAITE,
SETM, CLEARM)
Function
Channels
A channel can process its own program independently of other channels. It can control the
axes and spindles temporarily assigned to it via the program.
Two or more channels can be set up for the control during startup.
Program coordination
If several channels are involved in the machining of a workpiece it may be necessary to
synchronize the programs.
There are special statements (commands) for this program coordination. Each statement is
programmed separately in a block.
Note
Program coordination is also possible in its own channels.
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")
G01F0.1
START
At least one executable block must be
programmed between an init command
(without synchronization) and an NC start.
With subprogram calls "_SPF" must be added
to the path.
INIT
(2,"/_N_WKS_DIR/_N_UNDER_1_SPF")