Real-Time Measurement and Control

cancel
Showing results for 
Search instead for 
Did you mean: 

cRIO-9053 Send Data TCP

Hello Community:

 

Actually I have developed a FPGA system that reads 4 channels at 51.2 Ks/S those values I shoudl send through TCP to a TCP server in a Jetson nano programmed with Python.

 

Actually this is happening I am able to send a string with the values, BUT for sure I am not reaching the sampling that I need, I must sent the 51.2 Ks per channel.

 

Actually I have developed a producer-consumer script. The producer reads the 4 channels and transform the values in strings and put in a FIFO that is cosumed by the second part. 

The cosumer also send that info using TCP write module.

 

But I thing the TCP can not handle the speed of the loop.

 

Anyone knows a better aproach.?

 

Code_Complete.pngCode.png

0 Kudos
Message 1 of 1
(906 Views)