The reason that VI didn't work is probably because the internal structure of Shared Variables on the diagram changed in LabVIEW 8.6. They used to be a particular type of object, and now they are another. I have attached a VI Analyzer test below that allows you to specify a string pattern, and the test will return a "failure" for any Shared Variable found on the diagrams of analyzed VIs whose name(s) match that pattern. Note that in order for this test to work, the LabVIEW project that owns the variable(s) you're looking for must be open prior to starting the analysis...otherwise you'll get a 1055 error when running the test. Place the attached LLB in your [LabVIEW Data]\VI Analyzer Tests folder, restart LabVIEW, and choose Tools > VI Analyzer > Analyze VIs. This test will only work in LabVIEW 8.6 and later since it looks for the new object type of Shared Variables.Hope this helps,-DMessage Edited by Darren on 08-12-2008 03:08 PM
Find Shared Variables.llb:
http://forums.ni.com/attachments/ni/170/348774/1/Find Shared Variables.llb