need to measure low freq. DC waveform

Guest
i need to measure a low frequency waveform from a DC circuit (voltage
up to 200mV). I need a sample rate of around 10Hz. to buy an
oscilloscope for this is a total overkill. I was thinking of using the
soundcard, but then realised it's AC coupled. any suggestions on a
cheap method to find this measurement?
 
On Sun, 18 May 2008 00:07:28 -0700 (PDT), mattyg1884@hotmail.com
wrote:

i need to measure a low frequency waveform from a DC circuit (voltage
up to 200mV). I need a sample rate of around 10Hz. to buy an
oscilloscope for this is a total overkill. I was thinking of using the
soundcard, but then realised it's AC coupled. any suggestions on a
cheap method to find this measurement?
I'm assuming you need an off-the-shelf solution, so recommendations
using dividers, buffers, and ADCs and the like are non-starters.

Several vendors have plug-in USB analog measurement gizmos. The
products at http://www.measurementcomputing.com/ are reasonable and
they include some basic data logging software as well as a DLL that
you could (?) use. The included logging software on the less expensive
models (e.g., USB-1208LS) maxes out at 10 sps (I think, been a while
since I used it) but the interface DLL will allow you to capture up to
the full rated speed of the modules.

--
Rich Webb Norfolk, VA
 
On Sun, 18 May 2008 13:49:10 GMT, NoSpam@daqarta.com (Bob Masta)
wrote:

On Sun, 18 May 2008 09:02:49 -0400, Rich Webb
bbew.ar@mapson.nozirev.ten> wrote:

On Sun, 18 May 2008 00:07:28 -0700 (PDT), mattyg1884@hotmail.com
wrote:

i need to measure a low frequency waveform from a DC circuit (voltage
up to 200mV). I need a sample rate of around 10Hz. to buy an
oscilloscope for this is a total overkill. I was thinking of using the
soundcard, but then realised it's AC coupled. any suggestions on a
cheap method to find this measurement?

I'm assuming you need an off-the-shelf solution, so recommendations
using dividers, buffers, and ADCs and the like are non-starters.

Several vendors have plug-in USB analog measurement gizmos. The
products at http://www.measurementcomputing.com/ are reasonable and
they include some basic data logging software as well as a DLL that
you could (?) use. The included logging software on the less expensive
models (e.g., USB-1208LS) maxes out at 10 sps (I think, been a while
since I used it) but the interface DLL will allow you to capture up to
the full rated speed of the modules.


Another possibility is the Dataq DI-194 starter kit. I haven't tested
this myself, but specs look great: 4 channels, +/-10V, 10 bits, up to
240 samples/sec, comes with chart recorder software, and is only
US$25.00. I've seen this advertised for years (maybe 10 years),
so it certainly has staying power. The only downside may be that it
uses a serial port interface. (I actually acquired some of these way
back when I was developing drivers for Daqarta for DOS, but there were
no DI-194 interface docs available back then and I never got around to
figuring it out by spying on the serial port traffic.)
Got one of those too. ;-) They're not bad for throwing in the laptop
bag to have "just in case." The gain is fixed at +/- 10 V, though.

The Measurement Computing USB-1208LS has a +/- 1 V differential range
that matches up better with the OP's 200 mV need and will sample
(using the supplied logger app) at up to 1200 sps. Had to grab it from
the toolbox and fire it up to verify that, so disragard the "10 sps"
above.

Dataq has some USB gizmos (e.g., DI-158) that do offer programmable
gain settings. From my reading of the datasheets the free (supplied)
logger is limited to 240 sps, though.

--
Rich Webb Norfolk, VA
 
mattyg1884@hotmail.com wrote:
i need to measure a low frequency waveform from a DC circuit (voltage
up to 200mV). I need a sample rate of around 10Hz. to buy an
oscilloscope for this is a total overkill. I was thinking of using the
soundcard, but then realised it's AC coupled. any suggestions on a
cheap method to find this measurement?
Boy!, have "We" progressed so far that we've forgotten the purpose of
MODEMs'"

A "Modem" is an acronym for a modulator-demodulator, a pair of circuits
for transmitting a DC signal over communication circuits bandwidth
limited to 300-3000 cps.

By modulating a Sub-carrier eg (1kc) with the DC signal you can transmit
for example an EKG , a low-voltage, very low frequency wave-form over a
telephone line. Or record a DC waveform using a Soundcard. Look for
circuits for "Voltage to Frequency Converters" and Demodulators

We are re-inventing the wheel here !

Yukio YANO
 
mattyg1884@hotmail.com wrote:

i need to measure a low frequency waveform from a DC circuit (voltage
up to 200mV). I need a sample rate of around 10Hz. to buy an
oscilloscope for this is a total overkill. I was thinking of using the
soundcard, but then realised it's AC coupled. any suggestions on a
cheap method to find this measurement?
Get your self a PIC starter kit, PICS have ADC inputs and can operate
with an RC clock. sounds just about right for your application.
The PIC can be set up to do a serial link to the PC if you wish.
Remember to use a inverter driver because the levels need to be
bumped up and inverted. MAX has a line of chips with charge pumps
if you don't have the require voltage on your board.


Or,
Get an off the shelf Voltage to Serial converter.


http://webpages.charter.net/jamie_5"
 
<mattyg1884@hotmail.com> wrote in message
news:3e12b887-6946-4410-a2d6-f69267a92726@t12g2000prg.googlegroups.com...
i need to measure a low frequency waveform from a DC circuit (voltage
up to 200mV). I need a sample rate of around 10Hz. to buy an
oscilloscope for this is a total overkill. I was thinking of using the
soundcard, but then realised it's AC coupled. any suggestions on a
cheap method to find this measurement?

One way to go would be to use a simple on-off circuit to turn the input into
an AC square wave. You could then measure the input with you sound card. The
output, when filtered at your switching frequency, will be proportional to
the DC input.

You might use an analog switch of some kind, like a 4066. I think there are
much lower resistance ones available, but that should not matter all that
much, because the input impedance of the sound card should be fairly high,
and your application is slow. You could also cobble something together to do
the switching using discrete, but it isn't as simple as just buying an
analog switch IC.

A signal generator would be the easiest way to generate the switching clock,
but you could also generate it from software on your sound card by
outputting a square wave at the right frequency, and using that to clock the
analog switch.

You might then write a simple digital band pass filter to filter the input
at the switching frequency. There exist various filter design websites,
which will write C code for you given the parameters you want to filter. A
10k switching frequency would be right in the middle of your sound card's
range.

Note that you may be able to use a USB port to power the entire circuit,
since USB can supply 5V. The parallel port and game port can also supply 5V.
However, ensure that your device under test doesn't have a ground that is
seriously different than that of the PC, or you can end up passing current
through the ground wires. If you connect them with an ammeter first through
a 1k resistor, you can see how bad it is likely to be.

Regards,
Bob Monsen
 

Welcome to EDABoard.com

Sponsor

Back
Top