01-21-2008 04:25 PM
01-21-2008 09:23 PM
01-22-2008 02:42 PM
Hi MeCoOp,
To get started with THD measurements, I recommend opening up LabView, going to Help-->Find Examples-->Search Tab-->and type in THD.
You should see two example VIs, namely, "Basic Harmonic Analyzer Measurement.vi" and "Advanced Harmonic Analyzer Measurement.vi" In these examples, a signal is generated and the THD is measured based on these arbitrary signals. To collect data, you will need a device to collect data, namely a data acquisition board (DAQ), and you can use one of the DAQ examples to analyze your waveforms.
Let me know if this sounds feasible, and we can go from there if you have any additional questions.
01-24-2008 01:08 PM
01-24-2008 01:27 PM
I don't think it is possible using Fieldpoint, but I could be wrong. Ideally, you should use a DSA card to acquire the signal to prevent aliasing. These are available in several form factors, including PCI, PXI, USB, cDAQ, but not Fieldpoint. The processing will probably need to be done on a PC of some sort, but you might be able to do it on a Fieldpoint.
Bruce
01-25-2008 09:47 AM
01-25-2008 03:56 PM
The PXI-4070 looks like a possible candidate. You would need to decide if it meets all your specs.
Another possibility is the USB-9233, which is slightly cheaper. You need to have a sensor that is IEPE, though. I'm not sure if the sample rate would be fast enough for your application, either.
Bruce
01-25-2008 05:17 PM
Hey MeCoOp,
I've consulted with a fieldpoint support engineer here (I mostly support CompactRIO, DSC, OPC). It really depends on how fast you'd like to acquire data... thats the limitation. Once I have that information, I can direct you towards either a fieldpoint or another solution.
01-25-2008 09:04 PM
If you aren't sure how to determine your rate, do the following:
Determine the base frequency. Is the power 60 Hz or something else?
Multiply by 41 to get the frequency of the highest fundamental.
Multiply by 2 to get the required sampling rate. (Yes, you could just multiply by 82 in a single step)
Bruce
01-28-2008 08:36 AM