Option m – specify mfk name in response, Example – HP Integrity NonStop H-Series User Manual
Page 22
NSPDIAG Operation
NSPDIAG User Guide — 529007-002
1-14
Option M – Specify MFK name in response
Option M – Specify MFK name in response
When -M is selected, the existing MFK name is displayed and the prompt for a new
MFK name is displayed. When nothing but space(s) is entered the MFK name is
erased. The default is no MFK name.
If a MFK name has been entered it will be appended to the expected response, which
is then compared to the actual NSP response.
The option to append a MFK name to a response is configured in the NSP using
Command 101. For example <101#020E#>.
Option R – Repeat Count for Data File/Diagnostic Function
This is the number of times the test commands in a data file are repeatedly processed.
The default number is 1. When -R is selected, the current number and the prompt for
new number are displayed. If the new number is greater than 32,000 an error message
appears and the prompt for the new number is displayed again.
When the data file is specified (not the batch file), it is opened and the test commands
are read and sent one by one until the end of file is reached. The process is repeated
from the first command in that data file.
Example
When the data file contains three commands in the following order:
C1, C2, C3
and the value for option -R is 3, the following command sequence is sent to the device:
C1, C2, C3, C1, C2, C3, C1, C2, C3
When the batch file is used, the data files in the batch file are processed one by one;
after the last data file in the batch file is processed, it starts over from the first one in
the file.
Example
The batch file contains two data files, data1 and data2. Data1 contains three
commands in the following order:
C11, C12, C13.
Data2 contains three commands in the following order:
C21, C22, C23.
When the value for option -R is 3, the following command sequence is sent to the
device:
C11, C12, C13, C21, C22, C23, C11, C12, C13, C21, C22, C23,
C11, C12, C13, C21, C22, C23