Command
Description
Diagnostics
entry
CPUTYPE_ORIGINAL
Chap. 5.15 ‘Reset to factory settings’ page 84
command the CPU type is reset to the original CPU type.
0xE82B
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.
Example 1
CMD_START
Marks the start of the command sequence (0xE801)
LOAD_PROJECT proj.wld
Execute an overall reset and load "proj.wld" (0xE805)
WAIT1SECOND
Wait ca. 1s (0xE803)
WEBPAGE
Store web page as "webpage.htm" (0xE804)
DIAGBUF
Store diagnostics buffer of the CPU as "diagbuff.txt" (0xE80B)
CMD_END
Marks the end of the command sequence (0xE802)
... arbitrary text ...
Text after the command CMD_END is not evaluated.
Example 2
CMD_START
Marks the start of the command sequence (0xE801)
LOAD_PROJECT proj2.wld
Execute an overall reset and load "proj2.wld" (0xE805)
WAIT1SECOND
Wait ca. 1s (0xE803)
WAIT1SECOND
Wait ca. 1s (0xE803)
IP parameter (0xE80E)
SET_NETWORK 172.16.129.210,255.255.224.0,172.16.129.210
WAIT1SECOND
Wait ca. 1s (0xE803)
WAIT1SECOND
Wait ca. 1s (0xE803)
SET_MPI_ADDRESS 4
MPI address 4 is set (0xE814)
CPUTYPE_318
Switches the CPU type to CPU 318-2AJ00 (0xE82A)
WEBPAGE
Store web page as "webpage.htm" (0xE804)
DIAGBUF
Store diagnostics buffer of the CPU as "diagbuff.txt" (0xE80B)
CMD_END
Marks the end of the command sequence (0xE802)
... arbitrary text ...
Text after the command CMD_END is not evaluated.
The parameters IP address, subnet mask and gateway may be received
from the system administrator.
Enter the IP address if there is no gateway used.
Examples
VIPA System 300S
+
Deployment CPU 314-6CF23
CMD - auto commands
HB140 | CPU | 314-6CF23 | en | 19-01
89