03-31-2016 07:37 AM
Hi
I need to program a function to exactly count the edges of a quadrature signal between the rising edges of the start and stop signal.
I'm using the NI USB-6361 and i not very familiar with their counter functions.
So, this is my test code...
The start trigger is working perfectly but stop counting by polling digital input is not working very reliable, because the polling rate is much to slow.
Is there any trigger like the "AamStart" or a way to stop the counting task at the rising edge of the stop signal?
Thanks
04-01-2016 02:55 AM
Hi there,
I would recommand you to use the reference trigger:
http://digital.ni.com/public.nsf/allkb/BA775B0E445BFA79482571FE0032CCEB
https://decibel.ni.com/content/docs/DOC-11792
04-07-2016 06:42 AM
Thanks for your reply, i will try it in this way.