04-05-2005 01:59 AM
04-06-2005
01:11 PM
- last edited on
08-19-2025
10:03 AM
by
Content Cleaner
Hi labview1958,
This depends on the kind of frequency you'd like to generate, and the range of frequency you'd like to measure. You didn't mention the kind of hardware and software (version) being used, so I'll assume you're using an E Series DAQ device and programming in LV 7.1. If you're generating a continuous pulse train, only one counter is required, hence there should be another counter available (for most DAQ devices). If you're generating a finite pulse train, two counters are required, and there'll be no counter available for frequency measurement. Also, frequency measurement can use one or two counters depending on the frequency range. You can find LV shipping examples (Help >> Find Examples) for both pulse train generation and frequency measurement. These make a good starting point for your development. In the case that you don't have a counter available for frequency measurement, you can also use the "Extract Single Tone Information" VI to measure the frequency in software.
These tutorials will provide more details:
Generating a Pulse Train with a Counter
Making Accurate Frequency Measurements
Hope this helps,
Lesley Y.
04-07-2005 03:13 AM
04-08-2005 01:32 PM
04-10-2005 03:24 AM
04-11-2005
11:38 AM
- last edited on
08-19-2025
10:03 AM
by
Content Cleaner
Hi labview 1958,
I have saved the VI in LV7.0. Also, I'm curious if there's a reason why you need to use the TraditionalDAQ driver for your development? If your DAQ device is supported in DAQmx, I highly recommend using this instead, as it'll make the programming much easier.
You can find out if your board is supported from:
Data Acquisition (DAQ) Installation/Configuration Troubleshooter
Thanks,
Lesley
04-11-2005 05:33 PM
04-12-2005 04:21 PM
03-06-2006 06:27 AM
03-07-2006
10:50 AM
- last edited on
08-19-2025
10:03 AM
by
Content Cleaner
Hello,
This specification is provided in the E Series Help (User Manual and Specifications). The 6025E can output 13 mA on port 0 and 2.5 mA on ports 1 - 3 for the logic high state.
Hope this helps,
Laura