09-29-2011 02:47 PM - edited 09-29-2011 02:48 PM
Please provide a LabVIEW example which registers and handles a DAQmx Counter "Two Edge Separation" event. I can't figure it out.
(The post with a similar title was not helpful as the provided examples were for an analog input not a counter.)
09-29-2011 04:54 PM
A search of edge within LabVIEW's example finder brings up 3 examples for counters. Are they missing in yours?
-AK2DM
09-29-2011 05:00 PM
The three "Two Edge Separation" examples do not register events. They all wait until a sample is ready or timeout.
I am looking for a solution which registers the counter event (which I'll handle in an Event Structure).
10-03-2011 08:23 AM
Anyone else have any thoughts on how to accomplish this?
10-03-2011 07:14 PM
Hello Steven,
Can you explain more about the event you're trying to register? What is your goal in trying to capture this event?