10-31-2008 03:01 PM
11-04-2008 08:25 AM
Hi Bossetheone,
Thanks for the post and I hope your well today!
I would recommend looking at the LabVIEW example finder - Help>>Find Examples>>Hardware I/O>>DAQmx>>Analog Measurements>>Slow Varying voltage signals..
There are examples on using external clocks.
Please let me know what you think, and if you've got stuck - show us some code.
Hope this helps,
Kind Regards,
James.
11-06-2008 08:08 PM
Hi James! Thank you for your answer.
I am doing research on desalination where a digital water meter outputs a TTL pulse for a predetermined very small quantity of water. A conduction meter with analog voltage output measures the salinity of water, and the idea is to record the voltage vs. the volume of water after 100 TTL pulses over a period of a couple of hours. It would be good to be able to graph the result and eventually write it to a file that can be read with a spreadsheet. I would like to use my USB-6211, but I am stumped at how to go about it. (It was 16 years ago I last used LabVIEW.)
11-07-2008 03:54 AM
Hi Bossetheone,
Thanks for the reply.
I would set up a counter digital edges task - Count Digital Events.vi.
I would then export the sample clock to another Count Digital task, which counts ticks to divider the first counter down to 100th of the first.
I would then use this clock signal as the sample clock for the AI read.
What do you think?
Kind Regards,