I have a selector switch with four wires: one common (C) and three position wires (P1, P2, P3). Normally, the output follows the selector so that C is connected to whichever P is active. I want to override this behaviour with two controllable relays (or two-way switches if you like) that are placed between the existing selector switch and its output terminals. These relays should provide three additional states to force a connection between C and one of P1, P2, or P3 regardless of the selector’s position. In other words, I need these four output states:
- State 0 (Normal): Output follows the selector (C connected to whichever P the switch selects).
- State 1: Force connection between C and P1 only, regardless of the selector state.
- State 2: Force connection between C and P2 only, regardless of the selector state.
- State 3: Force connection between C and P3 only, regardless of the selector state.
I’d like to achieve this with no extra components (e.g., diodes or transistors). I’m aware that a solution exists using two DPDT relays or three SPDT relays, but is it possible to design the circuit with just two SPDT relays? If so, how should the relay contacts be interconnected?
If there is no solution possible, please provide an explanation or, even better, proof. I've spent quite some time on this and I do not think it is likely a solution exists. But I would like to be sure.
Edit: As an example, below is the solution I found using two double-pole switches / DPDT relays. But I would like to know whether it's possible with two SINGLE-pole switches / SPDT relays.

