LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I find all uses of a variable in LabView?

You can always break the variable (in the global variables VI or the shared variable library, as the case may be) and look at where the errors subsequently pop up.
0 Kudos
Message 11 of 14
(1,017 Views)
What do you mean with "break the variable"?

Thanks.
0 Kudos
Message 12 of 14
(1,009 Views)
Whoops, I meant to say "by changing the variable's type in the global variables VI or the shared variable library".

That ought to break all the wires attached to all instances of the variables and let you easily pick them out one by one. Then you can change the type (string, integer, waveform, etc) back afterwards.
0 Kudos
Message 13 of 14
(1,000 Views)
Well... Ok, that really seems to be one possible solution. It's probably not a very "nice" one, but at least solves the problem... Smiley Happy

If anybody knows another solution, I appreciate your input!

Thanks, kehander.
0 Kudos
Message 14 of 14
(991 Views)