Communicating between 32 bit Simulink and 64 bit Simulink
Mostra commenti meno recenti
I have a mex32 file which I run on a 32 Bit 2014b Simulink simulation but my actual model which uses the mex32 is on 64 bit 2018b Simulink which cannot be ported to 64 bit due to some reasons. Is it possible to have both the 32 Bit and 64 Bit Simulink opened at the same time and some how connected which will allow the simulation to be connected between both the Simulinks and Signals could flow back and forth between both the Simulinks in real time and syncrhonized? I hope the following picture gives a better view:

Risposta accettata
Più risposte (1)
Walter Roberson
il 7 Ott 2020
1 voto
Use TCP to communicate between the processes.
3 Commenti
Abdul Rehman
il 7 Ott 2020
Walter Roberson
il 7 Ott 2020
Have you experimented with the example at https://www.mathworks.com/help/instrument/send-and-receive-data-over-a-tcpip-network.html ?
Abdul Rehman
il 7 Ott 2020
Categorie
Scopri di più su Simulink in Centro assistenza e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

