Low Latency Memory Data Transfer between Two MATLAB instances on Two RTLinux OS Computers
20 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
Hi,
Does anyone out there have any experience with real time data transfer between two matlab instances on two computers who may suggest the appropriate configuration?
I'm interested in both the correct use of MATLAB software functions (most likely from Instrument Control Toolbox) and of the best cable connection that optimizes speed and latency of binary data transfers between MATLAB memory's of two RTLinux computers (bandwidth is not an issue as much because the data is not too large that I want to transfer). In other words I'm interested in:
(1) the fastest function call to use within MATLAB (e.g. serial(),udp(),..) to transfer binary data in memory from one MATLAB instance on RTLinux Computer #1 to memory of second MATLAB instance on RTLinux Computer #2. I'm assuming this is using Instrument Control Toolbox, but am open to other solutions.
and
(2) the fastest cable connection between the two laptops (e.g. thunderbolt (if I use two mac's), firewire, usb3.0, GiGE, Ethernet)
Thank you for your help in advance, Deborah
0 commentaires
Réponses (2)
Walter Roberson
le 13 Fév 2014
Some latency information. Caution: they might not be talking about exactly the same setup. In particular some of them concentrate on audio -- but digital audio is a form of data transfer...
2 commentaires
Samuel Gray
le 1 Mar 2021
You can use usb to serial adapters on each end (which you will have to do anyway if the distance between them is more than 20 feet or so), and just use standard serial commands to transfer the data. But then you could use usb to ethernet adapters just as easily. USB is the gift that keeps on giving.
Vinod
le 14 Fév 2014
Hi Deborah,
Have you taken a look at this?
If you have gigabit Ethernet connection between the computers, this is about as fast as you can go, without some custom hardware bus between the two computers.
Hope this helps, -Vinod
0 commentaires
Voir également
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!