Settings For File Handling In The Part Program For Ees - Siemens SINUMERIK 840D sl Function Manual

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

Advertisement

Selecting the main program on an external archive/data storage medium released for EES
Search sequence for the subprograms:
1. Actual directory on an external archive/data storage medium
2. SPF.DIR in the NC part program memory
3. SPF.DIR in GDIR
4. The drive referenced using CALLPATH
5. Cycles
Note
To define the search sequence, also see MD11625 $MN_FILE_ONLY_WITH_EXTENSION
and MD11626 $MN_CYCLES_ONLY_IN_CYCDIR!
Note
An external drive can also be referenced using the CALLPATH statement.
9.15.2.3

Settings for file handling in the part program for EES

Program names unique throughout the system
If external program memories are used together at different stations in EES mode, file
operations performed simultaneously on different stations (WRITE, DELETE, ...) result in
access conflicts. To avoid such access conflicts, we recommend setting up a name space for
file names on each station that is unique throughout the system.
Name space unique throughout the system
A name space for file names that is unique throughout the system is achieved, for example,
by associating the file names with the EES-specific name of the NC parameterized in the
machine data and the channel number of the channel in which the program is executed. For
example, when the program is executed, the following code generates the file name (MYFILE
_NC1_1.SPF), which is unique throughout the system, by appending the EES-specific name
of the NC (NC1) and the channel number (channel 1) to the program name.
$MN_EES_NC_NAME="NC1"
N10 DEF STRING[31] FILENAME
N20 FILENAME="MYFILE_" << $MN_EES_NC_NAME << "_" << $P_CHANNO <<
".SPF"
Parameterization
The EES-specific name of the NC is set in the NC-specific machine data:
Basic Functions
Function Manual, 01/2015, 6FC5397-0BP40-5BA2
K1: Mode group, channel, program operation, reset response
9.15 EES (optional)
607

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Sinumerik 828dSinumerik 840de sl

Table of Contents