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?
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!
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?