> the contactor that pulls in the motor / pump should never engaged
> according to the way the system is laid out.
Well, if you assume that the wire in the diagram connected to
the top relay pin 4 is really connected to pin 3 it makes sense
(and looks like it would work).
Considering it did work, this is likely just an error in the diagram.
What is the source of the diagram? (asking again)
The ON-Delay relays appear to have a standard pinout for octal relays.
Pins 2 and 7 are the input/energize, pins 1 connects to pin 4 (off)
pin 3 (on), and pin 8 connects to pin 5 (off), pin 6 (on).
> in that the primer comes on floods the pump and, the pump comes on
> somehow and then after the designated time expires primer shuts off
> while pump continues to run until float switch drops out at which time
> the pump shuts off and in the event the float bounces the top on delay
> relay prevents the pump from from bouncing
From the (fixed) diagram, the float switch in the up position activates
the top ON-Delay relay. Assuming the float switch stays up for the
delay period the top relay than activates the motor contactor after
the delay.
The motor contactor starts the pump and also via the bottom relay's
non-energized contacts starts the prime. When the bottom relay
times out it shuts off the prime.
If at any time the motor contactor drops out then the prime ends too
since it's power comes from the motor contactor output.
>the relay coil that drives the primer open. Waiting for replacement part
Oh, the bottom relay failed - so no prime. The pump should still
be starting without prime -- likely not good for it?
> Now just one thing, like I said earlier I'm can physically draw/trace out
> a circuit, but when it comes to converting it to a readable schematic,
> well that's a horse of another color.
I'd just draw the relays as DPDT relays and include their internal
contacts/coils on the schematic. I'd label the pin numbers and keep
careful notice of which contacts were connected when non-energized vs
energized.
Here's a DPDT relay symbol in the lower right corner:
https://upload.wikimedia.org/wikipe...Relay_symbols.svg/464px-Relay_symbols.svg.png
I'd draw it rotated 90 degrees so that the contact wires are horizontal
and change the A B C labels to be relay pin numbers.
> How would one show this in ladder form.
I don't use ladder form. It may be simpler for some people but
that's not me.
> I am currently checking out ou-tube may have it figured out in a few days,
> and in the simulators all of the voltage controled/on-delay switches
> are spst, how does one modify or make a 8pin on-delay relay.
As a software person, if I couldn't just draw the schematic and
"simulate" in my mind, I'd write a short program. Python? Whatever?