SCF Reference Manual for J-Series and H-Series RVUs
SCF Commands
SCF Reference Manual for J-Series and H-Series RVUs—529649-003
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 command is sensitive.
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
•
This command prepares a LINE object named $LINE1 for loading software:
-> BOOT LINE $LINE1
•
This command prepares a LINE object named $X25X for loading software:
-> BOOT LINE $X25X
BOOT [ /OUT
file-spec
/ ] [
object-spec
]
[ , SUB [
subobjtype
]]










