Understanding 3 phase sequencing


Closed Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Oct 2004
    Posts
    448

    Default Understanding 3 phase sequencing

    I'm working on a system that has to be polling the 3 mains phases, and to visualize the waveform, I created an Excel spreadsheet, where the 3 phases in sequence would be as denoted by the black, red and blue columns (using the US color convention), each 120 degrees out of phase.

    Now, looking at the data, I would have expected the waveform to be 3 sign waves, in the sequence Black-Red-Blue, but they come out Black-Blue-Red. I found out another page that does something similiar at http://en.wikipedia.org/wiki/Image:T...e_voltages.png , and sure enough the sequence is Black-Red-Blue.

    This has me perplexed. When I plot 3 waves, shouldnt they come out in sequence? (0 degrees-120-degrees-240 degrees)

    I might be doing something entirely foolish here, and would greatly appreciate any help.

    Regards,

    Anand
    Attached Files Attached Files

  2. #2
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Not exactly sure what you're trying to visualize here, but...
    The graph is correct. You're expecting black-red-blue based on where they cross Zero. But, if you look, black crosses zero on the ascending, red crosses zero on the descending, blue on the ascending again.
    You've got the formula's set up so that the last phase (blue) is actually leading the rest of them, and the middle phase (red) lags blue, leads red.
    I think you want your formula's to be:
    black = sin(a2) - leading all
    red = sin(a2 - 120) - following black
    blue = sin(a2 - 240) - following red

  3. #3
    Join Date
    Oct 2004
    Posts
    448


    Did you find this post helpful? Yes | No

    Default

    Oh, okay, that makes sense.

    Just to make sure I understand this right; if I were to feed these Black-Red-Blue into pins 1,2,3 then the sequence of pins going high (or low) would be 1-2-3, and *not* 1-3-2, right?

    Thanks for the prompt help.

    Anand

  4. #4
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Your answer is right there in your graph...but it really depends on where your referencing from.
    If you're talking about the zero crossing point, it goes just like your graph...
    1 going high - 0
    3 going low - 60
    2 going high - 120
    1 going low - 180
    3 going high - 240
    2 going low - 300
    1 going high - 0 (360)

    wash-lather-rinse-repeat...

Similar Threads

  1. 3 phase supply detector challenge
    By BobEdge in forum mel PIC BASIC Pro
    Replies: 6
    Last Post: - 15th May 2009, 07:54
  2. 3 phase PWM with dsPIC30F2020
    By nemmard in forum mel PIC BASIC
    Replies: 1
    Last Post: - 21st January 2009, 14:19
  3. 3 phase sequencing
    By ardhuru in forum mel PIC BASIC Pro
    Replies: 14
    Last Post: - 26th May 2007, 07:35
  4. Someone help me to simplify this
    By thrix in forum General
    Replies: 4
    Last Post: - 21st February 2004, 05:01
  5. Help wanted..
    By thrix in forum mel PIC BASIC Pro
    Replies: 0
    Last Post: - 17th February 2004, 23:44

Members who have read this thread : 1

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts