Interfacing AC power lines


Closed Thread
Results 1 to 14 of 14

Hybrid View

  1. #1
    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

  2. #2
    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