LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Array data dissappearing

When I create a boolean case  i am producing an array when true is selected.  It is basically a hex string to binary conversion.  My problem is when I turn the case to false the binary converion dissapears.  This makes sense but I am wondering any advice to have the binary conversion data to stay even in the false condition.  Thank you
0 Kudos
Message 1 of 3
(2,466 Views)

Please attach your code. It is not clear what you mean by "disappear", especially since it apparently make sense to you. 😉

Depending on your problem, the solution could be a simple as placing the indicator terminal inside the TRUE case. In other scenarios, a shift register might help....

0 Kudos
Message 2 of 3
(2,462 Views)
creating an indicator inside the  case statement solves my problem.  i actually had the indicatior outside the case statement.  thank you
0 Kudos
Message 3 of 3
(2,436 Views)