Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Categories > Micro Controllers


Micro Controllers Discuss all aspects of micro controllers - building them, coding them, etc. All controllers are welcome - PIC, BASIC, Z8 Encore!, etc.

Reply
 
Tools
Old 21st February 2005, 01:16 AM   #1
Default phase sequence??BUT HOW?????

no,i want measuare three phase if three phase is not correct direction, pic will be turn off the led(0) direction of three phase is correct pic turn on the led(1)
how can find right direction of three phase of line ???
dolphin11 is offline  
Old 21st February 2005, 10:09 AM   #2
Default Phase sequence test

A program something like this ?
Code:
TestRed
        Test RED phase - is it high? (this is my ref. point)
        - - If NOT goto TestRed
        Wait for 6.6mS (50Hz mains, three phase)
        Test YELLOW phase - is it high?
        - - If so then all is on track -- GOTO YelGood
        Test BLUE phase - is it high?
        - - If so then we are running backwards -- GOTO BluBad
        Signal that a phase is missing - GOTO TestRed

YelGood
        Wait for 6.6mS
        Test BLUE phase - is it high?
        - - If so then one phase complete -- GOTO SeqGood
        Signal that a phase is missing - GOTO TestRed

SeqGood
        Signal that all is well
        GOTO TestRed

BluBad
        Wait for 6.6mS
        Test YELLOW phase - is it high?
        - - If so then one phase complete -- GOTO SeqRev
        Signal that a phase is missing - GOTO TestRed

SeqRev
        Signal that phases are reversed
        GOTO TestRed
__________________
I need a memory upgrade ...
My head is full !
mechie is offline  
Old 21st February 2005, 03:22 PM   #3
Default

thanx a lot
my second question is related my first question
which signal that i want to find direction of them
are over the DC signal
for waht!!???
beacause i convert the ac signal to dc but this dc voltage include ac riple as well as ....
on the other hand how i find when signal is start zero point because my pic initial with 4MHZ ...
Attached Files
File Type: doc sample_circuit.doc (29.0 KB, 97 views)
dolphin11 is offline  
Reply

Tags
phase, sequencebut

Thread Tools
Display Modes




All times are GMT. The time now is 01:24 PM.


Electronic Circuits  |  Learning Electronics
eXTReMe Tracker