Omega Vehicle Security 1400 CD Player User Manual


 
API Commands Appendix A
A-28 ChartScan User’s Manual
E
- End Calibration Mode
TYPE
Calibration
EXECUTION
Immediate
SYNTAX
E
Terminate Calibration Mode
DESCRIPTION
Note: This command is only for advanced users who perform their own calibration. It is not necessary for
normal, everyday operation.
To use this command the unit must be in Calibration Mode. The End Calibration Mode (
E
) command is then
used to take the unit out of Calibration Mode. Once this command has been executed the unit will no longer be
in Calibration Mode and the Enter Calibration Mode command (
K
) must be issued to re-enter Calibration Mode.
Chapter 6, Calibration contains additional information.
EXAMPLE
PRINT#1, “OUTPUT07;K12345X”
‘ Enter Calibration Mode
‘ Apply precision voltage
PRINT#1, “OUTPUT07;H17X”
‘ Will calculate offsets for card #2
‘ Wait for command to complete
‘ Apply precision voltage of -50.0 mV
PRINT#1, “OUTPUT07;G17,1X”
‘ Calibrate negative gain for TC for card #2
‘Wait for command to complete
‘ Apply precision voltage of +50.0 mV
PRINT#1, “OUTPUT07;G17,1X”
‘ Calibrate positive gain for TC for card #2
‘ Wait for command to complete
‘ Apply temperature of 90.0 °C
PRINT#1, “OUTPUT07;J1,2,90.0X”
‘ Calibrate cold junction offset for channel 1 on card 1
‘ Wait for command to complete
‘ Remove precision voltage
PRINT#1, “OUTPUT07;EX”
‘ End Calibration Mode