LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

interlock

dear sir,
           I have come across doubt regarding interlocking.
My requirement is I have two switch in my vi front panel ;one switch for one device control and another for other device control.But what my requirement is first switch should control whenever second switch is on,otherwise first switch sholud be in locked position in front panel.How do i create this vi.
Pls suggest as soon as possible
 
Thanks and regards
Jayatnhi.k
0 Kudos
Message 1 of 8
(5,207 Views)
Look at the radio buttons controls.

Lynn
0 Kudos
Message 2 of 8
(5,201 Views)
Hello Jayatnhi,

I would suggest using a case structure. From your example, your second switch will be wired to the selector terminal. You can use property nodes within the cases to control when the first switch is enabled or disabled (using the Disabled property).

Hopefully this will get you started with the user interface that you're trying to build. If you are interested, you might want to take a look at some LabVIEW training resources. Some of the topics useful for your applicaiton can be found in these trainings. Thanks!

Mike D.
National Instruments
Applications Engineer
Message 3 of 8
(5,182 Views)

Dear sir ,

              can u pls send the sample program using radio button for my requirement.

 

Thanks and regards

Jayanthi.k

0 Kudos
Message 4 of 8
(5,168 Views)
What version of LV are you using?

Lynn
0 Kudos
Message 5 of 8
(5,163 Views)
Dear sir,
                   I am using labview version 7.1
 
Thanks and Regards
Jayanthi.k
0 Kudos
Message 6 of 8
(5,152 Views)

Jayanthi,

I think Radio buttons have got nothing to do with your Interlock requirement. Smiley Wink

See the attached VI in LV 7.1, if it fits the need.

- Partha ( CLD until Oct 2027 🙂 )
Message 7 of 8
(5,142 Views)
I would further suggest you to play with the Property nodes, like what Mike [Duffman] had mentioned in his post.
- Partha ( CLD until Oct 2027 🙂 )
Message 8 of 8
(5,141 Views)