Modifying Pinball GI Circuits for DC Part 1: WPC95 Theory

/EDIT: UPDATE: This did not really work out as planned, need to look at the data on the scope and see exactly what is happening with these SCR’s…

So the theory was incorrect :sadface:

 

I am going to do a series of articles on modifying Pinball GI circuits for DC (to run LEDs instead of incandesant lamps) in order to get rid of annoying 60hz strobing/flicker.

Part 1: Williams WPC95

The Williams WPC95 was the last of William’s pinball machines board systems (before Pinball 2000). The board used 3 TRIACs to control 3 GI circuits each capable of driving 18 lamps and 2 “always on” circuits generally used for the backbox (boring! more on that later).

Ok so here is a quick GI block diagram/theory of operation from a WPC95 game manual. Data from the CPU board comes in via J102, selects a 74LS374, which drives a MPSD52 (2N5401) which then drives a TRIAC that lets the AC flow from J103 (6.3VAC secondary from power transformer) to J105 which goes to the controlled GI lamps.

(Click for larger version)

Here is the actual relevant part of the WPC95 schematic (from the WPC95 manual). You can see the three data lines coming from U2 (74LS374), driving the three MPSD52 (2N5401) and then driving the three TRIACs. TRIACs are pretty neat devices, basically like a transistor but for AC instead of DC (see: https://en.wikipedia.org/wiki/TRIAC), but since we want to use DC for our GI LEDs they need to go. If you notice the general layout of this circuit is very similar to other repeating circuts on the Power Driver board including the solenoid and general purpose driver outputs, so we are basically just going to copy those and insert them in place of the original TRIAC based one.

Doing that gives us this

(Click for larger version)

Ok so here we have replaced the TRIAC (Q3, Q4, Q5) with TIP102s (for the sake of keeping things the same) one important thing to note immediately is that the TIP102 does *NOT* have the same pinout as the BT138E TRIACs we are removing, so the easiest way to deal with that is simply mount the transistor onto the heatsink upside down, and solder some bits of wires to the leads and then run those leads to the pads on the board in the correct order. You also need to add a 2.7K resistor between the Base and Emitter of the TIP102 as indicated in the schematic, you can just attach the resistor straight to the transistor between pins 1 and 3.

Additionally the following needs to be done to the board:

The 560 ohm resistors at R24/R18/R21 need to be replaced with 470 ohm resistors

The 51 ohm resistor at R26/R20/R23 need to be replaced with 68 ohm resistors AND a 1N4004. Simply attach both devices to each other in a V shape and then insert in place of R26/R20/R23

Additionally (and not pictured in the schematic) you can add some large capacitors on the output of the TIP102s to try and smooth out the PWM that Williams machines use to “dim” the GI circuits, with LEDs you just get a really noticeable strobing instead of the desired dimming, but adding a large cap should “smooth out” the PWM enough to at least suppress the strobing to tolerable levels.

Finally and a very important note, you can NOT put AC straight into this circuit, it either requires separate rectification/filtering/regulation of the GI secondary coming from the main power transformer, or a small DC switching supply which is what I generally use. Small 5v switchers are readily available and provide a “5v” adjust which usually gives you a little play in the output voltage, allowing you to dim or brighten the GI LEDs as desired.

Pictures of the actual modifications coming soon!

Thursday, July 19th, 2012 Arcade & Pinball