Thanks for the reply. I really really appreciate it.
Well I am attaching my VI here. You are correct. PMT basically sees a flourescent bead and sends a signal (lets say a spike). Now if it crosses a threshold, I want a DAQ analog voltage output and updates a counter for counting those beads. The problem is that when DAQ is acquiring this signal quickly (at normal sampling speed), when it hits that peak, signal acquisition stops and labview is busy trying to output voltage. After the set amount of for loop (this is used to give out certain DC voltage for about 2,3,4 or5 or more seconds) signal acquisition starts again. Problem comes that if labview stops to output voltage, we might miss a bead and thus our counting is messed up.
Now I want BOTH the processes (counter and output voltage when criteria is met) running parallel. Can you update my mini VI? or post a link that I could read up or may be example VI????
Thanks so much.