LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Option like in win

I have two questions:
1) I want to create in front panel (for example) two options (let say two radio but). When the first radio but select some options of front panel go to gray (disable-can not be used and change) , but if the second radio but selected (or the first one not selected) the some option that be disable, now can be used.
 
2) I need that in evry time that user press run button, the front panel (boxes, buttons and radio but) began in the same order (like default sys in win files/win).
 
PS I tray to create project and create exe fail , but i have many problems with english help. If any one can say if exist some manuel in more simple explain , for damys like me/
 
 
Tnx for any help (;

Message Edited by Vaj on 09-19-2007 04:36 AM

0 Kudos
Message 1 of 7
(3,319 Views)
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.
Software developer
www.mcm-electronics.com





PORTUGAL
0 Kudos
Message 2 of 7
(3,309 Views)
I now about this optios , how i do this by programm.
I don't want that user can to do this.
 and what about second question
0 Kudos
Message 3 of 7
(3,296 Views)
Sorry, but I can't understand the second point.

You want that something happen when the user presses a button. Explain this action and mention your labview version.
Software developer
www.mcm-electronics.com





PORTUGAL
0 Kudos
Message 4 of 7
(3,293 Views)


@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

Download All
0 Kudos
Message 5 of 7
(3,287 Views)
Smiley Happy
TNX to
JoeLabView
 
you post realy help
0 Kudos
Message 6 of 7
(3,268 Views)

You're welcomed!

Glad I could help

😄

 

0 Kudos
Message 7 of 7
(3,255 Views)