LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to check if two or more controls/indicators have the same name/label in LabView?

LabView does not show any rror if I name two controls with exactly the same name. It can be confusing. I am using LabView 6.1.
0 Kudos
Message 1 of 2
(2,583 Views)
Some people like the fact that you can name things the same. Some even want to be able to have two VIs with the same name in memory at the same time. (Scoping rules to follow in future LabVIEWs.) You can write a small program that lists out the names of all the controls and indicators in a VI using the VI server property nodes. Oh, OK I'll give you an example. (See attached)

Daniel L. Press
PrimeTest Corp.
www.primetest.com
Message 2 of 2
(2,583 Views)