LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

The shared variable does not exist????

This seems really strange!!
 
I already use several shared variables within my whole project without any problem. At this point, I created a new one (a boolean network published) and everything seemed just fine (no errors were detected in my VI and it runs normally). However, when the VI on my host computer tries to use the shared variable, it generates an error message saying "LabVIEW:  (Hex 0x8BBB0005) The shared variable does not exist." (see attached screenshot).
 
What is going on? I can't find any help online about that... Can anybody help me with this please?
 
Thanks!
0 Kudos
Message 1 of 16
(4,538 Views)
Forgot the screenshot:
0 Kudos
Message 2 of 16
(4,533 Views)
You need to attach your image. RIght now the link points to your hard drive (file:///c:/shared%20variable%20does%20not%20exist.bmp), which is (hopefully) not accessible to any of us. 😞
0 Kudos
Message 3 of 16
(4,526 Views)
Right... Sorry...
I hope this is better...
0 Kudos
Message 4 of 16
(4,523 Views)
Hello,
 
This error can occur if you have an incorrect Path specified under your Bind to Source section for the shared variable - this could be as simple as a typographical error in the defined path.  Double-check that portion of your shared variable definition, and hopefully it'll be as simple as finding a typo in your path.  You should be able to browse for your variable/path by clicking Browse and then selecting Network Items if your shared variable is on the network.  Can you find it by browsing?
 
I hope this helps!
 
Best Regards,
 
JLS

Message Edited by JLS on 10-05-2006 03:54 PM

Best,
JLS
Sixclear
0 Kudos
Message 5 of 16
(4,489 Views)
Something similar happened to me yesterday.  I had some software I developed on one machine, but when I tried to run it on another, none of the shared variables worked.  It turned out something was wrong with the shared variable engine.  I opened up the Variable Manager and there you can stop and start the shared variable engine (although it only tells you when you stop it, not when you turn it back on).  Doing this fixed the problem.
Randall Pursley
0 Kudos
Message 6 of 16
(4,470 Views)
JLS,
 
I've never used this "Bind to Source" option in any of my previous shared variables. Should I? Everything was working fine without it before I created this last variable. So... I really don't believe this is the problem...
 
Thanks,
 
Daniel
0 Kudos
Message 7 of 16
(4,465 Views)
Randall,
 
I also don't think your solution would work for my case. First of all, all my other shared variables are working normally. Only this one is not! Its settings are exactly the same as the others...
 
Anyway, I went to that "Variable Manager" tool and the first thing I encontered was the attached error message. Can you tell what it is? Do you think it is related to my problem?
 
Thanks,
 
Daniel
0 Kudos
Message 8 of 16
(4,462 Views)
Never seen that one before.  Sounds like you need to call NI for help with this one or reinstall software.
Randall Pursley
0 Kudos
Message 9 of 16
(4,451 Views)
Hello,
 
This error has been tied to enabling a description in your shared variable definition, but not entering a description - can you confirm this either way in your case?  Right-click on your shared variable, choose Properties, and select the Description category.  Either disabling the description with the checkbox or actually entering a description should be workarounds.
 
Best Regards,
 
JLS
Best,
JLS
Sixclear
0 Kudos
Message 10 of 16
(4,427 Views)