10-30-2006 04:42 AM
10-31-2006 09:11 AM
11-03-2006 06:49 AM
Thanks a lot JMota!
We just sent back the encoder to the company who sells them. They want to be sure it's not a product defect or, even worse, a problem of conflict with the NI 9401.
In the meanwhile we built up the acquisition VI for the accelerometer and the encoder. One while loop sends the accelerometer data to a DMA FIFO and another parallel while loop is used to read the encoder outputs and send these data to another DMA FIFO. I did this because I know only 1 DMA FIFO can be used for each channel. When I read the data with two FIFO.read with two parallel loops in the Real-Time I discovered that I can't make them work indipendently as i thought i.e. reading settings of one FIFO.read ( number of elements and loop timing) affects also the other FIFO.read .
Any explanation for this behavior?
Thanks again JMota!
11-06-2006 11:20 AM
Hi Rob,
It may help if you could post the application you are currently using. How does reading one FIFO affect the read of the other? Is reading from multiple DMA FIFOs increasing the Jitter in your application? See if you can explain a little more detail on how the Reads affect each other.
Regards,
Steve