2
01/2008 Operator Components/Operating Sequences
2.7 Job list
2
©Siemens AG 2008 All rights reserved.
SINUMERIK 840Di sl/840D sl/840D Operating Manual HMI-Advanced (BAD) - 01/2008 Edition 2-75
Examples:
COPY * *
(Copies all files from the workpiece of the job list to all NCs
that are configured in NETNAMES.INI)
COPY PART12.MPF NC=NCU_2
(Copies one file from the workpiece of the job list to the NC
"NCU_2")
COPY /SPF.DIR/PART1.* CG=MILL2
(Copies all files with one name from one directory, e.g.,
PART1.* from subprograms (SPF.DIR) to a channel group,
i.e., to all NCs that have channels from this group assigned to them)
COPY /MPF.DIR/* CH=CHANNEL22
(Copies all files from one directory, e.g., all files from part
programs (MPF.DIR) to the NC which has this channel assigned to
it.)
2.7.2 Example of a job list with two-channel 1:1 links
Example
If only channel1 and channel2 on NCU1 (1:1 link) were involved in
machining of the workpiece, then the job list structure would be as
follows:
LOAD /MPF.DIR/Gen.MPF
LOAD /Work.DIR/Part1.WPD/WpdGen.MPF
LOAD /Work.DIR/Part1.WPD/ Channel1.MPF
LOAD /Work.DIR/Part1.WPD/ Channel1.INI
LOAD /Work.DIR/Part1.WPD/ K12.MPF
LOAD /Work.DIR/Part1.WPD/ Channel2.MPF
LOAD /Work.DIR/Part1.WPD/ Channel2.INI
LOAD /Work.DIR/Part1.WPD/ K22.MPF
SELECT /Work.DIR/Part1.WPD/Channel1.MPF CH=1
SELECT /Work.DIR/Part1.WPD/Channel2.MPF CH=2
The destination is not specified for loading in a 1:1 link, the current NC
is the default.