08-22-2006 02:59 PM
08-23-2006 05:32 PM
08-23-2006 06:06 PM
08-24-2006 09:16 AM
08-24-2006 09:27 AM
@duffman Says: wrote:
This would still require that the two communicating PCs will have LabVIEW installed that are both running VIs that access a LabVIEW Shared Variable.
08-25-2006 12:30 PM
No! The power of shared variables lies in their ability to share data among all LabVIEW programs, regardless of whether or not one runs LabVIEW Real-Time. As long as two PCs are running LabVIEW and they have a connection to a network, they can access variables on both machines. You can give this a try with two networked computers and a simple VI on each computer that reads and writes from the same shared variable. I would again point you to the Using the LabVIEW Shared Variable white paper in the Network Published Shared Variable section. Please check it out if you want to take full advantage of the functionality that the shared variable can provide.
08-25-2006 01:34 PM
08-28-2006 04:53 PM
09-05-2006 03:48 PM
11-07-2007 03:52 AM
Hello all,
I am also testing the client-server example with shared variables, both client and server on my local PC (localhost).
I have a W2000pro PC, Labview 8.5 with the RT-module installed.
The client.vi and server.vi combination runs ok.
The client.vi and the server.exe combination runs ok.
The client.exe and the server.exe combination FAILS. The server.exe keeps running ok but the client.exe "hangs" without any error messages.
Is this a bug or am I doing something illegal? (what is happening?)
Kind regards,
Frank