09-19-2007 04:35 AM - edited 09-19-2007 04:35 AM
Message Edited by Vaj on 09-19-2007 04:36 AM
09-19-2007 04:44 AM
09-19-2007 05:18 AM
09-19-2007 05:25 AM
09-19-2007 07:17 AM - edited 09-19-2007 07:17 AM
@jorge Amaral wrote:
Hello,
I think that you've to study a little bite of labview.
What you wanna do it's a simple thing. You just have to use the controls property "disabled". The options for this property are:
0 - enable
1 - disable
2 - disable and gray
If you really want an example before you try by yourselfe, tell me your labview version and I can do you one.
You'll want to use property node for what Jorge described. The radio buttons can be used as boolean, as shown in image. You'll have to take care of resetting values, etc, but this should give you an idea on how to proceed.
A better method would be to use an Event Structure to monitor value change of the radio buttons.. Actually, this should also be the approach to answer your second question..
Message Edited by JoeLabView on 09-19-2007 08:17 AM
Message Edited by JoeLabView on 09-19-2007 08:18 AM
09-19-2007 08:21 AM
09-19-2007 09:08 AM
You're welcomed!
Glad I could help
😄