Emerson PMT1 Manuel D’Utilisation

Page de 128
Monitor:
 Errors and Screen Messages
PmT1 and PmE1 User’s Manual
10002367-02
8-28
mul
multiplies two integers in decimal (the default), binary, octal, or hexadecimal from the 
monitor.
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:
mul number1 number2
rand
is a linear congruent random number generator that uses a function Seed and a variable 
Value. The random number returned is an unsigned long.
Definition:
rand
sub
subtracts two integers in decimal (the default), binary, octal, or hexadecimal. number2 is 
subtracted from number1.
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:
sub number1 number2
ERRORS AND SCREEN MESSAGES
Most commands return an explanatory message for misspelled or mistyped commands, 
missing arguments, or invalid values.
 lists errors that can be attributed to other 
causes, especially errors that indicate a problem in the nonvolatile memory configuration.
Table 8-5:
Error and Screen Messages
Message:
Source and Suggested Solution:
Error while clearing NV memory
Error while reading NV memory
Error while storing NV memory
NV memory has become corrupted. Use the nvinit 
command to restore defaults.
1
 
Hit ‘H’ to skip auto-boot
Consult the introduction to this chapter for information 
about power-up conditions.