LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Find shared variables

Is it possible to find all occurences of a certain shared variable within code?
I tried with object search and text search but none works (v8.2)
Message 1 of 18
(5,725 Views)

Hi,

You can use Variable Manager, select Tools»Shared Variable»Variable Manager to display the Variable Manager dialog box. Use this dialog box to edit, create, and monitor shared variables outside of the project environment. You also can manage the lifetime of the Shared Variable Engine with this dialog box.

    Benjamin R.


Senior LabVIEW Developer @Neosoft


0 Kudos
Message 2 of 18
(5,697 Views)
I know Variable manager pretty well and it doesn't do what i'm looking for. I mean occurrences of SV nodes within code.
Variable manager has no relationship at all with Block diagrams...
0 Kudos
Message 3 of 18
(5,696 Views)

Find a SV no.

Find All SV's yes.

 you limit your app to only one SV you are safe. Smiley Surprised Smiley Wink

Ben



Message Edited by Ben on 03-05-2008 08:16 AM
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 4 of 18
(5,694 Views)
...or even better, use no SV at all Smiley Wink
Thanks anyway
0 Kudos
Message 5 of 18
(5,689 Views)
Hi!

Here a little tool which search Shared Variables in block diagrams.
Give the project path, the tool will search all VIs in project for Shared Variables and you can search them.

Regards
Ken
Message 6 of 18
(5,547 Views)

Thank you Ken,

Could you back save that to LV 8.2 so we can use that in our 8.2 application work?

According to the error message I get, it looks like you used a condition terminal in a For loop (new to LV 8.5) and since the code is password protected, I can't fix this myself.

Thank you,

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 7 of 18
(5,534 Views)
Hi Ben,

Here the 8.2 Version.

Regards
Ken
Message 8 of 18
(5,502 Views)
thank you.
it should become a standard labview tool
Message 9 of 18
(5,497 Views)

Thank you Ken!

This will come in handy!

Ben



Message Edited by Ben on 07-24-2008 07:15 AM
Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 10 of 18
(5,476 Views)