Author Topic: HP 8594E Replacing the green CRT with LCD  (Read 21394 times)

0 Members and 5 Guests are viewing this topic.

Offline BrianHG

  • Super Contributor
  • ***
  • Posts: 8086
  • Country: ca
Re: HP 8594E Replacing the green CRT with LCD
« Reply #50 on: August 24, 2020, 09:00:13 pm »
You are loosing the top few lines in NTSC where the HP logo is and the clock.  But, I guess it is to be expected if HP decided just to drop the ~50 missing lines of video instead of having scaled graphics.  Otherwise, your LCD panel is dropping those lines out.

 

Offline MitiTopic starter

  • Super Contributor
  • ***
  • Posts: 1355
  • Country: ca
Re: HP 8594E Replacing the green CRT with LCD
« Reply #51 on: August 25, 2020, 01:13:19 pm »
You are loosing the top few lines in NTSC where the HP logo is and the clock.  But, I guess it is to be expected if HP decided just to drop the ~50 missing lines of video instead of having scaled graphics.  Otherwise, your LCD panel is dropping those lines out.

That's exactly how it is presented by the instrument, my LCD does not cut anything, see below. Actually there is enough room for the entire image, I don't know why HP decided to cut their logo in half. If my counting is correct, there's only 238 visible lines in NTSC mode, 263 in total with VSync, BP and FP. The clock is there, take a closer look.

What's left, is to save and recall the color scheme in/from the EEPROM so it starts with the latest scheme instead of a default one. Since I have the code tested, it shouldn't take me more than 30 min to add and test the module, I just need to find the time and the will.
Next step is to make a board, my first board in Kicad, with all the components on the top side (fingers crossed) so it gets assembled by JLCPCB. I don't think two layers is enough but I should be able to place everything on the top layer.
Fear does not stop death, it stops life.
 

Offline Bud

  • Super Contributor
  • ***
  • Posts: 7096
  • Country: ca
Re: HP 8594E Replacing the green CRT with LCD
« Reply #52 on: August 25, 2020, 02:11:04 pm »
That's exactly how it is presented by the instrument, my LCD does not cut anything, see below. Actually there is enough room for the entire image, I don't know why HP decided to cut their logo in half.

BrianHG is correct, you are missing the top of the screen. HP did not cut their logo. This is what it should look like:
Facebook-free life and Rigol-free shack.
 

Offline MitiTopic starter

  • Super Contributor
  • ***
  • Posts: 1355
  • Country: ca
Re: HP 8594E Replacing the green CRT with LCD
« Reply #53 on: August 25, 2020, 02:25:50 pm »
BrianHG is correct, you are missing the top of the screen. HP did not cut their logo. This is what it should look like:

Nope, you are not in NTSC mode. What you show me is either NRM or PAL mode. Take a look at my three pictures in the previous page and the picture in this page, which is a screen shot from the CRT.
Fear does not stop death, it stops life.
 

Offline Bud

  • Super Contributor
  • ***
  • Posts: 7096
  • Country: ca
Re: HP 8594E Replacing the green CRT with LCD
« Reply #54 on: August 25, 2020, 02:52:04 pm »
Can you see the top on gpib screen capture when in this mode?
Facebook-free life and Rigol-free shack.
 

Offline MitiTopic starter

  • Super Contributor
  • ***
  • Posts: 1355
  • Country: ca
Re: HP 8594E Replacing the green CRT with LCD
« Reply #55 on: August 25, 2020, 05:57:20 pm »
Can you see the top on gpib screen capture when in this mode?

GPIB capture does not follow the screen. See below.
Fear does not stop death, it stops life.
 

Offline BrianHG

  • Super Contributor
  • ***
  • Posts: 8086
  • Country: ca
Re: HP 8594E Replacing the green CRT with LCD
« Reply #56 on: August 25, 2020, 09:16:19 pm »
One positive side effect of using Brian's idea of digital PLL with DDIOs in the FPGA is that it doesn't need a feedback clock divider as it would if I used MK9173, for example. That means that as long as the HSync pulse is aligned with 4x the 42MHz clock, it would generate the correct 42MHz frequency regardless of the front porch, back porch or active pixels on the line. That means it should work in all 3 video modes that HP8590 can output, NRM, PAL and NTSC. And it does, see below. It's getting better and better.
The bigger plus is if your sync disappears or is missing, the 42MHz will automatically continue to oscillate at 42MHz as accurate as your system reference crystal oscillator.  The other external PLLs would go haywire or produce frequencies which your output graphics would not be able to generate a displayable image from.

 

Offline Tony_G

  • Frequent Contributor
  • **
  • Posts: 959
  • Country: us
  • Checkout my old test gear channel (link in sig)
    • TGSoapbox
Re: HP 8594E Replacing the green CRT with LCD
« Reply #57 on: August 25, 2020, 11:04:35 pm »
BrianHG is correct, you are missing the top of the screen. HP did not cut their logo. This is what it should look like:

Nope, you are not in NTSC mode. What you show me is either NRM or PAL mode. Take a look at my three pictures in the previous page and the picture in this page, which is a screen shot from the CRT.

This seems to be the part of the manual that Miti is referring to - Used to have one of these but I moved over to an 8563E so I can't provide any more info than this.

TonyG
« Last Edit: August 25, 2020, 11:07:46 pm by Tony_G »
 
The following users thanked this post: Bud

Offline MitiTopic starter

  • Super Contributor
  • ***
  • Posts: 1355
  • Country: ca
Re: HP 8594E Replacing the green CRT with LCD
« Reply #58 on: August 26, 2020, 12:00:47 pm »

This seems to be the part of the manual that Miti is referring to - Used to have one of these but I moved over to an 8563E so I can't provide any more info than this.

TonyG

Thanks TonyG for finding that, I did not read that before, all my posts are based on my observations. Interesting is that I don't see that compression on PAL format, I only see it on NTSC.
Fear does not stop death, it stops life.
 
The following users thanked this post: Tony_G

Offline BrianHG

  • Super Contributor
  • ***
  • Posts: 8086
  • Country: ca
Re: HP 8594E Replacing the green CRT with LCD
« Reply #59 on: August 26, 2020, 05:22:07 pm »
In PAL, the lines are there, but they are located in the overscan region.  So, on many PAL TVs, that portion of the picture may be off the edge of the screen, but on a monitor, they may still be there.
 

Offline MitiTopic starter

  • Super Contributor
  • ***
  • Posts: 1355
  • Country: ca
Re: HP 8594E Replacing the green CRT with LCD
« Reply #60 on: February 23, 2021, 08:05:59 pm »
Well, it took waaay longer than I expected but Rev 1 boards are here. I just reassigned some pins that were different than my prototype and brought the first one up and it works perfectly. I missed couple of ground connections, nothing that couldn't be fixed with a solder bridge or a wire. I still need to find better, of the shelf connectors/cables in two locations, but other than that seems to work fine. Color scheme can be selected with jumpers or with an IR remote, through the focus adjustment hole.
Once I clean up the code a bit, I'll work on an easy mechanical solution to install the adapter and the LCD inside the analyzer.
« Last Edit: February 23, 2021, 10:42:16 pm by Miti »
Fear does not stop death, it stops life.
 
The following users thanked this post: ZL1CVD, precaud

Offline sp9bsl

  • Newbie
  • Posts: 7
  • Country: pl
Re: HP 8594E Replacing the green CRT with LCD
« Reply #61 on: February 23, 2021, 08:29:39 pm »
Hello Miti,
will you share the project files or is it intended as commercial?
 

Offline MitiTopic starter

  • Super Contributor
  • ***
  • Posts: 1355
  • Country: ca
Re: HP 8594E Replacing the green CRT with LCD
« Reply #62 on: February 23, 2021, 08:36:30 pm »
I would like to put together a kit as a cheaper solution than Simmconn Labs's NewScope-0Jr, which is quite expensive, in my view. Of course, it includes all the HW needed, but many people just want the adapter. I'll see how feasible is to make a kit, or sell as adapter plus cables only.
« Last Edit: February 23, 2021, 08:38:15 pm by Miti »
Fear does not stop death, it stops life.
 

Offline MitiTopic starter

  • Super Contributor
  • ***
  • Posts: 1355
  • Country: ca
Re: HP 8594E Replacing the green CRT with LCD
« Reply #63 on: February 23, 2021, 10:58:59 pm »
Looking at the VGA output, it doesn't look too bad but I wonder if I can improve it a bit by playing with the current strength of the outputs. The current strength is set to "8mA (default)" but there's a "Maximum Current" setting which I cannot find what is anywhere. Do you know what is the maximum current strength of Cyclone?
Fear does not stop death, it stops life.
 
The following users thanked this post: LarryR

Offline bitseeker

  • Super Contributor
  • ***
  • Posts: 9057
  • Country: us
  • Lots of engineer-tweakable parts inside!
Re: HP 8594E Replacing the green CRT with LCD
« Reply #64 on: November 22, 2021, 10:47:53 pm »
Hi Miti,

Just found your thread. Very interesting project and looks like great results thus far. I was already impressed with the simple B&W version and the color is even better.

I have an 8560E and an 8924C, so CRT replacements are in my future and I was curious what the current state of your project is.
TEA is the way. | TEA Time channel
 

Offline MitiTopic starter

  • Super Contributor
  • ***
  • Posts: 1355
  • Country: ca
Re: HP 8594E Replacing the green CRT with LCD
« Reply #65 on: November 23, 2021, 04:37:26 pm »
Hi Miti,

Just found your thread. Very interesting project and looks like great results thus far. I was already impressed with the simple B&W version and the color is even better.

I have an 8560E and an 8924C, so CRT replacements are in my future and I was curious what the current state of your project is.

Hi bitseeker, thanks for your interest!
My project is on hold right now due to the chip shortage. I can’t find FPGAs at a reasonable price. LCSC has zero stock on almost everything I need. Also some switching regulators are on back order at Digikey.  |O
I also have to figure out the mechanical side but I kinda lost interest.
However, my adapter is NOT compatible with the 8560 series, it is only compatible with the 8590 series.
Fear does not stop death, it stops life.
 

Offline BrianHG

  • Super Contributor
  • ***
  • Posts: 8086
  • Country: ca
Re: HP 8594E Replacing the green CRT with LCD
« Reply #66 on: November 23, 2021, 08:43:31 pm »
Cyclone IV in 256pin BGA are available at a few places like Bristol Electronics.  But who knows for how long.
The chip shortage will last another 2 years, so be patient.
« Last Edit: November 23, 2021, 08:46:03 pm by BrianHG »
 

Offline bitseeker

  • Super Contributor
  • ***
  • Posts: 9057
  • Country: us
  • Lots of engineer-tweakable parts inside!
Re: HP 8594E Replacing the green CRT with LCD
« Reply #67 on: November 23, 2021, 11:53:06 pm »
Hi Miti,

Just found your thread. Very interesting project and looks like great results thus far. I was already impressed with the simple B&W version and the color is even better.

I have an 8560E and an 8924C, so CRT replacements are in my future and I was curious what the current state of your project is.

Hi bitseeker, thanks for your interest!
My project is on hold right now due to the chip shortage. I can’t find FPGAs at a reasonable price. LCSC has zero stock on almost everything I need. Also some switching regulators are on back order at Digikey.  |O
I also have to figure out the mechanical side but I kinda lost interest.
However, my adapter is NOT compatible with the 8560 series, it is only compatible with the 8590 series.

I can understand getting a bit burned out. The chip shortage is a good reason to take a break. It's a very cool project, though, and I totally understand that it's designed specifically for the 8590 series. The project is still inspiring and could be the conceptual basis for bringing new life to other CRT-based equipment, which is why I mentioned a couple of my CRT-based gear as examples.

I'm hopeful that projects like this will be able to continue to save our old equipment from the landfill.

Cyclone IV in 256pin BGA are available at a few places like Bristol Electronics.  But who knows for how long.
The chip shortage will last another 2 years, so be patient.

Yeah, patience is a virtue these days. I don't foresee any of my CRT-based TE burning out in two years, but time will tell.
TEA is the way. | TEA Time channel
 

Offline BrianHG

  • Super Contributor
  • ***
  • Posts: 8086
  • Country: ca
Re: HP 8594E Replacing the green CRT with LCD
« Reply #68 on: November 24, 2021, 12:23:24 am »
Lattice LFE5U-25F is still available from multiple sources like Digikey, Mouser, Element 14, Farnell..., but, it is overkill for this project even though the price is good.  The LFE5U-12F would have been a good fit.

But with 1 megabit core memory, you could have very colorful graphics and still cost less than the smallest Cyclone IV.
 

Offline SiliconWizard

  • Super Contributor
  • ***
  • Posts: 15292
  • Country: fr
Re: HP 8594E Replacing the green CRT with LCD
« Reply #69 on: November 24, 2021, 01:52:20 am »
Lattice LFE5U-25F is still available from multiple sources like Digikey, Mouser, Element 14, Farnell..., but, it is overkill for this project even though the price is good.  The LFE5U-12F would have been a good fit.

It's not available anymore here on Mouser. But if it is elsewhere, good. Overkill but still rather cheap and if available...

Note that - as discussed in another thread - the 12F is actually the exact same device as the 25F internally. Except for a device ID number. It's just sold at about 30% to 50% less. Marketing.
If you're using Lattice tools, you won't get a full 25F with a 12F, but if you use open-source tools such as yosys/nextpnr you will. ;D

 
The following users thanked this post: bitseeker

Offline BrianHG

  • Super Contributor
  • ***
  • Posts: 8086
  • Country: ca
Re: HP 8594E Replacing the green CRT with LCD
« Reply #70 on: November 24, 2021, 02:24:19 am »
Will you look at that, stock:
https://www.digikey.com/en/products/detail/lattice-semiconductor-corporation/LFE5U-25F-8BG381C/5358091?s=N4IgjCBcoLQExVAYygFwE4FcCmAaEA9lANogCsIAugL7X4KSkAyAYgKJkCq8FNQA

Though its the fastest -8, so the price is high.

This chip shortage is like begging for scraps.
« Last Edit: November 24, 2021, 02:27:03 am by BrianHG »
 

Offline bitseeker

  • Super Contributor
  • ***
  • Posts: 9057
  • Country: us
  • Lots of engineer-tweakable parts inside!
Re: HP 8594E Replacing the green CRT with LCD
« Reply #71 on: November 24, 2021, 03:39:47 am »
This chip shortage is like begging for scraps.

And paying extra for it.

However, it's still OK relative to how expensive the commercial LCD-based solution is.
TEA is the way. | TEA Time channel
 

Offline MitiTopic starter

  • Super Contributor
  • ***
  • Posts: 1355
  • Country: ca
Re: HP 8594E Replacing the green CRT with LCD
« Reply #72 on: December 03, 2022, 01:35:56 pm »
As an exercise in futility and to prove myself that I'm not bipolar (I read somewhere that starting many projects without finalizing them could be a sign of bipolar disorder... raise your hands those with symptoms, mine is up) I decided to finalize (at least) this project. The 3D printer that I acquired awhile ago and was collecting dust for about a year was put to work and the result is quite good. I made a bracket that holds the LCD, the LCD driver board and my adapter. I also redesigned the front display frame to accommodate a 5.6" LCD module and the different spacing of the buttons menus on the LCD. It also brings some fresh air to the front panel compared to the original dark frame.
I've checked again LCSC and Digikey and, to my surprise, most of the parts are available again at reasonable prices and with healthy stock, except for the most important one, the FPGA. Hopefully it will be available soon. With a bit of redesign, some parts are not available anymore in the same package, I think I can revive this project and make it available for those interested. Please enjoy some pictures...
« Last Edit: December 03, 2022, 01:49:54 pm by Miti »
Fear does not stop death, it stops life.
 
The following users thanked this post: dl3yc

Offline MitiTopic starter

  • Super Contributor
  • ***
  • Posts: 1355
  • Country: ca
Re: HP 8594E Replacing the green CRT with LCD
« Reply #73 on: December 03, 2022, 01:39:10 pm »
Some more pictures.
« Last Edit: December 03, 2022, 01:51:51 pm by Miti »
Fear does not stop death, it stops life.
 

Offline jwrodgers

  • Supporter
  • ****
  • Posts: 39
Re: HP 8594E Replacing the green CRT with LCD
« Reply #74 on: January 17, 2023, 01:30:25 am »
Hi Miti,

Very interesting and great work. Thank you so much for sharing the project you have been working on for so long.

I have recently bought an 8590 with a dead CRT screen, and would love to be able to get the hold of one of your converter boards and LCD to go with it. I have a 3d Printer, so could do all the mounting bits.

Have you considered making it commercially available, or would you have one or two spare boards that I could purchase from you?

Thanks,
JR
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf