Can I use the "wait for front panel activity" to wait for an active signal from my DAQ Card? I am not using a NI hardware but I am just looking for a signal to go from true to false?
Why not write a simple "wait for signal from DAQ Card" routine. This routine is simply a while loop with a case structure set to run your other DAQ procedures, etc., when the signal goes to False.