On Dec 22, 9:54=A0am, Bob Armstrong <b...@jfcl.com> wrote:
> On Dec 21, 2:04 pm, Jamie
>
> <jamie_ka1lpa_not_valid_after_ka1l...@charter.net> wrote:
> > =A0 If you use DC coiled relays, you can feed each one via a diode to
> > isolate back drain and place a small electrolytic cap across the coil
> > poles to maintain a slight delay off.. This will allow another relay
> > time enough to close before the last one opens.
>
> On Dec 21, 4:05=A0pm, ehsjr <eh...@bellatlantic.net> wrote:
>
> > Well, you can use two relays to get a make before
> > break function, if that is acceptable, by using the
> > normally open points of one to turn the other one off:
>
> =A0 Thanks, but using solid state components would require a lot more
> explanations for the demo and obscures the simplicity of the relay
> circuits (you can just trace out the electrical paths on the schematic
> with your finger)
>
> =A0 I could use the two relay version and have the NO contacts on RLY1
> simply shunt the coil of RLY2 (with a current limiting resistor, of
> course). =A0I may have to resort to that if I can't find any proper form
> D relays.
>
> Thanks again,
> Bob
Hi, Bob. Most old-line relay manufacturers will always do specials,
but you have to deal with minimum order and enormous lead times. I'll
bet Magnecraft or P&B will do your relay, but it'll be very expensive
and a long way down the road. I'd give up on trying to find what
you're looking for as a single purchase part.
For demo purposes, you'll have to cobble something together. In order
to quell all chase conditions, you'll have to have a one coil delay
(usually in the 10ms. ballpark for standard 10 amp industrial-type
relays). A good way to do this is with two relays, where the contact
of one drives the coil of the second, like this (view in fixed font or
cut&paste to M$ Notepad):
| |
| T _ |
| --- / \ |
o----o o---------------------(RY1)---o
| \_/ |
| |
| RY1 _ |
| ||/ / \ |
o----||----------------------(RY2)---o
| /|| \_/ |
| |
(created by AACircuit v1.28.6 beta 04/19/05
http://www.tech-chat.de)
Here's a timing diagram of the two relays:
|
1| .--------------------.
| | |
SW1 | | |
| | |
0| ---' '------
|
|
1| .--------------------.
| | |
RY1 | | |
| | |
0| -----' '----
|
|
1| -------. .--
| | |
RY2 | | |
| | |
0| '--------------------'
|
(created by AACircuit v1.28.6 beta 04/19/05
http://www.tech-chat.de)
MAKE =3D RY1 + 'RY2
BREAK =3D '(RY1 * 'RY2), or using DeMorgan:
BREAK =3D 'RY1 + RY2
This leads to an independent Form D make-before-break contact like
this:
| |
| RY2 |
| ||/ |
| .--||----. |
| | /|| | |
| | | |
| | ||NO | |
| | ||----o--------NO |
| | || |
| C---o--o RY1 |
| C||/ || |
| ||----||-------NC |
| /||NC || |
| RY2 |
(created by AACircuit v1.28.6 beta 04/19/05
http://www.tech-chat.de)
Note that you'll need two 3PDT relays to get a single-pole Form D
contact like this, but sometimes it's necessary. Note also that if
you can arrange to wire up the common of your Form D contacts to the
left supply rail, you can save a relay contact on RY1:
| |
| T _ |
| --- / \ |
o----o o---------------------(RY1)---o
| \_/ |
| |
| RY2 |
| ||/ |
| .--||----. |
| | /|| | |
| | | |
| | ||NO | |
| | ||----o--------NO |
| | || |
o------o--o RY1 |
| C||/ || |
| ||--o-||-------NC |
| /||NC| || |
| | RY2 |
| | _ |
| | / \ |
| '--------------(RY2)---o
| \_/ |
| |
(created by AACircuit v1.28.6 beta 04/19/05
http://www.tech-chat.de)
A lot of the mystery in industrial relay logic is made clear when you
are aware of the little tricks. You can see things like this in the
wiring diagram, and then the spaghetti makes sense.
Cheers
Chris