An Example of Series Switching: Workshop machines, that have high-powered motors, often use moveable safety guards to protect the user. To check these are all in place, switches wired in series are positioned close to the guards and only made to "close" when the guards are in the shut position. In this arrangement, the operator cannot turn the motor on unless two guards are in place.This is due to the two "protection" switches being connected in series with the third main operator on/off switch.
We can write a logical statement to describe this. First we will call the two protection switches; "switch 1" and "switch 2" and the main on/off switch: "switch 3". We will also say, if any switch is closed it is in state "1" and if it is open it is in state "0".
Logic Statement
If switch 1 AND switch 2 AND switch 3 are "1" then the motor will turn on. |