Omega Vehicle Security 1400 PRINT#1, OUTPUT07F0,0X, PRINT#1,OUTPUT07C1, 1, PRINT#1, OUTPUT07 U4X

Models: 1400

1 273
Download 273 pages 33.71 Kb
Page 158
Image 158

API Commands

Appendix A

 

 

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,

‘ Set points and hysteresis interpreted as °C

100.0, 1.0X”

 

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”

PRINT#1,“OUTPUT07;C1, 1, -100.0, 100.0, 1.0X”

PRINT #1, “OUTPUT07;U4X” PRINT #1, “ENTER07" LINE INPUT #2, A$

PRINT A$

Set the engineering units to °F and reading format to binary low/high

Set points and hysteresis interpreted as °F

Retrieve High/Low/Last readings

Returned readings in binary low/high format

A-32

ChartScan User’s Manual

Page 158
Image 158
Omega Vehicle Security 1400 manual PRINT#1, OUTPUT07F0,0X, PRINT#1,OUTPUT07C1, 1, PRINT#1, OUTPUT07 U4X, PRINT#1, ENTERO7