19
/
27
[ Description of exceptional case]
*
NG is returned in case of command input error or inputting nonexistent command.
e.g. : Command input error (Gain position No. is not designated. )
Input: ch1gain=96
Output: NG
e.g. : Input of nonexistent command
Input: chake
Output: NG
*
NE is returned in case of numeric entry error.
e.g. : Input error (Input value is beyond the setting range.)
Input: gainpos=96
Output: NE
e.g. : Input error (Input value is beyond the setting range.)
Input: ch1gain1=2000
Output: NE
*
NC is returned in case of inputting invalid value under the condition that the ctrl setting
(DIP-SW setting) is 0.
e.g. :
Input: ch1gain=96 (at ctrl=0)
Output: NC
*
TO is returned when a command input period overruns the time-out period (15 sec.).
e.g. :
Input: gainpo (No CR entry)
Output: TO
*
” ? ” at the bottom of Command is omissible
e.g. :
Input: id
Output: 0