how to communicate between matlab applications?
how to communicate between matlab applications?
(OP)
Hi,
I have made a script in MatLab in order to communicate whith a controller of an Injection Molding Machine, by RS232. Now I need to use this script to communicate with another application in a Intranet network, to control the machine from a distant point.
To do this I would like to use two MatLab applications, but maybe that would not be possible.
My question is if you have any idea that can help me.
Thanks,
Joao
I have made a script in MatLab in order to communicate whith a controller of an Injection Molding Machine, by RS232. Now I need to use this script to communicate with another application in a Intranet network, to control the machine from a distant point.
To do this I would like to use two MatLab applications, but maybe that would not be possible.
My question is if you have any idea that can help me.
Thanks,
Joao





RE: how to communicate between matlab applications?
RE: how to communicate between matlab applications?
The communication with this machine, despite of being bidirectional, was a "question-answer" type, with no flux control, so the delay was not really a problem.
Anyway, I solved this problem using the components MSComm and WinSock in Visual Basic.
Thanks for your help,
Joao