Measurement Studio for VB6

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there an example program that uses the DAQ700 counters to measure time lapse between input pulses?

I'm looking for some example code to follow as I try to develop a program that can utilize the three counters (MSM82C54) on the DAQ-700 board to measure the time lapse between input pulses in conjunction with when events occur and how many are occuring at any given time.
0 Kudos
Message 1 of 2
(3,747 Views)
Hi, I looked around our internal database and found this example. It is not exactly what you are looking for, but it will give you an idea on how to implement the code for your application. This example was made for VB 3.0 and uses NI-DAQ function calls.

We do have some other examples to take a look at, but they are written in LabView. If you are interested in them, please go to ni.com and make a search for "8253".

********************
ICTR example for VB/WIN

Description: This program is a general purpose example using the ICTR_Setup function in NI-DAQ. Simply set the parameters, and start the counter. It uses the VB Timer event to periodically look at the count value using ICTR_Read.
Download All
0 Kudos
Message 2 of 2
(3,747 Views)