Panaplex Display Testing
In the Spring of 2017 I attended the Dayton Hamvention. While browsing through piles of random electronics at the flea market, I stumbled upon a few interesting vintage displays. Among these were pairs of 3-digit, 7-segment panaplex displays. While I recognized the unique metallic segments in these displays from their use in old gas pumps and pinball machines, I knew very little about them. That being said, what better way to understand a panaplex than to attempt to drive it? I purchased a pair.

What is a Panaplex?
Knowing nothing about the requirements of this display, a bit of research was in order. Panaplex is a type of gas-plasma display; they work much like the coveted nixie tubes. A small chamber is filled with low pressure neon gas. Within the gas filled chamber there is a single common anode, and multiple wire cathodes making up the segments of a digit. When sufficient power is supplied to the cathodes, they will light up with an orange plasma glow. Panaplex saw widespread use from the 1970’s through the 1990’s, but fell in popularity when low power super-effecient LED displays became ubiquitous.

The particular displays I picked up (pictured above) have “Beckman SP-353” etched in the glass on the bottom left corner. As luck would have it, the internet yeilded a datasheet for the very same model. I found it listed in the tube-tester.com archive.

The datasheet revealed what it would take to get this thing glowing. A supply voltage of 160Vdc (minimum) drawing about 330μA would do the trick.
Wait, 160 Volts minimum?!
My bench top power supply can only produce 30 Volts. How are we going to power these things?
Boost Converter
The first solution that jumped to mind was a switched-mode power supply (SMPS), specifically a boost converter. A boost converter will step up a given DC input voltage to a higher output voltage at the cost of stepping down the input current. They are small, cheap, and effecient. Its a great fit for this situation.
Typically you can find a cheap “good enough” boost converter to fit your needs on ebay, Banggood, or even Amazon. However, after some thorough searching I could not find anything reasonable for voltages as high as this. Attempting to design and build my own SMPS was a possibility. Their basic function is remarkably simple, but I knew this could quickly lead down a rabbit hole of tuning, testing, and iterating over prototypes. What I needed was an existing solution just to verify these displays were in working order.
The de Smith SMPS
After some thought, it dawned on me that nixie tubes have very similar power requirements. Maybe a solution lurked there. Broadening the search a bit, I started looking through nixie hobbiest communities to see what their solutions were. The “de Smith Power Supply” was frequently mentioned, and after finally landing on Nick de Smith’s page detailing his solution, I was convinced. The de Smith SMPS takes a 12V - 15V input and boosts to a 150V - 220V output. He gives a detailed explanation of how his SMPS works, the thoughts behind his design and component choices (including a BoM, complete with digikey callouts), and even catalogues some performance testing results. On top of all this, he was generous enough to include the Eagle cad files for the board. With this information, all that was left to do was place an order with OSH Park & Digi-Key and wait.

Everything arrived, and I eagerly populated the components. Now let’s see if this thing works! I connected my bench power supply to Vcc and GND on the SMPS per de Smith’s instructions. The bench power supply was set to 14Vdc, and I happily observed around 160Vdc output from the SMPS. There is a small potentiometer on the board that allows you to make adjustments to the MAX1771 switching controller chip, thereby controlling the output voltage. Excellent.

After some fiddling, I dialed the power supply in to around 165V and turned my attention back to the panaplex display.
Does it work?
Everything up to this point was done just to see if these displays were in working condition. They seemed to be in good shape and the vendor at the hamvention asssured me they were in working order. However, I had no way to verify these claims in a muddy field in Ohio, nor when I arrived home with a measly 30V bench top supply. So, with boost converter in hand, it was finally time to see if I had a working display.

Success!
I used some small jumper wires to connect the 165V output on the de Smith SMPS to the anode of one of the digits, and all of the cathodes to a pin header on a breadboard. This allowed me to sweep another jumper, connected to ground, across the header pins to test individual segments. I repeated this for each digit of the display on the two displays I had. Everything worked as expected, and I found myself basking in the warm plasma glow of nearly 50 year old technology.
What’s next?
Now that we know everything is working, the next step is to design and build a board to make these displays more friendly to modern extra low voltage digital controllers (Arduino, Raspberry Pi, Odroid, etc). I’ve begun narrowing down my transistor selection, and sketched some preliminary scematics in KiCad. However, that will all have to be fodder for a future post.