04-21-2008 08:50 PM
04-22-2008 02:23 PM
04-24-2008 03:17 PM
04-27-2008 08:52 PM
You can use counters to find when the external clock is generating pulses. It looks like you have connected to an analog input right now. You could essentially do some kind of software analysis but it would not be accurate. Using the counters you can measure all the pulses and when they occurred. Are you using the DAQmx driver for this application? If you are using LabVIEW for this application I can point you to an example that achieves something similar to this. In the LabVIEW environment, click on Help >> Find Examples. In the example finder window, select Hardware Input and Output and then select DAQmx >> Counter Measurements >> Count Digital Events. There are a few examples in this folder that can show you how to make counter measurements.
i want to know in real time,, when the external clock create the pulses..
04-28-2008 06:25 AM