Tell me more ×
Electrical Engineering Stack Exchange is a question and answer site for electronics and electrical engineering professionals, students, and enthusiasts. It's 100% free, no registration required.

We have 3-phase electric network. How to determine phase sequence (L123 or L132) from 2 line-to-line voltages U12 and U32? I prefer computationally simple solutions. Is it possible to determine phase sequence without computing phase voltages (which seems to me to complicated if searching generally valid solution for assymetric systems).

The solution looked for needs to be a mathematical algorithm. I need to write computer program for this. Lets say we know amplitudes and phases of vectors U12 and U32:

\$U_{12} = |U_{12}| \exp \left[j \left(\omega t + \phi_{12}\right)\right]\$

\$U_{32} = |U_{32}| \exp \left[j \left(\omega t + \phi_{32}\right)\right]\$

share|improve this question

3 Answers

Put a capacitor and resistor in series across each line. Measure voltage from each cap to the other line. The line with the lowest voltage is lagging the other line.

But if @optionparty is right that you only have two wires, there is no way. Maybe you mean two lines, and the neutral?

share|improve this answer

Here is a circuit design that displays correct 3 phase order. It uses the SCR to store the memory of state B-C sequence and the polarity of A for each cycle. No neutral is required here.

enter image description here

If you wanted to detect a missing phase, one would need a neutral reference and trigger a one-shot for each phase.

share|improve this answer
Does this circuit work on european 400 V lines? And what about using a capacitor to drop some voltage instead of those huge resistors? – Al Kepp Dec 26 '12 at 17:47

Sorry I misunderstood your post. I see you have access to all three phase wires.

Quadrature decoding;
Using line 2 as a reference, the next line to go high identifies direction.

A resistor in series with a Zener diode, should furnish a square wave.
A “D/Q” flip flop should turn Q or /Q high indicating direction.
http://so909.blogspot.com/2008/09/quadrature-decoder-how-to.html

D/Q Circuit explanation;
If “D” is high when “Clock” latches, “Q” can light a LED.
Indicating the line triggering the “Clock” is the next in phase.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.