From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

would like a case structure with no o/p in false state

I'm sending data from a case structure to a graph but i only want the values that are generated in the true state to be sent to the graph. I was using the default value from the tunnel in the false state but this leaves me with unnecessary values going to the graph. Is there a way in which i can not send any values during the false state?
0 Kudos
Message 1 of 4
(2,163 Views)
Use a shift register and wire the value from it straight thru the false case. see labview examples for using shift registers.



Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 2 of 4
(2,156 Views)
Another way is to simply put the graph inside the true case statement.
0 Kudos
Message 3 of 4
(2,155 Views)
Sometimes i try to think to hard.



Joe.
"NOTHING IS EVER EASY"
0 Kudos
Message 4 of 4
(2,150 Views)