Fluke 8050A Display Upgrade
Posted: Sun Oct 17, 2021 3:54 pm
I have several Fluke 8050As and they represented a good value in the early 1980s. The dB measurement, decent AC bandwidth, Relative function and Conductance mode make it an even better value in 2021 when found used on eBay in the $30-100 price range.
You can get these functions in a modern B&K and Siglent for about $400. A Bench Fluke with the 8050A's features runs about $1100. All of the newer meters use beautiful VFD, LCD or perhaps OLED meters which will one day have the same issue as the 8050: They won't be available. My experience with Chinese test equipment is that it's unserviceable because there's little documentation and replacement parts.
So why not spend $30-$100 for a good used 8050A which are plentiful on eBay?
The Fluke 8050 suffers from three basic problems:
1) Bad LCD displays.
2) Bad electrolytic caps.
and
3) Bad NiCd batteries on portable models.
Caps and NiCds are easily-fixed. FWIW an 8050A will not run if the NiCd have failed.
Bad LCDs are another matter. They are virtually unobtainable.
Sooner or later an 8050's LCD is going to fail and there are a lot of 8050s needing LCDs.
So why not use LEDs?
Lots of people have with really good results.
What I've seen has worked out really well: https://lous.home.xs4all.nl/fluke/Fluke8050Asite.html


Most of these approaches use the existing CMOS LCD drivers, CD4054 and CD4056, to drive hi-eff LEDs in parallel.
This requires adding 2K2 series resistors and then hard wiring each segment to an IC pin.
Mr. ModemHead's build is one of the cleanest: http://mrmodemhead.com/blog/gallery/flu ... onversion/

This solution is nice but its not something I'd want to do more than once.
The problem with using parallel drive to LEDs is not electrical it's mechanical.
There are just too many connections and in the display area and the connector pitch has to be fine.
Fluke used a conductive elastomer strip to connect the LCD to the board.
The LED display is also at right angles to the plane of the decoder board.
One ambitious modifier decoded the scan information from the 8050's CPU and used an LCD display.
The results are very nice: https://www.transsys.com/posts/fluke8050a/intro/

The problem with LCD replacement is that it will also eventually fail.
I like the 1980's look of the Fluke 8050A married to the 1970's LED look.
It's also the most practical.
The main board of the Fluke 8050 contains all the analog circuitry and the host CPU.

The main board connects to the display decoder, LV power switch, Relative button and Battery charge LED by a 22 conductor flex circuit.
I'd like a solution that reads the host's scanned output which is about a dozen or so lines and drives the LEDs scanned to reduce display connections. (The BP backplane line is not required.)
The only active circuitry on the display board are the CD4054/CD4056 decoders.


My thought is to replace this board in its entirety reusing only the switch caps and switches.
Use the flex jumper on the main board to jump to the new board.
Place an Arduino Nano on the display board and have it de-mux and re-mux the LEDs.
The refresh rate of the Fluke 8050A display latches is too low, about 500 ms to have it mux the LEDs directly.
The MK3870 CPU on the main board handles all of the conversion and math functions so its a busy machine.
The Nano needs to demux/decode the Fluke 8050A's ST0-ST4 strobe lines, WXYZ BCD data lines and DP/HP flags and then re-scan the LED outputs at a higher refresh rate.
The 8050's internal ground connection is the MK3870's Vcc. The 3807's ground is -5V. The Nano would also run with it's Vcc tied to instrument ground and Ground to -5V.
Logic "0" is -5V; logic "1" is 0V.
One cool thing that could be done with the Nano is to include an RTC and WifI connection.
One limitation of many low-cost USB or RS-232 instruments is that instrument ground is connected to USB ground.
The 8050's supply arrangement for the MPU also makes direct connection difficult.
Wifi permits truly floating measurements.
This is just an idea I'm kicking around.
There seems to be a huge supply of broken 8050s that just need displays.
A board that could just be popped into the old instrument and use the existing bezel would seem to be easy-to-replace and extend the life of a lot of meters.
I found one vendor who makes a custom LED assembly to replace a VFD in another Fluke meter but haven't seen anything for the 8050.
You can get these functions in a modern B&K and Siglent for about $400. A Bench Fluke with the 8050A's features runs about $1100. All of the newer meters use beautiful VFD, LCD or perhaps OLED meters which will one day have the same issue as the 8050: They won't be available. My experience with Chinese test equipment is that it's unserviceable because there's little documentation and replacement parts.
So why not spend $30-$100 for a good used 8050A which are plentiful on eBay?
The Fluke 8050 suffers from three basic problems:
1) Bad LCD displays.
2) Bad electrolytic caps.
and
3) Bad NiCd batteries on portable models.
Caps and NiCds are easily-fixed. FWIW an 8050A will not run if the NiCd have failed.
Bad LCDs are another matter. They are virtually unobtainable.
Sooner or later an 8050's LCD is going to fail and there are a lot of 8050s needing LCDs.
So why not use LEDs?
Lots of people have with really good results.
What I've seen has worked out really well: https://lous.home.xs4all.nl/fluke/Fluke8050Asite.html


Most of these approaches use the existing CMOS LCD drivers, CD4054 and CD4056, to drive hi-eff LEDs in parallel.
This requires adding 2K2 series resistors and then hard wiring each segment to an IC pin.
Mr. ModemHead's build is one of the cleanest: http://mrmodemhead.com/blog/gallery/flu ... onversion/

This solution is nice but its not something I'd want to do more than once.
The problem with using parallel drive to LEDs is not electrical it's mechanical.
There are just too many connections and in the display area and the connector pitch has to be fine.
Fluke used a conductive elastomer strip to connect the LCD to the board.
The LED display is also at right angles to the plane of the decoder board.
One ambitious modifier decoded the scan information from the 8050's CPU and used an LCD display.
The results are very nice: https://www.transsys.com/posts/fluke8050a/intro/

The problem with LCD replacement is that it will also eventually fail.
I like the 1980's look of the Fluke 8050A married to the 1970's LED look.
It's also the most practical.
The main board of the Fluke 8050 contains all the analog circuitry and the host CPU.
The main board connects to the display decoder, LV power switch, Relative button and Battery charge LED by a 22 conductor flex circuit.
I'd like a solution that reads the host's scanned output which is about a dozen or so lines and drives the LEDs scanned to reduce display connections. (The BP backplane line is not required.)
The only active circuitry on the display board are the CD4054/CD4056 decoders.

My thought is to replace this board in its entirety reusing only the switch caps and switches.
Use the flex jumper on the main board to jump to the new board.
Place an Arduino Nano on the display board and have it de-mux and re-mux the LEDs.
The refresh rate of the Fluke 8050A display latches is too low, about 500 ms to have it mux the LEDs directly.
The MK3870 CPU on the main board handles all of the conversion and math functions so its a busy machine.
The Nano needs to demux/decode the Fluke 8050A's ST0-ST4 strobe lines, WXYZ BCD data lines and DP/HP flags and then re-scan the LED outputs at a higher refresh rate.
The 8050's internal ground connection is the MK3870's Vcc. The 3807's ground is -5V. The Nano would also run with it's Vcc tied to instrument ground and Ground to -5V.
Logic "0" is -5V; logic "1" is 0V.
One cool thing that could be done with the Nano is to include an RTC and WifI connection.
One limitation of many low-cost USB or RS-232 instruments is that instrument ground is connected to USB ground.
The 8050's supply arrangement for the MPU also makes direct connection difficult.
Wifi permits truly floating measurements.
This is just an idea I'm kicking around.
There seems to be a huge supply of broken 8050s that just need displays.
A board that could just be popped into the old instrument and use the existing bezel would seem to be easy-to-replace and extend the life of a lot of meters.
I found one vendor who makes a custom LED assembly to replace a VFD in another Fluke meter but haven't seen anything for the 8050.