Siemens sinumerik 840d Programming Manual page 64

Hide thumbs Also See for sinumerik 840d:
Table of Contents

Advertisement

Flexible NC programming
1
1.13 Program coordination
840D
840D
NCU 571
NCU 572
NCU 573
Instructions for program coordination
• Specification with absolute path
INIT (n,"/_HUGO_DIR/_N_name_MPF" ) or
INIT (n,"/_N_MPF_DIR/_N_name_MPF" )
Example:
INIT(2,"/_N_WCS_DIR/_DRESSING_MPF")
G01 F0.1
START
INIT (2,"/_N_WCS_DIR/_N_UNDER_1_SPF")
• Specification with relative path
Example:
INIT(2,"DRESS")
INIT(3,"UNDER_1_SPF")
START (n,n)
WAITM (Marker No.,n,n,...)
1-64
FM-NC
810D
840Di
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, value per
control configuration
• Complete program name
SW 3 and lower:
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.
The same rules apply to relative path
definition as for program calls.
With subprogram calls "_SPF" must be added
to the program name.
Starts the selected programs in the other
channels.
n,n: Number of the channel: value depends on
control configuration
Sets the marker "Marker No." in the same
channel. Terminate previous block with exact
stop. Waits for the markers with the same
"Marker no." in the specified channels "n" (current
channel does not have to be specified). Marker is
deleted after synchronization.
10 markers can be set per channel
simultaneously.
SINUMERIK 840D/840Di/810D/FM-NC Programming Guide Advanced (PGA) − 04.00 Edition
04.00
1
 Siemens AG 2000. All rights reserved

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik fm-ncSinumerik 840diSinumerik 810d

Table of Contents