Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Solved! Go to Solution.
Solved! Go to Solution.
Hi @Massimo C,
Yes, you can make use of the socket communication to enable this requirement. In this case one model serves as the client and the other as a sever.
Basically, through socket communication, you will be sending strings from one model to another.
Send message to another model, when a flow item goes to it's end point in the model. On receive of the message you can create a flow item, which will act as a source.
you have to use socket commands commands like:
clienconnect(); clientcreate(); clientreceive(); clientsend(); serveraccept(); servercloseconnection(); serverclosemain(); servercreatemain(); serverreceive(); serversend(); socketend();
Here's a sample example provided in the forum.
Regards,
Arun KR