LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

whats the maximum achievable speed of data transfer from RT to host PC

Hi

    Anybody can tell me whats the maximum achievable speed of data transfer from RT to host PC, in case of both PXI and CompacRIO.

 

Regards

Visuman

0 Kudos
Message 1 of 4
(2,664 Views)
Hi visuman,

To be honest, the dataspeed is dependent on how you architect the code, and the data communication channels that you use. 

There are many factors that influence the maximum transfer rate, including network topology, types of interface used, OS, ambient network traffic etc. 

You can control two things, packet size, and amount of sleep time between transmissions. 

By altering the delay between consecutive TCP/IP transmissions and by varying the packet sizes sent from the embedded side to the host side, you can obtain a clear picture of network characteristics between the two devices. The end result is a report of the optimal TCP/IP configuration, that is packet size and sleep time.


Here are some other links that maybe useful for you.

 


Hope this helps!
Ashish Naik
Automotive Business Development Manager
National Instruments UK
0 Kudos
Message 2 of 4
(2,656 Views)

Hi  Ashish

                Thanks for the reply

                Can i say that the Data transfer rate in some mSecs.

 

Regards

Visuman

0 Kudos
Message 3 of 4
(2,651 Views)
Hi Visuman,

As I mentioned previously, it is generally going to be down to your setup. I don't have hardware here (as I am just a student now!) to test. The links above, have code for you to test your network speeds etc. 

The communication does depend on your data packet size, and timebase, but multiple mSec isn't going to be too far off (I assume).

The communication mediums such as TCP/IP and UDP etc are industry standards which NI adhere to.

Good luck with your application!
Ashish Naik
Automotive Business Development Manager
National Instruments UK
0 Kudos
Message 4 of 4
(2,637 Views)