User`s manual
41
DAQMaster
.DAT File Format
PCI-9114DG
PCI-9114HG
Every 32-bit unsigned integer data
(including 16-bit signed A/D data)
B31...B21 C4 C3 C2 C1 C0 D15
D14...D1 D0
Where D15, D14...D0 is the A/D data,
C4, C3, C2, C1, C0 is the channel
number, and B31 to B21is unused.
CH# = (OD >>16) &
0x1F ND = OD &
0xFFFF
cPCI-9116
Every 16-bit signed integer data:
D15 D14 D13...D1 D0
Where D15, D14...D0 is the A/D data.
ND = OD
PCI-9118HR
Every 16-bit signed integer data:
D15 D14 D13...D1 D0
Where D15, D14...D0 is the A/D data.
ND = OD
PCI-9118DG
PCI-9118HG
Every 16-bit unsigned integer data:
D11 D10 D9...D1 D0 C3 C2 C1 C0
Where D11, D10...D0 is the A/D
data, and C3, C2, C1, C0 is the
channel number.
CH# = OD & 0x0F ND
= OD >>4 or ND =
OD/16
PCI-9812
Every 16-bit signed integer data:
D11 D10 D9...D1 D0 b3 b2 b1 b0
Where D11, D10...D0 is the A/D
data, b2, b1, b0 is the digital input
data, and b3 is the trigger detection
flag.
ND = OD >>4 or ND =
OD/16
Card Type Data Format Value calculation*