- 54 -
CNFG COMMAND
Turns on and off system configuration items. Alarms, key beeps, other
features.
Syntax:
CNFG <item number>, <ON or OFF>
Example:
CNFG 1, ON<crlf>
CNFG? 1<crlf>
ON<crlf>
1 - Supress Alarms
2 - Supress Key Beeps
Power-on defaults = OFF
CNFG QUERY
Responds with CNFG mode on or off
Syntax:
CNFG?
Example:
CNFG? 2<crlf>
ON<crlf>
Response:
<"ON" or "OFF">
1 - Supress Alarms
2 - Supress Key Beeps
Power-on defaults = OFF (pleasantly noisy)
FAULT COMMAND
Sets an alarm fault to watch the system react.
Syntax:
FAULT <Hexadecimal number>
FAULT_ALARM_NO_FAULT 00
FAULT_ALARM_OVER_TEMP
01
Internal temperature too high
FAULT_ALARM_CAL_LIMIT
02
Input level for calibration exceeded
limit
FAULT_ALARM_TCM
04
Input level for TCM calibration exceeded
limits
FAULT_ALARM_CMD_CHAR
08
Unprintable characters received or cmd
too long
FAULT_TXBUF_SPACE
10
Low on space in transmit buffer
FAULT_ALARM_TXBUF_FULL 20
Serial transmitter buffer full
FAULT_ALARM_RCVBUf_FULL 40
Serial receiver buffer full
FAULT_ALARM_NVRAM
80
NV RAM fault
Power-on default = 00