04-21-2010 03:04 AM
04-21-2010 04:50 PM
Where is the signal you are trying to measure coming from? I would think that you could use a relatively simple attenuator circuit (voltage divider depending on power) to bring that singal down to a usable voltage in the ±10V range for the USB-6008. I would also buffer the output of the voltage divider before sending that into the 6008. Depending on where the signal is coming from and how you ground your circuit will determine whether or not you'll want to hook up to the 6008 as single ended or differential, but it will likely be a differential connection.
Once you've figured out the circuitry you need to make the proper connections, I would take a look at one of the LabVIEW example programs to base your application off of. You could start with something like "Cont Acq&Graph Voltage-Int Clk.vi" which you can find in the NI Example Finder.
Chris W
04-21-2010 07:11 PM
What frequency range?
I would use a step down or signal conditioning isolation transformer just in case something goes awry, your DAQ card and PC are not exposed to high voltage.
-AK2DM
04-22-2010 01:09 AM
04-22-2010 03:38 AM
Since you cut the 'phase' of your main power, you can (will) have frequencies up 20kHz and more .... so a standard main transformer will not work (unless you want to use it as a filter 😉 ).
A compensated voltage divider 100:1 with a good OP as a buffer is the way I would go. As with a 10:1 scope probe the compensation C trimmer can be set with a square signal.
On the high side use at least 2 resistors in your voltage divider and also use 2 high voltage C in series (if one fail there is still another one that limit the current. 5mm gaps between traces one the PCB should be minimum in the high voltage part. )
If you don't feel comfortable with higher voltages, buy a 100:1 scope probe and build a buffer with a 1M 30pF input impedance (or whatever the scope probe needs).
04-22-2010 04:31 AM
Thanks a lot. I'm a bit unfimiliar with OP-amp buffers for this type of application, do you maybe have any links or advice on how to build the buffer? Otherwise if I understand you correctly the probe will consist of a voltage divider and the buffer circuit? Is the buffer circuit not maybe going to filter out the signal I want to measure with the capacitors present in the buffer circuit?
Thanks a lot guys...