Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Can I ignore an incoming DAQmx digital signal?

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
0 Kudos
Message 1 of 2
(2,663 Views)
Can you explain a bit more about the problem? A signal by itself does nothing. Your program would be processing this signal and determining execution flow. It sounds like you need to implement some sort of state machine. Seeing your existing program would help in understanding what is going on now.
0 Kudos
Message 2 of 2
(2,661 Views)