Fun With Pinball

Animated circuits from EM Pinball Machines

These pages will illustrate some of the common circuits used in EM pinball machines.  The intention is that becoming familiar with some of the circuits presented in these pages will help you understand the schematic diagrams for your own games and may help you troubleshoot and diagnose issues with them.

Basic logic functions

Electromechanical pinball machines were designed and developed before solid state programmable devices like microprocessors were available or economical.  While there are no processors running game programs in these games they had elaborate rules just the same.  The programming for those rules was done with combinations of various types of switches that are activated by devices in the game.  As a simple illustration consider the schematic circuit diagram below that demonstrates many of the basic logic functions used in any computer program including game programs running in modern pinball machines.

This circuit is drawn with standard schematic symbols used at the time. The symbol with two parallel vertical lines may look like a capacitor but at the time the symbol was used to identify a Normally Open switch, or a switch that is open in its idle state. The companion symbol with a diagonal line through it is a Normally Closed switch, or a switch that is closed in its idle state.

Also shown are light bulbs, a transformer to provide power and two push buttons at the bottom labeled A and B that activate the switches in the schematic.

Logic circuitsLogic circuits Logic circuit animation

The drawing and short video above show the starting circuit and the state of the circuit in the four possible conditions of the two push buttons at the bottom.  Each of the four states is shown individually and described below.

The light bulbs are each labeled with the logic function (e.g. AND, OR, NAND, etc.) its circuit demonstrates.

Paths through the schematic turn green when they are complete circuits that can conduct electricity.  Symbols that turn green are also conducting electricity so the green bulbs for example would be illuminated in a real circuit. The grey paths through the schematic conversely are incomplete circuits that are not conducting electricity.

"A" switches are active"A" switches are active "A" and "B" switches are active"A" and "B" switches are active

Activating the A push button (left image above):

  • Activating the A push button activates all of the switches with the A label above them.  The green A labels indicate that the push button is active.
  • Notice that the A switches have all changed state from the original drawing above. Those that were open have changed to closed and those that were closed have changed to open to reflect their active states.
  • The A OR B, A NAND B, and A AND NOT B bulbs are illuminated because all three functions are true when A is active and B is not. (The NAND function is the complement of the AND function; it is true when A AND B is false.)

Activating the B push button while A is still active (right image above):

  • Activating the B push button activates all of the switches with B labels.  The A push button and switches remain active. The activation of the B push button changes the configuration of the circuit and the lit bulbs.
  • The A NAND B and A AND NOT B bulbs have gone out because those logic functions are not true when both A and B are active.
  • The A OR B bulb remains on because this function is still true with both A and B active.
  • The A AND B bulb turned on because this function is true when both A and B are active.

"B" switches are active"B" switches are active "A" and "B" switches are inactive"A" and "B" switches are inactive

Deactivating the A push button while the B push button remains active (left image above):

  • The A AND B bulb went out because A is no longer active.
  • The A OR B bulb remained on because B is still active.
  • The A NAND B bulb turned on again because both push buttons are no longer active.
  • The B AND NOT A bulb came on for the first time because this function is only true in this situation.

Deactivating the B push button leaving both push buttons inactive (right image above):

  • The A NAND B bulb remains on because that function is true with both A and B are inactive.
  • The A NOR B bulb turned on because this function requires that both A and B are inactive.

Kicking Rubber or Sling Shot

Most pinball machines have kicking rubbers or sling shots that kick the ball away when the pinball strikes the rebound rubber ring. The schematic drawing and animation below demonstrate the circuit for the Kicking Rubber Solenoid that kicks the ball.

Kicking Rubber circuitKicking Rubber circuit Kicking Rubber circuit animation

Typically there is a switch mounted on either side of the kicker behind the rubber ring. When the ball hits the rubber ring and either switch closes (shown here by activating the Kicker 1 or Kicker 2 push buttons) the circuit to the Kicking Rubber Solenoid completes and the ball is kicked.

The kicker solenoid is only active as long as one of the switches is closed. It fires whenever a switch closes, but if the switch opens again before the kicker has swung through its full range of motion the kick may seem relatively weak.  That is why a brief or glancing bounce of the ball off the rebound rubber sometimes gives a weaker kick than a hard bounce more directly into the rubber ring.

Notice that this circuit is identical to the A OR B circuit in the Logic example above.  Either switch closing is all that is necessary to complete the circuit and activate the solenoid.

Lock In or Hold circuit

A frequently used circuit in EM pinball machines is the Lock In or Hold circuit.  It is designed to provide a more consistent pulse of electric current to whatever device is being activated.  The circuit has two paths into the solenoid or coil similar to the Kicking Rubber example above, but there is an extra switch that provides an important function.

Lock In circuitLock In circuit Lock In circuit amimation

This is a typical circuit for the 10 Point Relay (10 PT RE) which fires in the game whenever 10 points should be added to the score.  When it fires the 10 Point Relay closes other switches (not shown) that drive the score reels, sound the chime, etc.

The 10 Point Target push button at the bottom represents a 10 point target somewhere on the playfield.  It closes a switch when the ball strikes the target but as described in the Kicker circuit above it may not close the switch long enough to deliver a sufficiently long pulse to accomplish all the work that needs to be done.

The two switches in the lower circuit path into the coil are there to extend the time that the 10 Point Relay is active.  The 10 PT RE switch in the lower path is on the 10 Point Relay itself and closes when the relay is active.  The 10 PT EOS (End of Stroke) switch is on the 10 point score reel (not shown) and opens once the score reel has completely activated.

As shown in the video above, once the 10 Point Target switch closes the 10 Point relay stays active indefinitely until the 10 point score reel has completely activated.  This is a form of feedback where the circuit stays active until it gets confirmation that whatever it is trying to accomplish has happened.  This assures that every time the 10 Point Target is hit, however briefly, 10 points will be added to the score.

Make/Break switches, and Interlock or Trip relays

The schematic drawing below introduces two devices.  The first is the Make/Break switch also known as a Single Pole Double Throw (SPDT) switch. A Make/Break switch symbol is a Normally Open switch and a Normally closed switch drawn together with an arrow between them. They operate in tandem so that one switch is always closed although which switch is closed changes with the state of the switch.  The closed switch swaps back and forth as the Make/Break switch changes from active to inactive and back again.  Another way to think of the Make/Break switch is that one side of the switch (or the pole) connects to one of the two circuits on the other side of the switch.

The other device introduced below is the Interlock relay.  A simple relay like the 10 Point relay introduced earlier activates when electric current passes through its coil and relaxes when the current flow stops. The switches controlled by a simple relay also activate and relax with the current flow. Interlock relays are built with two coils and a mechanical interlock so that the relay can hold its last state even after current flow through its coils has stopped.

One coil on an interlock relay puts the relay in the Reset (or Latched) state when current passes through it.  The other coil puts the relay in the Tripped state when it fires.  When either coil relaxes or becomes inactive however the mechanical interlock keeps the relay and the switches it controls in the last state.  So even after the Trip coil fires and relaxes for example, the interlock relay can remain in the Tripped state indefinitely due to its mechanical interlock.  It only changes back to the Reset state when the Reset coil fires.

A Trip relay behaves the same as an Interlock relay.  The difference is that trip relays are typically mounted together in a frame where they share a single common reset coil.  So while they can trip individually when their trip coils fire they all reset together as a group when the reset coil fires.

This schematic drawing has two Make/Break switches, a transformer, some bulbs and a couple of push buttons representing the relays or events that can Reset or Trip the relays.  The upper Make/Break switch is driven by a simple relay with a single coil. The lower Make/Break switch is driven by an interlock relay with separate Trip and Reset coils. The small "Int" on the lower Make/Break switch indicates that it is controlled by an interlock relay, as do the extra labels on the switch.

The upper Make/Break switch controlled by a simple relay has a single label (ACTIVATE) indicating the name of the relay coil or device (push button in this case) that activates it.  The lower Make/Break switch controlled by an interlock relay has a label for each relay coil or device that drives it.  In this case the Interlock relay trips when the ACTIVATE push button fires and resets when the CLEAR push button fires.  The bottom label in the square brackets indicates which state ([RESET] or [TRIPPED]) the interlock relay is in since the state of the relay cannot be otherwise determined when both activating devices or drivers are inactive.

Make/Break switches driven by two types of relaysMake/Break switches driven by two types of relays Make/Break switches driven by two types of relays animation

The bulbs are labeled to show the state of the relay driving the Make/Break switches. Initially both Make/Break switches are inactive or reset and their lower switches are closed.  Both INACTIVE bubs are in complete circuits and would be illuminated in a real circuit.

Both Make/Break switches become activeBoth Make/Break switches become active The lower Make/Break switch remains activeThe lower Make/Break switch remains active

When the ACTIVATE push button is activated in the left schematic above both Make/Break switches change and both ACTIVE bulbs illuminate. Both simple and interlock relays behave the same in this situation.  The interlock relay has also changed from the [RESET] state to the [TRIPPED] state.

However when the ACTIVATE push button is deactivated the Make/Break switch controlled by the simple relay becomes inactive while the switch controlled by the interlock relay remains active because the interlock relay is still [TRIPPED].  Note how the bulbs are no longer the same.

Resetting the interlock relay switchResetting the interlock relay switch Both switches are inactiveBoth switches are inactive

Activating the CLEAR push button has no effect on the upper Make/Break switch since they are unrelated, but the lower switch resets and becomes inactive and the interlock relay returns to its [RESET] state.  Only then do the bulbs wired to the two switches match again.

Animated Schematic Diagrams

Follow these links to other animated schematic diagrams:

 >

 >
 >
 >
 >
 >
 >
 >
 >
 >