7
"Services" Operating Area 03.04
7.3 Formats for savin
and im
ortin
data
7
Ó Siemens AG, 2004. All rights reserved
7-370 SINUMERIK 840D/840Di/810D Operator's Guide HMI Advanced (BAD) – 03.04 Edition
Search strategy when no
path is named
If no path is named in the punched tape format, the specified file
name must be interpreted when the file is read into the control so that
the file can be stored at a suitable position in the file tree.
Files are stored in the file tree according to the following strategy:
File name
in tape format
Converted Interpreted
internal file name internal path
Stored
TF_xx.COM in directory
%*_INI _N_*_INI /_N_NC_ACT_DIR NC active data
%_N_*_XXX _N_*_XXX /_N_XXX_DIR XXX /_N_NC_DIR
%MPFn _N_MPFn_MPF /_N_MPF_DIR Part programs
%SPFn _N_SPFn_SPF /_N_SPF_DIR Subroutines
%Ln _N_SPFn_MPF /_N_SPF_DIR Subroutines
%* _N_*_MPF /_N_CLIP_DIR Clipboard
* = any file name
n = any program number (e.g. MPF123)
· The search strategy is applied only if no path has been named.
Paths detected using the search strategy are otherwise overwritten
by the ";$PATH=" statement.
· Spaces in the name are ignored.
Examples
1. *.MPF files
· PC format:
Part program Directory: Part program
%MPF123 (/_N_MPF_DIR)
· Punched tape format:
Part program Directory: Part program
%_N_MPF_MPF ;$PATH=/_N_MPF_DIR
2. *.INI files
· PC format:
Part program Directory: NC active data
%COMPLETE_TEA_INI (/_N_NC_ACT_DIR)
· Punched tape format:
Part program Directory: NC active data
%_N_COMPLETE_TEA_INI ;$PATH=/_N_NC_ACT_DIR
3. Part programs with name which cannot be assigned
· PC format:
Part program Directory: Clipboard
%HUGO (/_N_CLIP_DIR)
· Punched tape format:
Part program Directory: Clipboard
%_N_HUGO_MPF ;$PATH=/_N_CLIP_DIR