I cannot find any _specific_ documentation on how to do multiple board data acquisition (or
generation for that matter).
I have two PCI-4451.
I've figured out that I cannot use SCAN_Op or DAQ_Op because they operate on a single board and my
only option seems to use DAQ_Start, launched simultaneously for each channel of each board, right
?
But when I use it, even on a single channel on a single board, I don't get the expected behavior:
- the function doesn't return immediately as expected
- it locks up the computer completely during the acquisition (even the mouse and async timers
won't work)
- it reboots my computer randomly (not even a BSOD)
Any comment ? Did I forget some setup call to DAQ_Whatever before ?
Using CVI 7.0,
NI-DAQ 7.2, Win2k...
BTW, I think I found a LabWindows/CVI easter egg !!!
I did a DAQ_Start acquisition with a wrong gain, but still got data in the resulting array. The
data was weird, so I looked at it in hexadecimal...
--
Guillaume Dargaud
http://www.gdargaud.net/
"If indeed there's no such thing as a stupid question, then how do you explain this one ?" -
Ed Smith.