Appendix A API Commands
ChartScan User’s Manual A-15
*F - Restore Factory Settings
TYPE
System
EXECUTION
Immediate
SYNTAX
*F
Restore unit to factory configuration
DESCRIPTION
The Restore Factory Defaults (*F) command may be used to restore the unit to the same configurat ion it had
when it left the factory. Issuing this command will cause the unit to load the factory default configuration into the
working configuration. The factory default configuration is defined in the Configuring Power-Up State sect ion of
Appendix C.
This command may not be issued while an acquisition is configured since it will cause certain settings upon
which the acquisition depends to change. Issuing this command while an acquisition is configured will cause a
Conflict Error to occur.
Note: Issuing the *F command will cause any previously defined configuration to be irrevocably lost. The
calibration factors, however, will remain intact.
EXAMPLE
PRINT#1,"OUTPUT07;Q?T?Y?X"
‘ Retrieve some current configuration settings
PRINT#1,"ENTER07"
‘ Get the settings
INPUT A$
‘ Screen shows Q1,7,7,7,0 T0,3,0,0 Y000100,
001000,000000
PRINT#1,"OUTPUT07;*FX"
‘ Restore factory default configuration
PRINT#1,"OUTPUT07;Q?T?Y?X"
‘ Retrieve some current configuration settings
PRINT#1,"ENTER07"
‘ Get the settings
INPUT A$
‘ Screen shows Q1,0,0,0,0 T0,0,0,0 Y000000,
000000,000000