Galil DMC-1400 Tablet Accessory User Manual


 
DMC-1400 Series Command Reference #AUTOERR 31
#AUTOERR
FUNCTION: Automatic subroutine for notification of EEPROM checksum errors
DESCRIPTION:
#AUTOERR will run code upon power up if data in the EEPROM has been corrupted. The
EEPROM is considered corrupt if the checksum calculated on the bytes in the EEPROM
do not match the checksum written to the EEPROM. The type of checksum error can be
queried with _RS
USAGE:
While Moving Yes
In a Program Yes
Command Line No
Controller Usage
DMC-14x5 / 6 ONLY
RELATED COMMANDS:
_RS Checksum error code
EXAMPLES:
#AUTO
WT 2000
MG "AUTO"
JP#AUTO
EN
#AUTOERR
WT500
MG "AUTOERR ", _RS
EN
NOTE: An application program must be executing for the automatic subroutine to function, which
runs in thread 0.
NOTE: Use EN to end the routine