
20 / 21
[ 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. )
ch1gain=96
NG
e.g. : Input of nonexistent command
chake
NG
*
NE is returned in case of numeric entry error.
e.g. : Input error (Input value is beyond the setting range.)
gainpos=96
NE
e.g. : Input error (Input value is beyond the setting range.)
ch1gain1=2000
NE
*
NC is returned in case of inputting invalid value under the condition that the ctrl setting (DIP-SW setting)
is 0.
e.g. :
ch1gain=96 (at ctrl=0)
NC
*
TO is returned when a command input period overruns the time-out period (15 sec.).
e.g. :
gainpo (No CR entry)
TO
*
” ? ” at the bottom of Command is omissible
e.g. :
id
0