![]() | ![]() | ![]() |
| | |||||||
| General Electronics Chat This forum is for general chat about electronics, eg: Dont know what a part does? Dont know how to read a circuit? Want to get an opinion? |
| | LinkBack | Thread Tools | Display Modes |
| | (permalink) |
| I'm working on a project that will hopefully turn lighting contactors (about 26 total) on and off thru siteplayer. The lighting is turned on/off with an http://www.asco.com/Products/icp/icp920specs.html asco contactor. I'm considering a http://www.kele.com/olcat/LC9/PIL-1.PDF pulse initiator to do the dirty work. My questions, what would be the best way to take the 5 volt output from siteplayer and provide the switch closure needed by the pulse initiator? (ie. relay, transistor.....) should I scrap the pulse initiator and do the work with a pic? any other suggestions? Thanks in advance for the help.
__________________ \"Basically, I no longer work for anything but the sensation I have while working.\" - Albert Giacometti | |
| |
| | (permalink) |
| Do you plan on turning the lights on sequentially or simultanously? One pulse initiator for each contactor? A relay out will give you isolation between siteplayer and the initiators and you can use multiple contacts, ie 4 pole relay, for further isolation between initiators. Watch your current load on contactors and current out on initiators so that you don't overload..
__________________ gerty | |
| |
| | (permalink) |
| Sorry, should have been more specific. Each contactor will be capable to be turned on/off individually. the most I will have on any one siteplayer will be 6 contactors. The contactors are located thruout the building so I will have as many as 6 siteplayers. I may wish to command all 6 contactors on one siteplayer on at the same time so a time delay per contactor to stagger them on/off may be a good idea. http://www.grainger.com/Grainger/pro...769666&ccitem= This timer will do the job. I use them to stagger HVAC fans. Looks like adding a pic to this circuit is looking better.
__________________ \"Basically, I no longer work for anything but the sensation I have while working.\" - Albert Giacometti | |
| |
| | (permalink) | |
| Quote:
__________________ gerty | ||
| |
| | (permalink) |
| You are right Gerty. I chose the siteplayer because I can locate them around the building and need only to provide ethernet connection to have web based control. I'm thinking now that I'll look into a pic to provide the time delay and also to replace the pulse initiator. It seems like the program will be easyenough to write. I'm not sure of the best way to provide the isolation between the pic and the contactor. Possibly an NPN transistor to drive a relay? (two sets per contactor) Siteplayer calls for a bank of lights to come on.(SP-IO1 goes high) The pic sees this and starts a time delay,(5 seconds) , then pulses the transistor for .5 seconds to energize the relay pulling in the contactor. When SP IO1 goes low the pic will pulse the 2nd transistor and relay to deenergize the contactor. Anythoughts would be welcome.
__________________ \"Basically, I no longer work for anything but the sensation I have while working.\" - Albert Giacometti | |
| |
| | (permalink) |
| For total electrical isolation I would have the pic turn on an opto isolator to drive a small relay , which in turn would turn on the contactor..If you use sockets for all the ics and relays it'll minimize your downtime in the event of a component failure.. The .5 second pulse you mentioned might be a little short, some lighting contactors have a heavy armature and the pulse length may be too short in duration for it to complete it's travel??? Sounds like you have the plan worked out otherwise...Let us know the results..
__________________ gerty | |
| |
| | (permalink) |
| Thanks for the help Gerty. Funny you should mention the sockets. Today at Cables and Connectors I was buying the relays when the salesman suggested the same thing. I bought a pack of 10.On my next trip I'll get the opto isolators. Hope to do some bench work this weekend.Siteplayer and pic programming could take longer. I'll definately post my progress. Thanks again..
__________________ \"Basically, I no longer work for anything but the sensation I have while working.\" - Albert Giacometti | |
| |