01-03-2008 12:22 PM
01-03-2008 12:57 PM
01-03-2008 04:44 PM
01-04-2008 03:23 AM
One option as described here is to use shared memory to allow communication between programs running on the same machine. An alternative option which might better suit your application is to implement a TCP client/server approach. While this is normally targetted at applications on different computers, it still allows both client and server app to run on the same machine if desired, just by using the appropriate network addressing (localhost, IIRC) which can be held in a configuration file. Again, the CVI examples for TCP should give you plenty of ideas.
JR