LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Placing conditions on switches ?

I am going to be using LabVIEW with an NI DAQ to do some very simple machine control (the DAQ and LabVIEW will be replaceing a bank of toggle switches on a 25 year old piece of silicon wafer mfg equip).

Question is this: When I set up my VI with toggle switches how do I place conditions on the switches such that Toggle Switch 1 can only be turned on if Toggle Switch 2 is on and Toggle Switch 3 is on?

Thanks for any help that can be provided.

-darren
0 Kudos
Message 1 of 5
(2,612 Views)
One of the easier ways would be to create a property node for the first switch and set this to the disabled property. Then check the boolian logic from switch 2 and 3 and do some basic boolian math to make sure the conditions are met. See example... any questions please let us know!
0 Kudos
Message 2 of 5
(2,606 Views)
Thanks for the info, Chaos!

I'm presently using LabVIEW 7.0. Was your example created in a newer version? I get an error saying that it was done in 7.1. Can you save your example in a down-rev version?


Cheers!
-darren
0 Kudos
Message 3 of 5
(2,599 Views)
Sure no problem, try the one below...
0 Kudos
Message 4 of 5
(2,589 Views)
0 Kudos
Message 5 of 5
(2,587 Views)