Driving 64 TRIACs by a single line - Suggestions are welcome!


Closed Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Jan 2006
    Location
    Istanbul
    Posts
    1,185

    Default Driving 64 TRIACs by a single line - Suggestions are welcome!

    Hi friends,

    I am having a project to control 64 dimmers (let say 64 TRIACs);

    Either Up/Down buttons or POTs can be ok.

    The idea is to control (drive) 64 TRIACs by serial comm.

    Encoding the control code seems to be no problem.

    Decoding the code also seems to be no problem.

    How about driving 64 TRIACs ?

    I already have some designs in mind, on paper, in trashcan, etc.

    Suggestions are highly appreciated.

    Thanks in advance.
    ----------------------------
    "If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte

  2. #2
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by sayzer View Post
    Hi friends,
    I am having a project to control 64 dimmers (let say 64 TRIACs);
    Either Up/Down buttons or POTs can be ok.
    The idea is to control (drive) 64 TRIACs by serial comm.
    Encoding the control code seems to be no problem.
    Decoding the code also seems to be no problem.
    How about driving 64 TRIACs ?
    I already have some designs in mind, on paper, in trashcan, etc.
    Suggestions are highly appreciated.
    Thanks in advance.
    ----------------------------
    It's probably already on your mind or in the 'round file'
    A single TX (PIC16F628A or whatever, as long as it's got a built in UART) and a few receivers (also 16F628A's, same reasoning), each one driving 8 or whatever outputs hooked up to MOC3012's (opti-iso random phase triac drivers). You still have to sync with the main's zero-crossing (if you're dealing with main power), but that could probably be handled at the TX...since I would think that zero-crossing at the TX would most likely be at the same time as all the receivers (unless they were a few miles down the road or something).

  3. #3
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    simple Serial comm would be solution. DMX... well, yes and no, depending what you plan to use as Master controller and how the whole thing have to work.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  4. #4
    Join Date
    Jan 2006
    Location
    Istanbul
    Posts
    1,185


    Did you find this post helpful? Yes | No

    Default

    Thanks Skimask.


    ---------------


    Hi Steve,

    Howzit out there? Still cold?


    I was considering using your famous dimmer circuit.

    64 of them controlled by a few sub-slave F628A.

    You have increase/decrease buttons in your dimmer circuit; I can control them by F628A.

    With 7 or 8 F628A, I can control 64 dimmer circuit.

    But, I have no more info whether there is a way of driving multiple TRIACs with one PIC, say 14 Triacs with one F628A, each TRIAC having individual settings.

    I already have a working theory, but the cost is too much.


    -----------------------------
    "If the Earth were a single state, Istanbul would be its capital." Napoleon Bonaparte

Similar Threads

  1. Managing multiple channels driving triacs
    By RussMartin in forum mel PIC BASIC Pro
    Replies: 3
    Last Post: - 4th February 2010, 15:24
  2. Replies: 0
    Last Post: - 2nd February 2009, 23:23
  3. Using input from Switch to control a loop
    By MrRoboto in forum mel PIC BASIC
    Replies: 9
    Last Post: - 2nd February 2009, 05:02
  4. Loop with two motor and 2 sensors
    By MrRoboto in forum mel PIC BASIC
    Replies: 4
    Last Post: - 8th December 2008, 23:40
  5. having problems with Hantronix 20x4 lcd
    By Rhatidbwoy in forum mel PIC BASIC Pro
    Replies: 16
    Last Post: - 22nd December 2005, 12:22

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