Siemens SINUMERIK 840D sl Programming Manual page 54

Job planning
Hide thumbs Also See for SINUMERIK 840D sl:
Table of Contents

Advertisement

Flexible NC programming
1.13 Program coordination
Program coordination statements
• Specification with absolute path
INIT (n,"/_HUGO_DIR/_N_name_MPF" )
or
INIT (n,"/_N_MPF_DIR/_N_name_MPF" )
Example:
INIT(2,"/_N_WKS_DIR/_DRESS_MPF")
G01 F0.1
START
INIT
(2,"/_N_WKS_DIR/_N_UNDER_1_SPF")
• Relative path specification
Example:
INIT(2,"DRESS")
INIT(3,"UNDER_1_SPF")
1-40
The absolute path is programmed according to
the following rules:
- Current directory/_N_name_MPF
"current directory" stands for the selected
workpiece directory or the standard directory
/_N_MPF_DIR.
-
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
Up to SW 3:
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
The same rules apply to relative path definition
as for program calls.
With subroutine calls "_SPF" must be added to
the program name.
Programming Manual, 03/2006 Edition, 6FC5398-2BP10-1BA0
Job planning

Advertisement

Table of Contents
loading

Table of Contents