ni.com is currently undergoing scheduled maintenance.
Some services may be unavailable at this time. Please contact us for help or try again later.
09-02-2005 09:31 AM
09-02-2005 10:29 AM
In any case, you will need the LV run-time engine on the computers (which is installed when you create an installer for your app). These apps would definitely be able to communicate, but you will need to define the VI server settings on each computer (or copy the settings into the INI file).
Another, probably better, option is to implement your own TCP protocol. You can find several examples and tutorials both in the example finder and on this site. A nice one is the example called TCP message protocol which can be found on the site. You will have to manage the communications with each of computers (opening\closing\handling comm errors), but it's fairly simple.
09-02-2005 10:38 AM
09-02-2005 01:13 PM
09-03-2005 02:31 PM