11-02-2015 01:28 AM - edited 11-02-2015 01:29 AM
Hello,
I have a built labview application .exe within which there is a queue. I would like to put items into this queue from a labview vi which exists outside of the application.
Is this possible?
thanks you,
labJunky
Solved! Go to Solution.
11-02-2015 02:12 AM
With the correct modifications, sure. You can e.g. setup a TCP listener in the .exe and send commands that way.
/Y
11-02-2015 02:15 AM
Thanks for your tip! I was just researching "network streams". Which is easier to implement?
11-02-2015 02:19 AM
I haven't really tried network streams, but as they are a newer addition it's supposedly a little easier to get started. 🙂
/Y
11-02-2015 02:46 AM
I think I will try UDP messeging. Thanks Yamaeda!