Appendix B
This response indicates that the first available scan is -0000076, which is a pre-trigger scan. This scan can be
retrieved as follows:
PRINT#1,"OUTPUT 07;R1X"
PRINT#1,"ENTER 07"
INPUT A$
+1234.50-0234.20+0984.00+0323.30
PRINT#1,"OUTPUT 07; U6X"
PRINT#1,"ENTER 07"
INPUT A$
000001,001233,-0000075,12:34:54.200,03/23/97,00000767,12:54:12.900,03/24/97,00001156,01
Notice that the current read pointer has now advanced to pre-trigger location -000075 and that the total scan
count has been decremented to 001233.
To retrieve data after a trigger event has occurred, ChartScan provides multiple query functions. The R
command can be used to read the last scan in the data buffer (R1), the last block in the data buffer (R2) or all the
data available (R3). The U6 command will query the current trigger block for a variety of information, such as
the trigger block number, current scan in block, the scan number that trigger occurred, etc. See the U command
description in the Command Reference section for details.
ChartScan User's Manual
' Get the -0000076 scan
' Get the scan
' Screen shows (4 channels configured) ...
' Now get status of current read trigger block
' Get the response
' Screen shows...
Configuration Aspects for Programmers
B-19
Need help?
Do you have a question about the OMB-CHARTSCAN 1400 and is the answer not in the manual?