LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I get these to reappear?

Solved!
Go to solution

When I put the value 01 on the combo box, I want 1 boolean to appear, when I put 02 I want two booleans to appear and so on...

 

What am I doing wrong?

 

mhaque

0 Kudos
Message 1 of 4
(2,553 Views)
Solution
Accepted by topic author mhaque

You never set any of them to be visible again, you just hide the ones you don't want to see.  Try putting one "Visible" property node for each boolean outside the case structure, then wire a value to each one from within every case of the case structure.  In the case "1" you'd wire one true value and five false values; in the case "6" you'd wire six true values (or one true constant, with the wire branched to six tunnels).

0 Kudos
Message 2 of 4
(2,547 Views)

A cleaner way to do what you want.

 

Download All
Message 3 of 4
(2,536 Views)

daaaaaaaaaamnnnn that was gangstaaa!!! awesome!

0 Kudos
Message 4 of 4
(2,530 Views)