06-07-2005 09:35 AM
06-08-2005 10:49 AM
06-08-2005 12:11 PM
06-08-2005 04:18 PM
06-08-2005 10:59 PM
06-09-2005
03:20 AM
- last edited on
11-25-2025
04:06 PM
by
Content Cleaner
In case your DAQ board has an EXTREF pin, you could consider using the counter for generating frequency connecting its output to the EXTREF pin and using the analog output for determining output level.
In practice, the EXTREF input provides a way to specify the reference of the analog output channels. On the counter output you have basically two levels: "1" (5V) and "0" (0V). Connecting it to EXTREF pin you can use analog output channel to set the desired output voltage, that will be a portion of the reference voltage (proportional to the full scale output level of 4096 bits). That is: generating a level of 4096 bits on AO will output the full reference voltage, a value of 2048 will output 1/2 of the reference and so on.
There are some limitations in that configuration (your board must have this input, which I am not sure; you cannot output a value higher than reference voltage...) but basically this setup should give you a higher flexibility in your application.
Here [broken link removed] a link to some documentation from NI.
06-09-2005 10:09 AM