Omega Vehicle Security 1400 CD Player User Manual


 
API Commands Appendix A
A-32 ChartScan User’s Manual
EXAMPLES
PRINT#1, “OUTPUT07:F0,0X”
‘ Set the engineering units to °C and reading format to
engineering units
PRINT#1,“OUTPUT07;C1, 1, -100.0,
100.0, 1.0X”
‘ Set points and hysteresis interpreted as °C
PRINT#1, “OUTPUT07; U4X”
‘ Retrieve High/Low/Last readings
PRINT#1, “ENTERO7"
‘ Returned readings are in engineering °C format
LINE INPUT #2, A$
PRINT A$
PRINT #1, “OUTPUT07;F1,1X”
‘ Set the engineering units to °F and reading format to
binary low/high
PRINT#1,“OUTPUT07;C1, 1, -100.0,
100.0, 1.0X”
‘ Set points and hysteresis interpreted as °F
PRINT #1, “OUTPUT07;U4X”
‘ Retrieve High/Low/Last readings
PRINT #1, “ENTER07"
‘ Returned readings in binary low/high format
LINE INPUT #2, A$
PRINT A$