03-24-2007 04:26 PM
I am attempting to share variables between two Windows XP based PCs on a standalone network. Each machine has LabView 8.2 installed. The programs on each machine are identical. They consist of shared variables of several types (Boolean, integer, string, etc.) which are attached to indicators in a timed loop to show their state. Controls in the VI fire events which are used to modify the states of the shared variables. When I run the VI on the machine hosting the shared variables it runs fine. When I start the VI on the ‘client’ machine it either doesn’t see the state of the shared variables, locks up the ‘host’ VI, or both. I have tried variations on this theme i.e. controls bound to the shared variables, indicators bound to the shared variables, reducing the number of shared variables to 2 or 3, etc. None of this has affected the behavior of the shared variables. Does anyone have a simple example that provides the shared variable configurations and ‘host’ and ‘client’
03-26-2007 11:20 PM