From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Receive TCP data from FPGA

Solved!
Go to solution

Hello!
I have the following situation:
I have a board with FPGA. I want to receive data from it on TСP/IP.
With FPGA data goes at the speed of 25 MB / s.
Is time to a program written in LabVIEW receive data packets without losses?
Interested in the same maximum packet size that can receive TСP Read Function?

 

FPGA board - server.
LabVIEW program - client.
The computer uses the powerful.
Operating system-OS Win7.


I would be grateful for your help!

0 Kudos
Message 1 of 2
(2,826 Views)
Solution
Accepted by 1111111111111111

Hello,

 

Here's a great document to check out that provides a lof of info for communicating with RT and FPGA targets. The part that will interest you is the Network Streams >> Raw Ethernet (TCP/UDP) section. This section contains a link to an example project that has a complete TCP Network Stream setup that should give you an idea of how to implement the Network Stream into your project.

 

NI LabVIEW for CompactRIO Developer’s Guide:

http://www.ni.com/pdf/products/us/fullcriodevguide.pdf

 

Regards,

 

Ryan

Ryan P.
CLA
0 Kudos
Message 2 of 2
(2,769 Views)