2
Operator Components/Sequence of Operations 03.04
2.8 Job list
2
Ó Siemens AG, 2004. All rights reserved
2-80 SINUMERIK 840D/840Di/810D Operator's Guide HMI Advanced (BAD) – 03.04 Edition
2.8.1 Syntax description for job lists
Explanation
The job list syntax consists of 3 instructions
· Load instruction LOAD
· Select instruction SELECT
· Copy instruction COPY (for m:n link only)
Notes
As regards the job list commands, a distinction must be made
between an m:n network and a 1:1 link between the HMI and NCs.
It is advisable to use the instruction LOAD for a 1:1 link and COPY for
an m:n link, at least for global programs and, in particular, cycles used
in several NCUs.
Comment
ll terms placed inside "brackets" or ";" are comments and are ignored
when the job list is processed.
Description of syntax
LOAD [source]
The LOAD instruction loads one or several files from the HMI to the
NC main memory, deleting the source file on the HMI. In other words,
the files are stored only once.
This instruction is recommended for a 1:1 link.
[source] is [path]/[name]
The path/name defines the relevant path within the file tree of the data
manager.
Wildcards (e.g. *) may also be used in the name.
Examples:
LOAD *
(Load all files from the workpiece directory of the
job list)
LOAD /MPF.DIR/*
(loads all files from one directory, here e.g. all files from
part programs (MPF.DIR))
LOAD PART1.MPF
(loads one file, e.g. PART1.MPF from the currently
selected workpiece directory of the job list)