07-08-2008 08:52 AM
07-08-2008 08:57 AM
Search the LabVIEW help for "XControl". It is really not intended for use be noob's but if you pound at it hard enough, and don't give up, you'll learn a lot along the way.
Otherwise you may want to look for the radio buttons.
Ben
07-09-2008 09:05 AM
A co-worker showed me a very simple method of simulating a control using a Sub Panel connected to a VI. This allows the VI to be used
The most significant drawback is the fact that each VI can only be used once, unlike XControls it would appear. However, since we only need one control and this method simplifies the code, we'll probably use this method. I'm still investigating the XControl -- which is exactly what I was originally looking for -- for future applications.
Thanks everyone.
Will
07-09-2008 10:31 AM
07-09-2008 11:28 AM
07-10-2008 09:26 AM
07-14-2008 02:04 PM
07-21-2008 02:42 PM
Sorry for the delay. It's a busy time right now.
Here is an example code. I've set up a string and a slider to be syncronized. I would also like to be able to read the value of the slider, and in the future a specified cluster from the control.
Thanks for your help
Will