3 phase supply detector challenge


Results 1 to 7 of 7

Threaded View

  1. #3
    Join Date
    Feb 2005
    Location
    Holmfirth England
    Posts
    116


    Did you find this post helpful? Yes | No

    Default

    Hi Jerson,

    When 2 phases are connected to a 3 phase transformer; there is enough magnetic field around to induce a voltage into the non connected phase, this is why it is traditionally very hard to detect a missing phase. I discovered quite by accident that this "induced" phase would always be out of phase. This is why i turned to the pic. I simply feed the 415 volt phases into the pic via 5 meg resistance, and use my code to do the test. For this reason my code does not hang.

    Using while/wend certainly looks nicer than my effort, not shure if it is more code efficient.
    Code:
    if rot1+rot2+rot3 & 3 then    ' either 1 or 2 is not acceptable
    I like the idea, but the answer 0 is also acceptable, since the incomming mains may be either fwd or reverse, it is only if the results are both fwd & rev that there is a problem.

    I'm afraid that your code would not work unless i'm missing something.
    temp would just be a snapshot of which phase(s) are high at any one time, not representing the rotation (or phase relationship) of the phases. Please correct me if i'm wrong.

    Thank you for having a go tho
    Bob...
    Last edited by BobEdge; - 29th April 2009 at 16:07.

Similar Threads

  1. 3 phase PWM with dsPIC30F2020
    By nemmard in forum mel PIC BASIC
    Replies: 1
    Last Post: - 21st January 2009, 14:19
  2. Understanding 3 phase sequencing
    By ardhuru in forum General
    Replies: 3
    Last Post: - 22nd June 2008, 10:14
  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 : 0

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