Emerson PMT1 Manuel D’Utilisation

Page de 128
Monitor:
 Utilities
10002367-02
PmT1 and PmE1 User’s Manual
8-27
byte FA
16
 to address 09
16
byte FF
16
 to address 0A
16
byte FE
16
 to address 0B
16
S5030001FB
 
indicates that only one S1-record, S2-record, or S3-record was sent.
S9030008F4
 indicates that the start address is 00000008
16
.
UTILITIES
configboard
configures the board to the state specified by the nonvolatile memory configuration. This 
includes the serial ports, and processor caches, if necessary.
configboard can be used to reconfigure the board’s various interfaces after modification of 
the nonvolatile memory configuration (using nvdisplay or nvset). This command accepts 
no parameters.
Definition:
configboard
ARITHMETIC COMMANDS
add
adds two integers in decimal (the default), binary, octal, or hexadecimal.
The default numeric base is decimal. Specify hexadecimal by typing “:16” at the end of the 
value, octal by typing “:8” or binary by typing “:2.” The result of the operation is displayed 
in hex, decimal, octal, and binary.
Definition:
add number1 number2
div
divides two integers in decimal (the default), binary, octal, or hexadecimal. number1 is 
divided by number2. The command also checks the operation to avoid dividing by zero.
The default numeric base is decimal. Specify hex by typing “:16” at the end of the value, 
octal by typing “:8” or binary by typing “:2.” The result of the operation is displayed in hex, 
decimal, octal, and binary.
Definition:
div number1 number2