Omega Vehicle Security 1400 CD Player User Manual


 
Configuration Aspects for Programmers Appendix B
B-16 ChartScan User’s Manual
With Alarm Stamping:
PRINT#1, “OUTPUT07;A#1X” ‘ Enable alarm stamping
. ‘ Configure and start an acquisition
PRINT#1, “OUTPUT07;R1X” ‘ Request the next scan in the buffer
PRINT#1, “ENTER07” ‘ Retrieve it
INPUT A$
....+0234.20-0019.40+0001.40+0023.60 005 128 032 066
Digital Input Stamping (I#)
Digital Input Stamping (
I#
) allows you to see whether a digital input was “active” or “inactive” at the time of
the scan. This is accomplished by a digital input “ON” (1) or “OFF” (0) code appended to the scan in real time.
Digital Input Stamping can be enabled with the
I#1
command and disabled with the
I#0
command. Note that
there are 8 digital inputs.
Note: Digital Input Stamping is not valid in high-speed, single channel mode (burst mode).
Examples of
I#
command follow.
Without Digital Input Stamping (default):
PRINT#1, “OUTPUT07;I#0X” ‘ Disable digital input stamping
. ‘ Configure and start an acquisition
PRINT#1, “OUTPUT07;R1X” ‘ Request the next scan in the buffer
PRINT#1, “ENTER07” ‘ Retrieve it
INPUT A$
....+0234.20-0019.40+0001.40+0023.60