Three phase Measurament

Hi everyone,
I'm trying to measure the phase and the power factor for a three-phase motor. The problemn is that the motor is running with 480V and the SCXI module that I have can only handles until 300Vrms. I'm thinking about using some voltage transformers to step down the voltage and then connect it to the SCXI module. If I do that, will it affect my phase angle and power factor?
Assuming that this configuration works, how can I find the phase in each wire? Is it possible to run all samples at the same time and then make some comparisson between their plots to measure that?
Thank you!
Kenny Caldas
Solved!
Go to Solution.

Just want to emphasise Lynn's point about 480 nominal volts and what you might actually have.
Get your design and wiring checked by someone certified to do so before connecting.
Some further points:
How is the motor being fed?
a. If fed by a Direct On-Line starter or a Star-Delta starter, there will be a big spike when the contacts open to turn the motor off, or during the star-delta transition.
b. If fed by a PWM inverter, then the inverter synthesises the AC 50 or 60 Hz wave form by chopping DC very fast, and relying on the motor windings to act as the low pass filter. Good luck trying to instrument that.
Fault Level: You must have fuses as close to the instrumentation pick-off point as possible. That way, if there is a fault in your wiring the instrumentation fuse pops, and you do not have the full fault current flowing through your instrumentation wiring. Fault current will probably be about 4 times motor start current if the motor is fused correctly, and if it is an induction motor.
I would use isolation amplifiers on the voltage inputs. That way you can use a simple potential divider on the input to scale to the voltage you want, but make sure that the isolation amplifier has a suitable frequency range.
So it would go something like:
Line voltage->Fuse(or other protection device)->Potential divider->Isolation Amplifier->SCXI module.
IF you sample each channel fast, e.g. 10,000 samples per sec., then the time difference between samples and hence sampling induced phase error will be small.
Also look at the safety issues with Current Transformers here:
http://en.wikipedia.org/wiki/Current_transformer

Similar Messages

  • How can I calculate the frequency of a 2-4Hz three phase sine wave in 50msec?

    I want to calculate the frequency of a sine wave using either all three phases or just one, but I want to know the frequency after 50 msec, I don't want to have to wait for a full period.

    I have a mathematically sound suggestion but I do not know how well it will work in application. Most period measurements measure the time between a full period or several periods to eliminate the error introduced by the measuring device. Essentially the device error is made insignificant.
    Mathematically you can do much more but there is a tradeoff between recording less information and knowing (or assuming) some values. For instance, if one knew the amplitude and could calculate the derivative of the signal, one could calculate the frequency. A sine wave can be represented by the function: A sin (BX)=C , where A is the amplitude, B is the frequency, C is the present measured value. If the equation is solved for X, we get: X=(sin^(-1)(C/A))/B. The d
    erivative of the first equation is AB cos(BX)=C. If the equation for X is now substituted into the second equation, we get, AB cos(B (sin^(-1)(C/A))/B)=C. Solving for B we get B=C/(A cos(sin^(-1)(C/A))). Remember, we already know A and C, so we are done.
    Practically every step and assumption in the above argument introduces possible error which will affect the accuracy of the frequency. Unfortunately it is a trade off and that is why at least a whole period needs to be measured to get an accurate frequency.
    Jeremy Braden
    National Instruments

  • Three-Phase Power Analyzer, Etc.

    Hi All,
    I'm not sure if this is the right board for this question, or if I should ask it on one of the hardware boards.  Let me know if I should move it, please.
    I need to set up a LabVIEW-based system to monitor the following:
    1.  Output from three-phase power analyzer (480VAC, 0-100AAC) - this could involved monitoring formatted power-quality data from a power analyzer OR monitoring voltage and current on all phases, then doing the power quality calcs in LabVIEW
    2.  DC output current (0-200ADC) - This needs to be relatively fast (2000 samples/sec), but not very precise (0.1A resolution would be fine).
    3.  DC output voltage (0-600VDC) - Again, this needs to be fast but not very precise.  See current specs, above.
    4.  CAN bus - I'll be monitoring a CAN bus and processing CAN data, probably using an NI USB-8473.  I have much of the CAN code written already.
    Any suggestions on how I should proceed?  Has anyone had good results with specific power analyzers tied into an NI-based system?  What about current probes?  High voltage meters?  Is there any pre-written LabVIEW code for three-phase power analysis?
    Many thanks in advance.

    diarmaede wrote:
    Hi All,
    I'm not sure if this is the right board for this question, or if I should ask it on one of the hardware boards.  Let me know if I should move it, please.
    I need to set up a LabVIEW-based system to monitor the following:
    1.  Output from three-phase power analyzer (480VAC, 0-100AAC) - this could involved monitoring formatted power-quality data from a power analyzer OR monitoring voltage and current on all phases, then doing the power quality calcs in LabVIEW
    2.  DC output current (0-200ADC) - This needs to be relatively fast (2000 samples/sec), but not very precise (0.1A resolution would be fine).
    3.  DC output voltage (0-600VDC) - Again, this needs to be fast but not very precise.  See current specs, above.
    4.  CAN bus - I'll be monitoring a CAN bus and processing CAN data, probably using an NI USB-8473.  I have much of the CAN code written already.
    Any suggestions on how I should proceed?  Has anyone had good results with specific power analyzers tied into an NI-based system?  What about current probes?  High voltage meters?  Is there any pre-written LabVIEW code for three-phase power analysis?
    Many thanks in advance.
    Hmm... I have used a few three phase power analyzers from Voltech, Valhalla, and Yokogawa with LabView.
    Right now I would say Yokogawa has my vote. Either the WT230 or (if you got the budget) a WT500. I am currently using both and find the Yokogawa supplied LabView vi's complete and full featured. Since neither of these can measure 100 amps directly you will need to use external current transformers. For best results I recommend buying matching current clamps from Yokogawa when you buy the analyzer Their use is pretty straight forward just enter the scaling factor into the instrument and the readings will be ranged correctly.
    DC current and voltage that high will require a current shunt and some scaling for your voltage. Then you could measure it with any decent DAQ device, maybe a cheap as a NI-USB6009. We like to use the Agilent 34970A with a 34901A multiplexer card for this application. The 34970A/34901A is our Engineering Lab workhouse it has the benefit of ISOLATED CHANNELS direct measurement of 300VAC/DC and it can read thermocouples.

  • How to generating three phase sine wave simutiously with Vistual C++?

    Here I want to generate three phase sinewave at the same time with the phase angel 120 continiously. I can creat a task that contain 3 AOs, and generate 3 same sine wave at the same time. But I can not create 3 individual task which contains one AO channel, and write data to FIFO. Please tell me how to realize it?

    Hello, Rilee,
    Thank you very you very much. But I am still confused. The website I can not open. As you said, I shall create a data array to contain three phase data, for example, sinedata[750], sinedata[0:249] contains first AO, and sinedata[250:499] the second, and the rest is the third. then
    1. send the data for sinedata[0] to sinedata[249], to the board. with DAQmxWriteAnalogF64;
    2. send the data for sinedata[250] to sinedata[499], to the board. with DAQmxWriteAnalogF64;
    3. send the data for sinedata[500] to sinedata[749], to the board. with DAQmxWriteAnalogF64;
    and or so.
    Is all the above description right?
    Here I have several questions:
    1. When shall I send second section sample data? I think it shall be all the first data have been written to the board. And How can I know that all the first section data have been sent to the buffer?
    2. If I call DAQmxWriteAnalogF64 to write the second section data to buffer after the have finished first section data written, will this function affects the wave of the first section data?

  • Help is needed to implement a PLL to obtain the angle of a three phase sinusoidal system

    Im trying to develop the PLL to obtain the angle of the three phase system that allows to transform a three phase system into dq axes using Park transformations, there is any example?.
    The voltages are obtained from an analogic module in the FPGA using a cRIO device.

    did you ever solve this problem, i am having issues with this as well

  • How to do carrier phase measurement of any RF signal and Phase Noise measurement of any RF signal?

    Hello,
    Can any one give some idea to do carrier phase measurement and Phase Noise measurement of any RF signal?
    Regards,
    Vijay

    Vijay,
    A great example for measuring RF phase noise can be found in the LabVIEW Example Finder. The name of the VI is "MT RFSA Phase Noise.vi" This example performs phase noise density measurements on I-Q data acquired using RFSA. You may also want to take a look at Performing Modulation Measurements on Real-World IQ Data With Carrier Frequency Drift to see if phase measurement could be implemented: http://sine.ni.com/apps/we/niepd_web_display.display_epd4?p_guid=EEAFD63A09CD3B79E0340003BA7CCD71&p_node=200054&p_source=External
    What type of RF signal would you be analyzing? Are you trying to measure phase shift of a carrier frequency that is varying with time?
    Shea C
    Applications
    NI

  • Phase measurement RFSG RFSA

    Hello,
    Currently, I work with RFSA and RFSG to analyse signal wich is generated by the RFSG. I would like to measure phase in my RFSG module to do the AM/PM characteristics. For now, i didn't find any functions to measure this phase. Moreover, i found a function for phase measurement for RFSA but it did not work. This function is Get Frequency where we can have phase too.
    So i would like help to measure phase in RFSG and RFSA .
    Thanks for your help

    You should be able to measure phase directly from the IQ samples returned fro the RFSG ( arctan(Q/I) ).  However, there is a simple polymorphic VI that you feed in IQ samples....and out comes magnitude or phase.  I can't remember the exact name of the VI, but it's easy to find.
    Note...if you don't lock the RFSG and RFSA together via the 10MHz reference....the phase you measure may be corrupted due to clock drift.  Locking the two via the 10MHz reference will eliminate the frequency drift between the clocks....though you may end up with some constant phase offset that you could then subtract off.  However...this constant offset would likely be different every time you turned the devices on and off.
    Brandon

  • How to acquire correctly three-phase signals (Problem with the gap between signals)

    Greetings
    I need to analyze three sinusoidal signals 120 degrees out of phase by nature including my version of LabVIEW 7.1 and the acquisition card I used is the Measurement Computing USB 1208FS. In principle the acquisition and display them individually does not represent any kind of inconvenience, the problem arises when I try to observe the three signals in the same waveform graph. At this point to run the test continuously (Continuously RUN) the signals lose their phase shift and this becomes variable along the process of signal acquisition occasionally taking its original phase shift (in Figure 2 shows how to vary the phase angle between the signals), just watch the same channel form using 3 distinct stages and the signal (in theory the same) is outdated fig 4. How can this problem be corrected? There is some appreciable time lag between data collection in the different channels that would alter the correct acquisition of the signals. You can correct varying the sampling frequency (rate) and the count?
      Pd = vi attachment used for the acquisition
    Thanks
    Attachments:
    figure 2.jpg ‏70 KB
    figure 4.jpg ‏72 KB
    3 channel.vi ‏388 KB

    Duplicate Post
    Cory K

  • Phase-measurement, PXI-4461

    Hi
    I would like  to do a hydroacoustic measurement with a common signalsource and two hydrophones. The hydrophones are mounted in parallell (same direction) at a fixed distance, - and is directed towards the signalsource with a given angle. This means that if I give an impulse from  the signal source, the soundwave will reach the two hydrophones in the same moment IF the angle is zero. If the angle is larger than zero, the soundwave will reach the nearest hydrophone first. I would then like to find the delay between "signal-aproach" on the two hydrophones, because this will give me the actual angel to the signalsource in the actual plane. Frequency is 20-100kHz, ane I need a lot of "dynamic space". Is 4461 the right alternative, and how acurate can I do this angle-measurement ? Can I do it this way at all ??
    Svein Erik

    Hi Svein,
    Since you are wanting to find out time delay between two signals you will definitely want synchronization. So any of the DSA devices should work well for that since they use one ADC per channel and all the channels are synchronized. Additionally there are some S-series boards which can sample a little faster up into the MHz range. These S-series boards are lower resolution: 14-18 bits instead of 24 bits, however they are simultaneously sampled so you can maintain tight synchronization between channels. http://sine.ni.com/nips/cds/view/p/lang/en/nid/10955
    I'm not sure how to quantify "a lot of dynamic space,"  but I will say that a 446x family is going to be one of the best options when it comes to dynamic range both because it has a high dynamic range and it has many input ranges. I don't know how much you really need however, so that's difficult to say. There are other higher channel count offerings in the DSA family that may have the functionality you want. http://sine.ni.com/nips/cds/view/p/lang/en/nid/12051
    If you are considering eventually doing three-dimensional algorithms, then I suppose you will need more than two input channels. The 4462 shares the same architecture as a 4461 but has four input channels instead of two inputs and two outputs.
    How accurately can you make the measurement?  The DSA family generally publishes an "AI Interchannel Phase Mismatch" spec. It is on page 10 of the 446x specifications http://www.ni.com/pdf/manuals/373770j.pdf . So depending on which input range you want to use, you could have as good 0.08degrees or better. But it would depend on your application.
    Hope that helps.
    Daniel
    Conditioned Measurements Hardware

  • Phase measured by two tone measurement have different dt

    Dear all;
        I write a labview program for isolated a signal from the mixture of two signals by using a reference input. I choose to use butterworth filter and apply it in bandpass mode. To determine the band width of the filter, I also use two tone measurement vi to detect the phase of the reference signal and the signal I want to outcome. Unfortunately, when I run my program, warming with message "waveforms have different dt value" is always show. How can I fix this problem?
    Regards
    Attachments:
    lock-in test.vi ‏88 KB

    Well you got a bad case of the DDT's and dt's
    If you get rid of those express vis and use a vi from the waveform measurments pallette you won't get fooled by that dt that does not exist coming out of your filter
    Of course you COULD use the Digital IIR Filter vi off the Waveform conditioning palatte and keep your dt info but that doesnt get rid of your DDT's
    Here is one quick mod
    Jeff
    Attachments:
    lock-in testmod.vi ‏36 KB

  • Interchannel delay and phase measurement

    Hi all,
    Below is my latest vi, which I am using to measure the phase shift across the RC circuit. The values I am getting each time I run the program have an error of 0-0.3 radians. When testing for interchannel delay (i.e I put the two analog inputs at the same point on the RC circuit expecting the same readings). However the delay (measured also in radians of phase shift) varies 0-0.3.
    It appears that error is related to the interchannel delay but they are not constant (each run the error is different). Can anyone provide me with insight on how to correct this?
    If someone could also check the program to see if anything is amiss there.
    Sorry the explanation is poor I am having trouble wording the problem. Please ask for any more details. Feedback/advice as always would be hugely appreciated.
    Attachments:
    RC Circuit Test Multiple AI.vi ‏265 KB

    You can account for interchannel delay using the "AI Convert Rate" property available in DAQmx.  Invert it (to get how long the interchannel delay is) and multiply it by the current frequency (in radians per sec) and subtract that from your phase calculation.
    Attachments:
    interchannel delay.JPG ‏10 KB

  • Chrominance Phase Measurement

    Measure the chrominance phase of RGB color. Now I using Video analyzer to measure and would like to replace using NI.

    Dr Spock 已寫:
    RGB colour strictly speaking does not have chrominance, therefore you cannot measure RGB chrominance phase. Only PAL and NTSC Composite (CVBS and S-Video formats) video has chrominance.
    To make this and many other detailed analogue video measurements you should consider VideoMASTER from microLEX Systems in Denmark - a National Instruments Alliance member. Their VideoMASTER product uses the NI 5122 digitiser card to acquire video signals and analyse them with their own special software.
    I've seen the VideoMASTER of mocroLEX. It's really a successful solution of video analyzer. But I do not need all functions provided in mocroLEX's software package. The only one question to me now is to figure out how to measure the chroma phase by NI 5122. Does anyont know how to calculate it from a video line waveform (any mathematic equation) of a function to do it ?

  • AM demodulation and carrier phase measurement of multiple signals simultaneously

    Hello All,
    I need to extract and compare the carrier phases from a number of
    medium wave AM signals using a 5600 downconverter and a 5122e
    digitizer. The signals are all real off air broadcasts, and so are in
    the band 500kHz to 1500kHz. Since the transmitter frequency references
    may all drift I guess the most sensible way to do this is to filter and
    mix each signal down to the same IF and track their relative phases.
    However I'm not sure what clever tricks can be done with current
    Labview vis. I've had a dig through what I have (I have the modulation
    toolkit amongst others) but can't use the features based around the
    5660 due to my hardware. I can see the signals where they should be on
    a spectral plot, but have not had much luck getting sensible looking
    results using mt_niscope_demodulate_am.vi. I am currently tuning the
    5600 to 15MHz rather than attempting to tune it to central frequencies
    around 1MHz, I presmue this is the right thing to do? Could someone
    point me in the direction of some good starting point? Any suggestions
    welcome
    Thanks
    Ramsey

    Hello Ramsey,
    I assume you are trying to capture these AM signals and compare their relative phases all against each other. Sort of like saying the AM 1300 carrier is X degress in phase different from the AM 1530 carrier.
    This is what I would do. I would use the full PXI-5661 RF analyzer and capture the entire AM band in the acquisition. This is roughly a 1 MHz bandwidth. At this low bandwidth, a low IQ sample rate can be used with the PXI-5661 (1.25 MSamples/sec gives the PXI-5661 a 1 MHz IQ data BW). With this low IQ rate, you could actually stream the entire AM band to hard drive for some time.
    Since you have recorded the AM band to disk for a period of time, you can extract all the relative phase information you want. And the receiver reference is the same for all acquired data so the only variation will be due to the Tx side.
    Look at this example:
    RFSA Acquire Continuous IQ.vi
    located at:
    C:\...\<LabVIEW>\examples\instr\niRFSA
    Regards,
    Andy Hinde
    National Instruments

  • Three Phase Commit

    Hi everyone,
    I have 2 questions:
    1) Does Oracle implement, the 3-Phase Commit protocol ?
    2) How does Oracle solve the problem of blocking, in the 2-phase commit protocol ?
    Thanks in advance, for your help
    Jimmy.

    Perhaps I can simplify the questions ...
    It seems that the javadoc allows propagation of the original exception
    only in the case when the abort phase fails. Am I reading this
    right?
    Shouldn't it be OK to propagate the original LoginException for any
    sort of failure in overall authentication?

  • Phase measurement

    Hello,
    I would like to know if anyone has got a sample code to showcase phase modulation in LabVIEW. I have installed modulation toolkit but that has examples only for demodulation. If you have an example VI of phase modulation with simulated signal, I kindly request you to share the same.
    Thank you.
    Herok

    Hi Herok,
    Below is a sample VI to generate a phase-modulated signal using a NI-FGEN waveform generator. This program is a shipping example VI included with the Modulation Toolkit-
    http://zone.ni.com/devzone/cda/epd/p/id/5601
    The example about will need to be modified for simulating the device. The NI-FGEN driver allows you to simulate a device so that you can run your application without the hardware present. Details of how to simulate this are available on - 
    http://digital.ni.com/public.nsf/allkb/07A1DC2A64B4F0A38625729A00065771
    To demodulate PM with simulated data , you can use the following example VI and build upon it for your application.
    http://zone.ni.com/devzone/cda/epd/p/id/5648
    As you said that you do not have hardware, you cab simulate the device using the NI FGEN Driver. The steps for this are given on the second link.
    Please revert for further clarifications.
    Regards,
    Kanchan Bhakoo
    Applications Engineer | National Instruments

Maybe you are looking for