LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

boolean in menu cluster won't read correct

I have a menu cluster of 3 booleans to do compensation on an agilent meter.  See the code, the second boolean: Measure Short will not read correctly, or long enough by labview.  This sounds like a stupid question, but I don't see what the problem is since I copied the button from the one above which works just fine. 
Please help me, you should be able to just change the VISA to Com1 and probe the output of the menu cluster and see only a momentary blink of true.
 
Thanks in advance,
Acer05
0 Kudos
Message 1 of 3
(2,521 Views)
Your problem is in the the default case. The input to the Select function is always false unless you select Measure Open or Exit. The Measure short selection is ignored. Why don't you simply wire the output of the Search 1D Array out the case statement and into the shift register? The two compare, the or, and the Select don't seem necessary at all.
0 Kudos
Message 2 of 3
(2,514 Views)
Thanks for your help
0 Kudos
Message 3 of 3
(2,496 Views)