04-16-2010 09:24 AM
hallo,
i have a radio button with some buttons in it. I would like that when I start the application none of the buttons is selected. There is a "allow no selection property", but this only allows the "no selection". My problem is that when I run the vi, one of the radio button is on and I would like all the buttons off.
thanks
Solved! Go to Solution.
04-16-2010 09:26 AM
04-16-2010 10:44 AM
thanks for the suggestion. I'm really new to Labview... and I don't know how to get that "no selection" rectangle.
04-16-2010 10:49 AM
Right click the terminal and select "Create"/"Property Node", selecting the "Value" property. Right click on the property node and select "Create"/"Constant".
Steve
04-16-2010 10:52 AM
04-16-2010 12:03 PM
04-16-2010 12:27 PM
davico wrote:
aha, thanks a lot. It works
You should mark Jim's answer as the solution, not your own comment.
p.s. Jim, can't you also do that with a Local Variable?
04-16-2010 01:22 PM
04-17-2010 03:24 PM
Broken Arrow wrote:
You should mark Jim's answer as the solution, not your own comment.
p.s. Jim, can't you also do that with a Local Variable?
Actually I think my guy Steve get's the "Solution" or at least an assist....
Programming with local variables is like (How to say it ?....) Self-abuse. You can get what you want but, please don't do it in public.
04-18-2010 11:29 AM
Jeff Bohrer wrote:
Broken Arrow wrote:
You should mark Jim's answer as the solution, not your own comment.
p.s. Jim, can't you also do that with a Local Variable?
Actually I think my guy Steve get's the "Solution" or at least an assist....
Programming with local variables is like (How to say it ?....) Self-abuse. You can get what you want but, please don't do it in public.
I agree with that statement in principal, but I strongly disagree that using a local in this example (in this thread) would be abuse.