2
03.04 Operator Components/Sequence of Operations
2.8 Job list
2
Ó Siemens AG, 2004. All rights reserved
SINUMERIK 840D/840Di/810D Operator's Guide HMI Advanced (BAD) – 03.04 Edition 2-81
LOAD /SPF.DIR/PART1.SPF
(loads one file from one directory, here from the
subroutine directory SPF.DIR)
SELECT [source] [destination] [
DISK]
The SELECT instruction selects a program for execution. The
selected program must be loaded to the main memory of the NC. It
can then be started with NC-START.
If programs on the hard disk must be executed, then the command
must include vocabulary word DISK.
[source]
is the name of the main program which is selected for execution in a
specific channel in the NCK.
[destination]
A channel must be specified as the destination.
CH=
Channel number (for a 1:1 link only);
or
with NETNAMES:INI: Channel name (channels are unambiguously
distributed across all NCs);
or
NC name, channel number
Example:
CH=2
(2, corresponds to the channel number)
CH=Station5
(Station5, corresponds to channel name from
NETNAMES.INI)
CH=ncu_b,1
(ncu_b, corresponds to the NCU name from NETNAMES.INI
1, corresponds to the local channel number of this NCU)
[DISK]
can be optionally specified for program execution from hard disk.
Examples:
SELECT PART12 CH=CHANNEL22
SELECT PART12 CH=NCU_2,2
(PART2 is selected in the 2nd channel of NCU_2)
SELECT /shaft1.wpd/side1.mpf CH=2 DISK
(Part program PAGE1.MPF of workpiece SHAFT1.WPD
is executed from hard disk in the 2nd channel)