Communicating between 32 bit Simulink and 64 bit Simulink
Afficher commentaires plus anciens
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:

Réponse acceptée
Plus de réponses (1)
Walter Roberson
le 7 Oct 2020
1 vote
Use TCP to communicate between the processes.
3 commentaires
Abdul Rehman
le 7 Oct 2020
Walter Roberson
le 7 Oct 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
le 7 Oct 2020
Catégories
En savoir plus sur Simulink dans Centre d'aide et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

