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,168 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,161 Views)
Another way is to simply put the graph inside the true case statement.
0 Kudos
Message 3 of 4
(2,160 Views)
Sometimes i try to think to hard.



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