Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

When using network stream to transfer data from cRIO to PC, LabVIEW prompts that the connection with cRIO terminal fails?

When I use network streaming to transfer data from cRIO to PC, the program runs normally. After a few seconds, it prompts me to disconnect from cRIO terminal. At this time, the sampling time of FPGA is 1 uSec. When I increase the sampling time to more than 1 uSec, the program runs well. In other words, when the sampling rate of the program is lower than 1MS / s, the program can run normally. When the sampling rate is equal to 1MS/ s, the program will make an error. Is it because queues and network fQQ图片20220412152952.pnglows are written too slowly? Please help me, thank you.

0 Kudos
Message 1 of 2
(883 Views)

Hi JHUN-KULI

The solution is to decrease the sample rate to avoid the overflow of samples in the buffer. There should be stabilization of transferring data. FIFO's can hold a finite number of samples, and therefore, it does not take long for the FIFO to overflow if you are acquiring at a high rate. 

 

Regards)

________

Best way to thank is to give Kudos / Mark as a solution. 

0 Kudos
Message 2 of 2
(749 Views)