Discussion:
Get All Controls References
(too old to reply)
Phillip Brooks
20 years ago
Permalink
Use the Application Control Pallete.
 
Open a VI reference (could be to your current vi) use a property node to return a Front Panel reference, then use a property node to return an array of Controls[ ]. You can pass this Controls [ ] array into a loop and then read the control name, caption, visability, value, etc...
 
Be sure to close your control references if they are not for your current vi (it's actually better to close any reference when in doubt).
 
 
EVS
20 years ago
Permalink
There is GetAllControls Value VI into OpenG Application Control Tools package (oglib_appcontrol).
 


Clip.jpg:
Failed to load image: http://forums.ni.com/attachments/ni/170/139269/1/Clip.jpg
malosh
20 years ago
Permalink
Hi EVS,
this "OpenG Application Control Tools " you have specified looks like something I realy need right now!
where can I get these VIs?
Mel

Loading...