Communicating between 32 bit Simulink and 64 bit Simulink
Show older comments
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:

Accepted Answer
More Answers (1)
Walter Roberson
on 7 Oct 2020
1 vote
Use TCP to communicate between the processes.
3 Comments
Abdul Rehman
on 7 Oct 2020
Walter Roberson
on 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
on 7 Oct 2020
Categories
Find more on Simulink in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!
