Hi everyone
Could you help in desgin of 3 phase
Sequence change indicator(checker)?
Not by microcontroller
Could you help in desgin of 3 phase
Sequence change indicator(checker)?
Not by microcontroller
Like what?Have you tried Google search? There are many projects doing exactly that
Those are readily available for purchase.Could you help in desgin of 3 phase
Sequence change indicator(checker)?
l want to take a fault sign from this circuit to arduinoThose are readily available for purchase.
Why do you want to build one?
So contrary to your OP, you already have the detector, you just require the signal from it??I want to take a fault sign from this circuit to arduino
3 phase Sequence change indicator(checker)? Not by microcontroller
As already suggested, if you are using an arduino (which incorporates a processor) all you need is an input from the three phases to three I/O lines and some fairly simple code to determine the sequence. The most important consideration when dealing with AC mains is safety!l want to take a fault sign from this circuit to arduino
For each phase I'd use a potential divider - two resistors connected between the live and neutral with the the tapped low voltage into an opto isolator (diode) for safety. But be careful to check the voltage rating of the resistor with the high voltage drop - it may be necessary to implement this total resistance with several resistors in series so the voltage drop is shared between them.
Then digitalRead() the opto isolator outputs (collector connected to Arduino 5V or 3.3V depending on type) from which you can work out the sequence. Probably a diode in parallel with the opto diode to catch the negative voltage, but not strictly necessary.
This sine waveBy "sign" you mean the sine wave?
How is one phase indication show phase reversal?
.
Or to relayThis sine wave
I will rectified and transformed to +5voult to input of an arduino