06-02-2008 04:18 AM
Hello,
A have a DAQ setup in a PXI chasis (8x 4472 + 1x 6713, the latter for signal generation). Driver is Traditional NI-DAQ. The demo is "wite_no_header.VI". The VI in question is "Sync=4472 Trig=6713.VI" (password = 1281940) from the LLB. The DAQ performs AI in a loop in chunks to allow unlimited acquisition. The AI is synchronized with AO (2 channels). Clock is provided by the ST master (4472), start trigger is provided by the 6713 (the signal generator).
The AO does not generate more than 1000S or 2000S depending on my attempts to work it out with "AO Wait.VI" ili
"AO Write.VI" in or outside the AI loop. I can't see where the problem is...
In the test=TRUE boolean input, "Sync=4472 Trig=6713.VI" generates on AO channels 6:7 and acquires on AI channels 0:1 (device 7)! "read.VI" reads out single channel from binary file saved with the above "wite_no_header.VI". You can test this with the following seetings:
Number of Scans = 4800
Scan rate = 1000
Scans per chunk =1000
When reading the file generated with the above setting:
chunks = 5
Thanks in advance
06-03-2008 02:02 PM
06-03-2008 02:33 PM
Kent,
Thank you for the prompt response! Are you bsaically suggesting to also chunk-out the signal generation? According to the LV Basics 1, I have also put the "dummy" AO Write VI inside the AI loop but at no avail... This should work as it is, I don't see how could the AO Clear VI cause problems being put after the signal generation completes!?!
06-03-2008 02:33 PM
06-04-2008 02:48 AM
06-04-2008 04:11 PM