User`s manual
42
DAQMaster
.DAT File Format
* channel no. (CH#) * A/D converted data (ND) * Value stored in the file (OD)
The file is written in binary format and may not be supported by
normal text editors. You may use the DAQ Conversion Tool to
view or get the file information and data value. DAQCreator can
load the data file as a data source and may export the data to
Microsoft Excel or CSV file format.
PCI-9810
Every 16-bit signed integer data:
D9 D8 D7...D1 D0 b5 b4 b3 b2 b1
b0
Where D9, D8...D0 is the A/D data,
b2, b1, b0 is the digital input data, and
b3 is the trigger detection flag.
ND = OD >>6 or ND =
OD/64
Card Type Data Format Value calculation*