10-19-2014 12:03 PM
I am using Labview 2011
I have an case structure. I want to do some calcutations if it is true and take out the result from that structure but I want to do nothing when it is false......
please help me about that..........
10-19-2014 12:30 PM
So leave one of the cases empty 😉
Keep the old result in a shift register of feedback node and wire it across in the empty case. This way the case structure outputs the unchanged value when it does not do any new calculation.