5.17 CMD - auto commands
A
command
file at a memory card is automatically executed under the following condi-
tions:
n
CPU is in STOP and memory card is stuck
n
After each PowerON
The
command
file is a text file, which consists of a command sequence to be stored as
vipa_cmd.mmc
in the root directory of the memory card. The file has to be started by
CMD_START
as 1. command, followed by the desired commands (no other text) and
must be finished by
CMD_END
as last command.
Text after the last command
CMD_END
e.g. comments is permissible, because this is
ignored. As soon as the command file is recognized and executed each action is stored
at the memory card in the log file logfile.txt. In addition for each executed command a
diagnostics entry may be found in the diagnostics buffer.
Please regard the command sequence is to be started with
CMD_START
and ended with
CMD_END
.
Command
Description
Diagnostics
entry
CMD_START
In the first line
CMD_START
is to be located.
0xE801
There is a diagnostic entry if
CMD_START
is missing
0xE8FE
WAIT1SECOND
Waits about 1 second.
0xE803
WEBPAGE
The current web page of the CPU is stored at the memory card as"
webpage.htm".
0xE804
LOAD_PROJECT
The function "Overall reset and reload from MMC" is executed. The
wld file located after the command is loaded else "s7prog.wld" is
loaded.
0xE805
SAVE_PROJECT
The recent project (blocks and hardware configuration) is stored as
"s7prog.wld" at the memory card. If the file just exists it is renamed
to "s7prog.old". If your CPU is password protected so you have to
add this as parameter. Otherwise there is no project written.
Example:
SAVE_PROJECT
password
0xE806
FACTORY_RESET
Executes "factory reset".
0xE807
DIAGBUF
The current diagnostics buffer of the CPU is stored as "diagbuff.txt"
at the memory card.
0xE80B
SET_NETWORK
IP parameters for Ethernet PG/OP channel may be set by means of
this command. The IP parameters are to be given in the order IP
address, subnet mask and gateway in the format x.x.x.x each sepa-
rated by a comma. Enter the IP address if there is no gateway used.
0xE80E
SET_MPI_ADDRESS
This lets you adjust the MPI interface on the value that follows the
command. The setting is retained even after power cycle, firmware
update or battery failure. With
Chap. 5.14 ‘Reset to factory set-
0xE814
CMD_END
In the last line
CMD_END
is to be located.
0xE802
The structure of a command file is shown in the following. The corresponding diagnostics
entry is put in parenthesizes.
Overview
Command file
Commands
Examples
VIPA System 300S
+
Deployment CPU 313-5BF23
CMD - auto commands
HB140 | CPU-SC | 313-5BF23 | en | 19-01
79