01-24-2011 02:28 PM
01-25-2011 11:52 AM
Hi id,
This knowledgebase should be helpful to you--it is what I used to make the attached VI:
http://digital.ni.com/public.nsf/allkb/56741BA38F25AA0C8625729E0006E959?OpenDocument
The attached VIs are a swiftly written demonstration of what it sounds like you want to do.
dynamic event registration for every control cycles through every control--it has a single event case for every control
dynamic event registration for every control-option 2 just registers for a huge amount of controls--more than you have--and then has an event case for each of those. This option is more robust, but more complex.
Hope this helps,
D Smith