Author Topic: HP 3455A: debugging a dead 7-segment display  (Read 3350 times)

0 Members and 1 Guest are viewing this topic.

Offline 0culusTopic starter

  • Super Contributor
  • ***
  • Posts: 3032
  • Country: us
  • Electronics, RF, and TEA Hobbyist
HP 3455A: debugging a dead 7-segment display
« on: December 19, 2018, 03:26:13 am »
So despite the kindness of a forum member in sending me three nice replacement seven-segment displays, it appears that the problem lies in the driver circuits and not the display itself. :( The display that is nonfunctional is DS2 on the schematic.

I've attached a screen grab of the relevent part of the circuit diagram (page 8-171 in the 3455A operating and service manual). I'm trying to grok how the display operates. U62 and U71 appear to be unique parts on the board, so it doesn't look like that feature on the schematic is duplicated for each display module, which is what I originally thought. How does this work? Additionally, I'm suspicious of Darlington pair Q16, which appears to play a role in turn the dead segment on.

It looks like the TTL logic chips are still available from TI, and there are some places online that have the transistors.
 

Offline cncjerry

  • Supporter
  • ****
  • Posts: 1283
Re: HP 3455A: debugging a dead 7-segment display
« Reply #1 on: December 19, 2018, 05:59:57 am »
I have all those parts if needed for the cost of shipping.  I would need time to desolder from the carcass so if you can get them from mouser, that would be a better option.  If DS2 is out, the problem is most likely in that driver Q16 though it could be the LED, most often they fail by segment.  Most of the time the problem is the cable, though.

Let me know if I can help.


Jerry
 

Offline macboy

  • Super Contributor
  • ***
  • Posts: 2254
  • Country: ca
Re: HP 3455A: debugging a dead 7-segment display
« Reply #2 on: December 19, 2018, 03:52:31 pm »
Please post the HP part numbers for the ICs and transistors. Maybe I (or someone else) can cross-reference them to standard parts.

This looks like a very standard digit scanned display. All segments of one digit are driven at any time, and the system simply repeatedly scans through all digits fast enough for your persistence of vision to create a steady state display of all 8 digits.

The digit to be displayed at a given instant is determined by U56, operating as a 3-to-8 line decoder, for which a single output is driven LOW. A quick google reveals that the 74xx155 is a very likely candidate for this, as the pin-out and functionality match well. It is a dual 2-to-4 decoder that can operate as a 3-to-8 decoder.

The LOW output for the digit to be displayed will turn on the darlington transistor, providing +5 V power to the common anode of the selected digit (for digit DS1, +12 V). The individual segments are driven by the combination of U62 and U71. Realise that even though these drive the segments for all digits, only one digit is powered at any given time (via U56 and the darlingtons). U62 is a 4-bit BCD to 7 segment decoder, probably with open collector outputs, since the NAND gate U46c is wired directly to one of the outputs (U46c drives the center horizontal segment of the display "-" when a code of 0xC to 0xF is present). For each 4-bit code between 0 and 9, U62 drives the appropriate segments to create the numerals "0" to "9". Since the +/- digit DS1 requires 12 V power, then U71 must have open-collector outputs. U71 is likely a darlington transistor array, or a bus driver with OC outputs.

You are right to be suspicious of Q16. Check whether its output even goes to +5 V like the others do. Also check that pin 10 of U56 ever goes low, and check R65.
« Last Edit: December 19, 2018, 03:54:50 pm by macboy »
 

Offline cncjerry

  • Supporter
  • ****
  • Posts: 1283
Re: HP 3455A: debugging a dead 7-segment display
« Reply #3 on: December 20, 2018, 12:37:36 am »
Given the POV as macboy mentioned, you should put a scope on it to see if it is pulsing at the right level.  You might be able to compare it against those on either side that are working.  The DC will be lower than expected due to the pulse but consistent across those that are working.
 

Offline 0culusTopic starter

  • Super Contributor
  • ***
  • Posts: 3032
  • Country: us
  • Electronics, RF, and TEA Hobbyist
Re: HP 3455A: debugging a dead 7-segment display
« Reply #4 on: December 20, 2018, 06:54:49 pm »
Thanks for the input, everyone! I'm of the opinion that the ICs U62 and U71 are probably ok, because otherwise it seems like the whole display would be having issues, and not just the one module DS2.

The Darlingtons have an HP part number 1853-0409.

I did some probing with my 'scope and found that the waveforms from Q16 are not the same as the others.

 

Offline nixiefreqq

  • Super Contributor
  • ***
  • Posts: 1028
  • Country: us
Re: HP 3455A: debugging a dead 7-segment display
« Reply #5 on: December 20, 2018, 08:12:27 pm »
wow.  not 100% unobtainium.  but gettin' mighty close.

maybe you saw that our friends in the great white north have some?

« Last Edit: December 20, 2018, 08:14:21 pm by nixiefreqq »
free range primate
 

Offline nixiefreqq

  • Super Contributor
  • ***
  • Posts: 1028
  • Country: us
Re: HP 3455A: debugging a dead 7-segment display
« Reply #6 on: December 20, 2018, 08:22:17 pm »
ya' might be able to find a Darlington with similar characteristics.

happy hunting.
free range primate
 


Offline 0culusTopic starter

  • Super Contributor
  • ***
  • Posts: 3032
  • Country: us
  • Electronics, RF, and TEA Hobbyist
Re: HP 3455A: debugging a dead 7-segment display
« Reply #8 on: December 21, 2018, 02:14:49 am »
I have all those parts if needed for the cost of shipping.  I would need time to desolder from the carcass so if you can get them from mouser, that would be a better option.  If DS2 is out, the problem is most likely in that driver Q16 though it could be the LED, most often they fail by segment.  Most of the time the problem is the cable, though.

Let me know if I can help.


Jerry

I might take you up on that.
 

Offline fenugrec

  • Regular Contributor
  • *
  • Posts: 217
  • Country: ca
Re: HP 3455A: debugging a dead 7-segment display
« Reply #9 on: December 21, 2018, 02:17:25 am »
ya' might be able to find a Darlington with similar characteristics.

Agreed, I wouldn't worry too much. Just make sure you get a PNP darlington. Or why not just a PMOSFET ? Might even perform too well, what's the Vce on the good transistors with all segments lit ?
 

Offline 0culusTopic starter

  • Super Contributor
  • ***
  • Posts: 3032
  • Country: us
  • Electronics, RF, and TEA Hobbyist
Re: HP 3455A: debugging a dead 7-segment display
« Reply #10 on: December 21, 2018, 03:57:11 am »
So I tried swapping the darlington from a working module with the suspect one. Both passed diode tests, and it did NOT fix the dead module. Additionally, it appears that moving the board has introduced further bugs, perhaps aggravated cold solder joints on logic chips, because now the entire display is glitchy and the unit eventually freezes totally. :(

I'm afraid this new issue might be terminal. Not the end of the world because I didn't pay much for this unit.
 

Offline 0culusTopic starter

  • Super Contributor
  • ***
  • Posts: 3032
  • Country: us
  • Electronics, RF, and TEA Hobbyist
Re: HP 3455A: debugging a dead 7-segment display
« Reply #11 on: December 22, 2018, 08:52:30 pm »
Sooo, I fixed it. It was mechanical contact issues in the large ribbon cable all along. :-DD That'll teach me to check those first next time...anyway, I determined by tracing with the oscilloscope that the waveform on one particular pin of the "dead" DS2 was massively distorted on the display board side (compared to the matching pin on the next display module), but fine on the main digital board side, coming off the darlington Q16. So I inspected the ribbon cable more closely and discovered that the contact for that wire was mushed in and not springy like the others. I made a crude shim with some hookup wire and, like magic, DS2 lights and everything works. I think the glitches I was seeing were also a contact issue because I have not observed them since seating every cable.
 

Offline 0culusTopic starter

  • Super Contributor
  • ***
  • Posts: 3032
  • Country: us
  • Electronics, RF, and TEA Hobbyist
Re: HP 3455A: debugging a dead 7-segment display
« Reply #12 on: December 22, 2018, 08:54:14 pm »
Additional lesson learned: do more probing before soldering.  |O
 

Offline nixiefreqq

  • Super Contributor
  • ***
  • Posts: 1028
  • Country: us
Re: HP 3455A: debugging a dead 7-segment display
« Reply #13 on: December 22, 2018, 09:08:44 pm »
wooooooohooooooo!  you da' man!


ps  you owe us a picture.
free range primate
 
The following users thanked this post: 0culus

Offline 0culusTopic starter

  • Super Contributor
  • ***
  • Posts: 3032
  • Country: us
  • Electronics, RF, and TEA Hobbyist
Re: HP 3455A: debugging a dead 7-segment display
« Reply #14 on: December 22, 2018, 09:23:15 pm »
wooooooohooooooo!  you da' man!


ps  you owe us a picture.

Ooops, I forgot to take a pic of my quick and dirty fix, but here's one of the display working correctly! I'm going to see about making a small metal shim that will fit under the screwed up contact.
 

Offline nixiefreqq

  • Super Contributor
  • ***
  • Posts: 1028
  • Country: us
Re: HP 3455A: debugging a dead 7-segment display
« Reply #15 on: December 22, 2018, 09:36:06 pm »
SWEET!
free range primate
 
The following users thanked this post: 0culus

Offline 0culusTopic starter

  • Super Contributor
  • ***
  • Posts: 3032
  • Country: us
  • Electronics, RF, and TEA Hobbyist
Re: HP 3455A: debugging a dead 7-segment display
« Reply #16 on: December 22, 2018, 09:39:15 pm »
 :-+

It's a really nice meter, perhaps a little large by modern standards, but it's still accurate. Happy I was able to fix the issue!
 

Offline cncjerry

  • Supporter
  • ****
  • Posts: 1283
Re: HP 3455A: debugging a dead 7-segment display
« Reply #17 on: December 23, 2018, 05:19:10 am »
Great news, and a black face is the nicer in my opinion.

Jerry
 
The following users thanked this post: 0culus

Offline james_s

  • Super Contributor
  • ***
  • Posts: 21611
  • Country: us
Re: HP 3455A: debugging a dead 7-segment display
« Reply #18 on: December 23, 2018, 06:16:17 am »
Nicely done. My experience suggests that it's usually the simple stuff, especially when some hard to find hard to test part is suspect.
 
The following users thanked this post: 0culus

Offline 0culusTopic starter

  • Super Contributor
  • ***
  • Posts: 3032
  • Country: us
  • Electronics, RF, and TEA Hobbyist
Re: HP 3455A: debugging a dead 7-segment display
« Reply #19 on: December 24, 2018, 04:35:10 am »
Great news, and a black face is the nicer in my opinion.

Jerry

I agree! I haven't seen too many of these for sale either, so I figure I grabbed a good one.

Nicely done. My experience suggests that it's usually the simple stuff, especially when some hard to find hard to test part is suspect.

Yeah, I'll just chalk it up to more experience debugging.  :-+ :-+
 

Offline nixiefreqq

  • Super Contributor
  • ***
  • Posts: 1028
  • Country: us
Re: HP 3455A: debugging a dead 7-segment display
« Reply #20 on: December 24, 2018, 12:11:16 pm »
keep thinking about getting a 3456a to use as my reference meter on the bench.

nawwww.  if my 3455 was good enough for Collins its good enough for me.


ps  but i might get a 3490 if i can snag one with a dot led display.  those dot leds are almost as irresistable as nixies.  (and if they ship me a broke one i can always send it to oculus for repair now that he has proven to be a steely eyed meter man.)
free range primate
 

Offline 0culusTopic starter

  • Super Contributor
  • ***
  • Posts: 3032
  • Country: us
  • Electronics, RF, and TEA Hobbyist
Re: HP 3455A: debugging a dead 7-segment display
« Reply #21 on: December 24, 2018, 07:39:49 pm »
Oooo, look at those property tags! Someone peeled them off of mine before I got it.  :--

I would certainly be willing to try! So long as I can get the service manual (one of the big reasons why I favor old test equipment).  :-DD
 

Offline nixiefreqq

  • Super Contributor
  • ***
  • Posts: 1028
  • Country: us
Re: HP 3455A: debugging a dead 7-segment display
« Reply #22 on: December 24, 2018, 09:28:17 pm »
sold off all the Collins tube radio stuff when I downsized and moved a couple of years ago.

could not bring myself to scrape off the 3455 Collins cal sticker even though it is pretty crusty looking.
free range primate
 

Offline 0culusTopic starter

  • Super Contributor
  • ***
  • Posts: 3032
  • Country: us
  • Electronics, RF, and TEA Hobbyist
Re: HP 3455A: debugging a dead 7-segment display
« Reply #23 on: December 24, 2018, 11:45:15 pm »
Hey, it's a little bit of history!
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf