03-03-2008 08:41 PM
03-04-2008 12:20 PM - edited 03-04-2008 12:21 PM
03-04-2008 12:43 PM - edited 03-04-2008 12:51 PM
03-05-2008 05:58 PM
07-18-2011 09:33 AM
Hello NI-Bongo,
I am using one counter to do the event counting and it works great. Can you give me more details about how to use another counter to generate a gate signal, please?
Regards,
Alexey
07-19-2011 01:20 PM
Hi Alexey,
Right now, I'm assuming your post is about a different issue than the above. Have you checked out the example in Example Finder called Count Digital Events - Pause Trig.vi ? It is also located here. Let me know if you need more information about this or if it doesn't work for your situation.
Allie
07-22-2011 10:07 AM
Hello Allie,
I am using USB 6251 platform for photon counting. The TTL pulse is coming from a single photon counting module upon receiving a photon. My goal is to count the pulses with a counter for a finite time window and then reset the count after each time window. What do you think would be the best way to implement that?
So far, I am counting the pulses countinuously using one of the counter. With the help of count digital evant-pause trig.vi example I can trigger the count by using a function generator. Can I control the counting time window internally and then reset the count?
Thank you very much
Alexey
07-22-2011 02:52 PM
You can do this by configuring a buffered period measurement task. You just have to think about it kinda sideways is all. You'll treat your photon signal as a timebase and some kind of timing signal as the signal whose period you're measuring. If you simply read the count values as U32s, your measurement result will be the # of photons per interval.
Here's a recent thread on a similar topic that includes discussion and example code.
-Kevin P