01-06-2009 11:38 PM
Hello.. 🙂
Can anybody please guide me in using shared variables... I'm learning LabVIEW 8.5.... But did not understand how to use shared variables... I tried to read web pages regarding shared variables but got confused.... So anyone can please help me...?
Thanks for any help from you... 🙂
01-06-2009 11:47 PM
What can you not understand? Posting a specific question would help us answer it. Also, I am guessing you are talking about the following DevZone article:
01-06-2009 11:52 PM - edited 01-06-2009 11:55 PM
01-07-2009 12:06 AM
01-07-2009 12:15 AM
01-07-2009 12:16 AM
You will have to give us the whole picture. What is your client computer; a PAC, desktop etc? What are you running on the client computer; a VI or an executable? Where are you going to deploy your library? On the host machine or the client machine?
If I assume that you are running a VI on the client machine and are depolying the library on the host, all you have to do is to create another shared variable and bind it to the variable on the host machine. You can do this by checking the Bind to Source option when creating the variable and browsing to the network item in options. Be sure to have the library deployed on the host side before you attempt to do this otherwise you won't be able to find the variable.
01-07-2009 12:25 AM
01-07-2009 12:42 AM
01-07-2009 12:47 AM