Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

counting pulses over RTSI with DAQmx

I have used the traditional DAQ 'count edges (DAQ-STC)' vi in the examples library but have converted to DAQmx. I still want to be able to test the RTSI line. Can you point me to a similar vi that will count the pulses I am routing over RTSI in DAQmx? Regards, MP
0 Kudos
Message 1 of 3
(2,672 Views)
Start with one of the Count Digital Events examples. Insert a "DAQmx Channel" property node after the "DAQmx Create Channel" VI and before the "DAQmx Start Task" VI. Select the "Counter Input->Count Edges->Input Terminal" property. Right-click on the property and choose "Create->Constant." Select the desired RTSI terminal in the DAQmx Terminal constant.
--
Geoff Schmit
Huskie Robotics, FIRST Team 3061 Lead Mentor
http://team3061.org/
@team3061
0 Kudos
Message 2 of 3
(2,672 Views)
Thanks, also noticed that MAX includes a count routine under test panels. Cheers, MP.
0 Kudos
Message 3 of 3
(2,672 Views)