01-27-2009 09:34 AM
Solved! Go to Solution.
01-27-2009 09:49 AM - edited 01-27-2009 09:58 AM
Hi VdG,
i would use the TCP/IP (you will find examples in the example finder -> search for tcp) functions for that. Then you can decide which program is server and which is client. You can combine it with STM or you use your own data protocoll to transfer your data.
For more information about the shared variable, see this link please.
Hope it helps.
Mike
01-27-2009 10:09 AM
You should be able to do this. I would recommend you to go through the following documents:
How do I Communicate Between Multiple LabVIEW Executables using Shared Variables?
Using Shared Variables in Executables
How do I Deploy Network Shared Variables from a Compiled Executable?
If you have any questions after that, let us know.
01-28-2009 04:02 AM