I keep getting into an infinite loop when a signal is on. When it is on, I need to proceed with an activity that takes us out of the signals way. Instead, the incoming signal places the vi back in the location that recognizes the on signal. Is there a way to ignore this incoming digital line in order to move out of its range?
Logic is
Line on: go to where you do what's next.
When you try to go to next, the signal on sends you back to Line On.
LVKid