03-20-2014 12:55 PM
Hello,
I have a question regarding edge counting with Counters.
Looking here : http://zone.ni.com/reference/en-XX/help/370466V-01/TOC52.htm, I do not understand how I can count edges when the External Clock is high (and not when it is low).
For instance (second picture), I would like to get 0 and 2 (instead of 3 and 6).
Many thanks !
W.
03-21-2014 05:41 PM
You're misreading the help. It's counting continuously. On each rising edge of the external clock it puts into the buffer the number of edges counted since the last rising edge. This is not about counting only when the external clock is high.
It may be possible to do what you want, I'm not very experienced with counters, but the help you badly linked to (trailing comma in the link) doesn't deal with that.
03-21-2014 05:53 PM