01-11-2006 03:14 PM
01-11-2006 03:45 PM
03-31-2011 10:01 AM
I am working on the DMA FIFO with my compact RIO and encounter a some problem. I am trying to record 1 sec of data from the NI 9205 Analog input after the DO turned on the relay. However, when i try to get the data from the FIFO, I just can't seem to get it right. I tried to changed the "Number of Elements" in the FIFO read. From what i understand, it is the number that the reading will wait until that amount of data is read from FPGA. So if i put 0, i got 0 in my TDMS file. If i put 6, i only get 1 line of data in my TDMS. If i put 6000, it will said it have a evoke error. Can someone help me with this??? Is it i can't read a bulk amount of data from the FIFO?? do i need a loop for the FIFO read??
Here is some screen shot of the vi.