Low Latency Memory Data Transfer between Two MATLAB instances on Two RTLinux OS Computers
17 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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 comentarios
Respuestas (2)
Walter Roberson
el 13 de Feb. de 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 comentarios
Samuel Gray
el 1 de Mzo. de 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
el 14 de Feb. de 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 comentarios
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!