LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

if loops

Hi, could you please explain to me how i would have an IF LOOP in my program. I have three inputs and depending on the input will have one possible output. How do I handle this. I suppose I could use a case structure, but I am not sure how to organize the inputs. I'd greatly appreciate some input!
Ivanka
0 Kudos
Message 1 of 2
(2,415 Views)
Yes, a case structure is suitable for your task.

Does the output case depend in some way on the values of your three inputs or on the setting of a fourth variable? How does it depend in the input?

Basically, you wire all your inputs to the left edge of your case strucure. On the right, there will be one output tunnel.
Message 2 of 2
(2,415 Views)