LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

10 G communication and LabVIEW

I have gotten a last minute assignment of the highest priority that is centered on writing and  reading messages sent over a 10 GB Ethernet connection. Will LabView's TCP drivers support this or will I have to develop read and write processes using the LabView Network Streams vi's to handle the task. A prompt reply would be greatly appreciated. I'm currently developing in LV 2014 but can upgrade to LV 2016 if necessary.

Thank you for any help.

 

Josh

0 Kudos
Message 1 of 3
(2,043 Views)

By my experience it should work... but create your application multi-tread.

Benoit

0 Kudos
Message 2 of 3
(2,030 Views)

If the 10GB network interface is fully supported by the OS as a TCP/IP interface it will certainly work. But don't expect to get 10GB/s data throughput. That is pretty impossible to do without very special application support with direct access to the network interface driver, which the standard Windows socket interface is anything but that.

Rolf Kalbermatter
My Blog
0 Kudos
Message 3 of 3
(2,016 Views)