Results 1 to 5 of 5

Thread: Turn On Thump

  1. #1
    Join Date
    Sep 2007
    Location
    Iowa
    Posts
    325

    Default Turn On Thump

    I had a 123 channel Darryl Brown style Megatree for my first display in 2007. Controlled by two Ren-64’s with 20070407c nonpwm firmware. Each Ren-64 had its own power supply/ZC signal. All the SSR’s and controllers were powered by a single dedicated 20A circuit. With all channels on, the tree could draw 40A. The idea was that I would only have a maximum of half the lights on at one time. It ran great without a problem except when plugging in the power cord and a couple of power outages due to an ice storm. At power up, with the PC off, the breaker might trip or not trip. I suspect the SSR’s were all turning on for a few milliseconds and it depended when in the AC cycle if the breaker would trip or not. I measured the idle current with an amp probe, and it was less than an amp.

    I’m just curious if anyone else had this problem. I have not seen any other posts on the subject.

    For 2008, I’ll break down and run out another 20A circuit to help balance the line, but I still refuse to let it draw 40A!

    -Craig
    Last edited by Reddy_Kilowatt; 01-26-2008 at 07:31 PM.

  2. #2
    Join Date
    May 2007
    Posts
    4,131

    Default Re: Turn On Thump

    That particular version of the firmware leaves the triacs turned on for about 1 AC cycle on power up, before it enters regular operation. Later versions of the firmware should correct this.

    If you want to play with it a little bit, replace lines 256 and 257 with new code, as follows:

    old code
    Code:
    clrf PORTA
    clrf PORTC
    new code
    Code:
    movlw   0xFF
    movwf   PORTA
    movwf   PORTC
    --

    Phil

  3. #3
    Join Date
    Sep 2007
    Location
    Iowa
    Posts
    325

    Default Re: Turn On Thump

    Easy fix... Thanks!

  4. #4
    Join Date
    May 2007
    Posts
    4,131

    Default Re: Turn On Thump

    Problem fixed?

    --

    Phil

  5. #5
    Join Date
    Sep 2007
    Location
    Iowa
    Posts
    325

    Default Re: Turn On Thump

    Mean's I won't have to live with it. I'll just have to reflash the Pic's for the next season

Bookmarks

Posting Permissions

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