Interfacing AC power lines


Closed Thread
Results 1 to 14 of 14

Hybrid View

  1. #1
    Join Date
    Feb 2005
    Location
    Kolkata-India
    Posts
    563


    Did you find this post helpful? Yes | No

    Default Are you doing a phase angle control ?

    Hi,

    If you are doing a phase angle control then make sure you have a EMI/RFI filter between your zero cross sensing path. Using an opto-coupler is a good choice and the LED currents are not that much sensitive to the line noise (third harmonic injection by your thyristor control module). On the photo-transistor side use a constant current source followed by a schmitt trigger buffer. You can also use a low pass filter there. This gives you a rock-solid sync. If you are not doing a phase angle control then make sure you are firing the thyristors right at the zero cross. I use a sustained fence-pulse circuit (using the HPWM module of PIC). And for low current applications I use opto-triacs (both zero cross and non zero cross depending on the application). As far as the field experience goes , phase reversal are common problems that drive the synchronized trigger algo crazy. Post your schematic if possible.
    Regards

    Sougata

  2. #2
    Join Date
    Feb 2005
    Location
    Holmfirth England
    Posts
    116


    Did you find this post helpful? Yes | No

    Default

    Hi,

    There is the current feedback, and phase angle thyristor driver drawings.

    When the machine switches on U14 figures out the phase rotation, and whether a star star or star delta transformer is being used. As you can see the only connection to the pic's is the primary and secondary windings. There is no connection to neutral or earth. This works fine in most cases, but with certain mig welders nearby the current loses control, & during the weld some thyristors seem to stay open for a cycle, at random intervals. This got me thinking how does the pic detect the zero crossing point when the phase inputs are not refferenced to the pic power supply, I am wondering how it ever worked at all.

    Bob...
    Attached Images Attached Images

  3. #3
    Join Date
    Oct 2004
    Location
    Italy
    Posts
    695


    Did you find this post helpful? Yes | No

    Default

    Hi,

    See page 2 of this PDF.
    http://www.atmel.com/dyn/resources/p...ts/doc2508.pdf

    Best regards,

    Luciano

  4. #4
    Join Date
    Feb 2005
    Location
    Kolkata-India
    Posts
    563


    Did you find this post helpful? Yes | No

    Default I hope you have used ASM interrupts

    Hi,

    You mentioned that your circuit works for most of the time. Give me some idea how you have used your zero-cross routine. Have you taken all precautions to prevent a rollover triggering ?? Best practice is to limit the maximum firing angle (minimum output) to 150 degrees. Anyway down to the last 30 degrees you would be getting average power that is probably unsusable for your design. This prevents that you are not triggering the thyristors close to a zero cross. Due to the phase lag and current lag your thyristors may experience the current zero cross a little late after the voltage zero cross (your pic). I use an asm interrupt to turn-off the outputs and do not fire (in case of full firing) before a certain delay to make sure that the thyristors turned off at the zero cross. For firing I use a timer interrupt.

    Also from your schematic I understood that you are using a PIC for Phase health check and measuring the shunt-current. Why not use a single PIC that has three external interrupt sources? You can then do away with the DAC part. I would suggest that at each zero-cross you turn off the outputs and do the AD to find out the next firing angle.

    Seems it is time to look at your code.
    Regards

    Sougata

Similar Threads

  1. Replies: 3
    Last Post: - 29th April 2009, 00:45
  2. Data and power over 2 lines
    By ecoli-557 in forum Serial
    Replies: 10
    Last Post: - 15th October 2008, 18:18
  3. Circuit Diagram for interfacing AC to PIC IC?
    By wellyboot in forum Schematics
    Replies: 3
    Last Post: - 8th March 2008, 19:40
  4. Data on DC power lines?
    By boroko in forum Serial
    Replies: 2
    Last Post: - 21st February 2008, 15:34
  5. Measuring AC Power Line
    By sougata in forum mel PIC BASIC Pro
    Replies: 9
    Last Post: - 13th November 2005, 06:17

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