02-15-2010 11:42 PM
Hello,
I am trying to do a very simple logic but can't figure out how to do it visually in LabView. Please have a look in the file. As you can see on the right, I have a group of 9 possibilities, for each one being true I want the DIALED NUMBER indicator to show a different result. I tried to use the case structure but I couldn't get the indicator icon into other subdiagrams. I've also thought about putting the results into an array and choose the element according to which the possibilities.
But I am sure there's a simpler way. Please help.
Thanks,
LD
Solved! Go to Solution.
02-15-2010 11:51 PM
I just realized that instead of having the indicator inside the case structure with different sub levels, I should have 9 case structures and the indicator should be outside.
Thanks,
LD
02-15-2010 11:52 PM
You put the indicator terminal outside of the case structure. Then each case wires its respective result into the tunnel that leads out of the case structure to the indicator.
(Alternative, but not recommended, use a local variable of the indicator in all the other cases if you use the terminal in one of the cases.)
02-15-2010 11:54 PM
02-16-2010 12:36 AM