10-27-2010 04:04 AM
Hi,
I have a NI PXI 6251 DAQ card. Is it possible to configure a system which measures (AI0) every nth trigger?
What i have is, i have a signal from an encoder, which sends digital pulse every 0.1um step. What i would like to do is measure every 1um which means i have to measure(1Mhz sampling rate) every 10th pulse of the encoder. Any idea on how i can do that with the PXI 6251? Im thinking of using a counter probably?
10-27-2010 02:23 PM
Hi Carlo,
You're absolutely on the right track with your idea to use a counter. This example will use a counter to divide-down the external signal (it shows a divide-by-2 but you can change this parameter to 10).
You can then use the Internal Output of the counter as the AI Sample Clock.
Best Regards,
10-27-2010 03:44 PM
Hi John,
This is very helpfull. 🙂
Thank you very much!
Best Regards,
Carlo