I brought a Wang 360 calculator console back to life with a modern “Electronic Package”. Not only does it emulate the original Wang calculator’s behavior, but it can operate as a nixie clock or as a Reverse Polish Notation calculator.

The Wang 300 series calculators consisted of an Electronic Package (as Wang called it), where calculations were executed using discrete diode-transistor logic, and up to four keyboard/display consoles. The consoles were basically dumb terminals: they were connected to the Electronic Package (EP) via a 30-conductor cable. The EP scanned the keyboard for key presses and displayed digits on the multiplexed nixie tubes.

I bought this console on eBay. When I got it, the cable to the Electronic Package had already been cut off and discarded.  The Electronic Packages show up on eBay from time to time but they’re expensive; people are asking $1,500 to $2,000 dollars. They’re also often broken. They use discrete diode-transistor logic, three different voltage levels, and core memory, so they’re a challenge to repair.

So I designed a modern circuit board that fits inside the console, without altering any of the vintage hardware, and brings the console to life. I wrote an emulator for the original Wang calculator (which, as anyone who has used it can tell you, has some very strange quirks: the display flickers whenever it’s doing multiplication or division, it thinks the natural log of zero is about -41, it allows you to divide by zero, and don’t even get me started on how complicated it is to calculate a formula that has both multiplication and addition in it – but I reproduced all these behaviors). I made it so that when you turn the calculator off, it becomes a nixie clock (it gets the time from GPS satellites, you can configure the display format, the time zone, and the Daylight Saving Time rules, and at midnight it exercises all the nixie digits to avoid cathode poisoning). And, with all due respect to Dr. Wang, since his calculator is actually a real PITA to use, I added a mode where the Wang behaves like a full-blown Reverse Polish Notation calculator, just like the classics from Brand X. That also allowed me to add a lot of features beyond what the original Wang calculator supported.