03-21-2007 03:11 PM - edited 03-21-2007 03:11 PM
Message Edited by AlexCarver on 03-21-2007 03:12 PM
03-22-2007 01:22 PM
Hello Alex,
Could you please post a simplified example with instruction on how to run it? I ran your code and I didn't see anything immediately apparent to me that was wrong.
Regards,
Justin D
03-22-2007 03:33 PM
03-22-2007 03:55 PM
I ran your example in 8.2 and it works like expected. I have multiple controls, some with the same name and some with different names.
Your VI found all the controls and got the correct names, including the same named controls.
Is the issue you are seeing that some controls have the same name, because that is completely legal, so you may get different references? One way to find the controls that you may think shouldn't be named the same is to modify your VI to tell you when a duplicate is found, and then set the blinking property of the controls. That may allow you to go see which 2 are blinking therefore which are named the same.
One thing you could do so we are all on the same page is either post your VI with all the controls, or copy the entire front panel to a new VI and attach that. That way we can also see the controls that are not behaving like you expect.
03-22-2007 04:13 PM
03-22-2007 04:16 PM
03-22-2007 04:27 PM
03-22-2007 04:53 PM
03-22-2007 05:05 PM