SCF Reference Manual for G-Series RVUs (G06.27+)
SCF Commands
SCF Reference Manual for G-Series RVUs—520413-005
5-38
BOOT Command
BOOT Command
The BOOT command prepares a programmable controller for loading software. The
object should be in the STOPPED state when this command is issued. The state of
the object is not changed during execution of the BOOT command.
This is a sensitive command.
OUT file-spec
causes any SCF output generated for this command to be directed to the specified
file. The variable file-spec is defined on page 5-9.
object-spec
designates the objects to be prepared for loading. The variable object-spec is
defined on page 5-2. If object-spec is omitted, the assumed object is prepared
for loading.
SUB [ subobjtype ]
selects the subordinate objects the command affects. The variable subobjtype
can be a subordinate object type or one of the keywords ONLY, ALL, or NONE, as
explained under SCF Subdevices on page 3-5.
Examples
•
The following command prepares a LINE object named $LINE1 for loading
software:
-> BOOT LINE $LINE1
•
The following command prepares a LINE object named $X25X for loading
software:
-> BOOT LINE $X25X
BOOT [ /OUT file-spec/ ] [ object-spec ]
[ , SUB [ subobjtype ]]