08-25-2009 03:12 PM
I am writing a vi that collects data of a specific length (1000 points) while writing data of the same length to a different port on the same card (PCI-6052e). The collection and generation are both triggered by a pulse from a counter on another board (PCI-6711). I am able to trigger both successfully, but not at the same rates, and not at the desired resoultion. The waveform generation and collection should be 8 msec in duration. I have attached the vis. Any ideas would be appreciated.
Thanks,
Jordan
Solved! Go to Solution.
08-25-2009 04:27 PM
Just to clarify, the problem I'm getting is that the generated waveform isnt long enough in duration. I think the problem is that my sample rate for the output drivers is just setting the buffer size. Is there a way to control the rate of the generated waveform? Do I just need to switch to finite samples?
Thanks,
Jordan
08-26-2009 07:03 PM
08-27-2009 11:35 AM
09-08-2009 12:05 PM
Ended up running at continuous generation, but moving the write waveform DAQmx vi out of the loop (just before the start vi), and this fixed the timing.