Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

FIFO not updated in cRIO 9073

Hi,

 

  I am using cRIO 9073 for data acquisition from a sensor using the NI module 9213. I am facing problem with the FIFO. Until around 20 minutes of data acquisition I am able to store data to FIFO and get data from FIFO properly after around 20 minutes the FIFO is not replaced by new data being read by the program because of this the result freezes at the data point recorded at around 20th minute.

  I have attached a screenshot of the program. Clock tick = 10,000,000, No of average is 10, Wait between measurement is 1sec, No of channel is 11.  The FIFO depth is set as 8191. 

 

  Please let me know how to resolve this.

 

Thanks

Mukunda

0 Kudos
Message 1 of 4
(5,180 Views)

Attachment was missed out in previous post.

 

 

Mukunda

0 Kudos
Message 2 of 4
(5,178 Views)

Hello Mukunda,

 

What is happening in the other cases of the FPGA code, and how is the data being pulled from the FIFO in the host code?

 

There isn't anything in this screenshot that looks like it would break in 20 minutes, so the error is likely happening elsewhere in your system.

 

best regards.

Matthew H.
Applications Engineer
National Instruments
0 Kudos
Message 3 of 4
(5,121 Views)

Hi Matthew,

 

  There was a problem in some other part of the code due to which reading from FIFO was stalled. Now the problem is resolved.

 

Thanks

Mukunda

0 Kudos
Message 4 of 4
(5,113 Views)