01-21-2014 12:39 AM
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!
Solved! Go to Solution.
01-22-2014 10:43 AM
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