Author Topic: Advantest R6581 Service Manual  (Read 10414 times)

0 Members and 2 Guests are viewing this topic.

Offline TheDefpom

  • Frequent Contributor
  • **
  • Posts: 746
  • Country: nz
  • YouTuber Nerd - I Fix Stuff
    • The Defpom's Channel
Re: Advantest R6581 Service Manual
« Reply #25 on: November 06, 2023, 01:59:37 am »
I was thinking that there must be an ASCII data stream somewhere to grab the measurement data from, rather than trying to decode the screen data, probably the same for the mode data too I expect, I mean the data is viewable over GPIB so it must be in a raw format somewhere other than the screen.
Cheers Scott

Check out my Electronics Repair, Mailbag, or Review Videos at https://www.youtube.com/TheDefpom
 
The following users thanked this post: radiolabworks

Offline Mickle T.Topic starter

  • Frequent Contributor
  • **
  • Posts: 482
  • Country: ru
Re: Advantest R6581 Service Manual
« Reply #26 on: November 06, 2023, 09:51:29 am »
The front panel interface is not a serial or parallel interface in the usual sense. In fact, it is a shared memory area that can be accessed asynchronously by both the main assembly processor and the front panel processor.

As far as I know, the first 47 bytes of external memory on the H8 MCU side are a serial buffer of character codes for the 1st and 2nd lines of the display. The next 18 bytes are the annunciators flags (0x00 - off, 0x01 - on).
But besides this, the same memory contains a keyboard buffer, a matrix of pressed key flags, an interrupt messaging mailbox, and a large number of flags, the purpose of which I do not know (most likely they are related to scrolling, blinking, etc.).
The H8 MCU firmware contains a character generator with the standard ASCII character set, however, I found that characters with codes 0xE0...0xE8 and 0x7F are used in debug mode to smoothly fill the display with vertical and horizontal lines.
 
The following users thanked this post: TheDefpom, radiolabworks

Offline Mickle T.Topic starter

  • Frequent Contributor
  • **
  • Posts: 482
  • Country: ru
Re: Advantest R6581 Service Manual
« Reply #27 on: November 06, 2023, 09:11:37 pm »
I decided to take a chance with my working multimeter and test the translator with the first monochrome OLED display that came to hand (Winstar WEH002004 in graphic mode).
Apparently I’ll still have to look for another R6581D/T, or wait until the display on my multimeter completely goes out :)
 
The following users thanked this post: branadic, picburner, doktor pyta, TheDefpom, serg-el, ch_scr, Kosmic

Offline picburner

  • Frequent Contributor
  • **
  • Posts: 519
  • Country: it
Re: Advantest R6581 Service Manual
« Reply #28 on: November 07, 2023, 08:17:17 am »
I have an R6581T also with a practically invisible display. I was thinking of doing a similar job to what Mikle is doing using a Futaba GP1294AI 256x48 VFD, basically it is a COG that incorporates SPI input logic and HV drivers and is currently sold at a very affordable price.
The dimensions of the display are similar to the pre-existing VFD but, to do a job well done (and to fit in the limited space), I would have to redo the entire original PCB.
I've already done similar work for a Wavetek 1271, but in that case I really had no other choice.
In this case, however, I'm a little hesitant: is it really worth doing all this work?
 
The following users thanked this post: Mickle T., radiolabworks

Offline Mickle T.Topic starter

  • Frequent Contributor
  • **
  • Posts: 482
  • Country: ru
Re: Advantest R6581 Service Manual
« Reply #29 on: November 07, 2023, 10:33:01 am »
I think the GP1294AI is the perfect solution. If the indicator is suitable in thickness, it can be connected with a thin flexible cable to an external mezzanine board on which the microcontroller and high-voltage DC-DC can be placed. A complete redesign of the entire PCB carries the risk of damaging the H8/322 microcontroller, the firmware of which is not yet available.
 
The following users thanked this post: picburner, radiolabworks

Offline branadic

  • Super Contributor
  • ***
  • Posts: 2433
  • Country: de
  • Sounds like noise
Re: Advantest R6581 Service Manual
« Reply #30 on: September 01, 2024, 07:39:02 pm »
Thanks to MickleT., who deserves all credits, we have a wonderful service manual. I was wondering, why noone has reported INL improvement just yet? Maybe the math is too much of a hurdle?
Hence why I've put together this simple spreadsheet, hoping that more people will benefit from MickleT.'s wonderful work and report their success here.

I've tested the spreadsheet myself against our 3458A and an ADR1399 upgraded AN3200, taken readings with H0 ... H15 reset, calculated the new constants, copied them into the device using Python and rerun the INL test. Attached are my results.
Obviously summer time is not the best time to do this, even if the lab is AC stabilized. But the windows are facing south and temperatures outside were quite high, so there is quite some temperature change during the measurements. However, even with that drawback INL turned out <±0.1 ppm.

I hope that motivates people to get their R6581(D,T) INL down too.

-branadic-
« Last Edit: September 01, 2024, 08:08:56 pm by branadic »
Computers exist to solve problems that we wouldn't have without them. AI exists to answer questions, we wouldn't ask without it.
 
The following users thanked this post: Mickle T., jaromir, TheDefpom, chuckb, bsw_m, ch_scr

Offline leighcorrigall

  • Frequent Contributor
  • **
  • Posts: 469
  • Country: ca
  • Nuclear Materials Scientist
Re: Advantest R6581 Service Manual
« Reply #31 on: September 02, 2024, 06:46:12 pm »
I'm relocating at the moment. No lab to perform measurements/adjustments. I have 2x 3458As that I can use for a linearity adjustment :)

I will reply again when I have time to review the manual and the scripts. I agree, the first time I read the manual, it was difficult to understand the heaviside functions.
MASc, EIT, PhD Candidate
 

Offline Mickle T.Topic starter

  • Frequent Contributor
  • **
  • Posts: 482
  • Country: ru
Re: Advantest R6581 Service Manual
« Reply #32 on: September 03, 2024, 10:31:18 am »
Announcement of the next update.
 
The following users thanked this post: branadic, picburner, jaromir, coromonadalix, TheDefpom, gamalot, bsw_m, serg-el, ch_scr, iMo, zrq, leighcorrigall

Offline branadic

  • Super Contributor
  • ***
  • Posts: 2433
  • Country: de
  • Sounds like noise
Re: Advantest R6581 Service Manual
« Reply #33 on: September 03, 2024, 11:31:07 am »
Wow, great progress, I'm in for one :)

-branadic-
Computers exist to solve problems that we wouldn't have without them. AI exists to answer questions, we wouldn't ask without it.
 

Offline TheDefpom

  • Frequent Contributor
  • **
  • Posts: 746
  • Country: nz
  • YouTuber Nerd - I Fix Stuff
    • The Defpom's Channel
Re: Advantest R6581 Service Manual
« Reply #34 on: September 03, 2024, 11:51:13 am »
Indeed that looks very good, I picked up a couple of different displays, I haven’t got around to trying to do anything with them yet though. I may not need to if I can buy these from MickleT, or just hook up a pro mini and dump some code into it.

Good to see the larger display can simply be plugged into the other units connector and it just works.
« Last Edit: September 03, 2024, 08:33:15 pm by TheDefpom »
Cheers Scott

Check out my Electronics Repair, Mailbag, or Review Videos at https://www.youtube.com/TheDefpom
 

Offline gamalot

  • Super Contributor
  • ***
  • Posts: 1366
  • Country: au
  • Correct my English
    • Youtube
Re: Advantest R6581 Service Manual
« Reply #35 on: September 03, 2024, 01:37:20 pm »
I've also thought about DIY replacement display, but it seems difficult to find one with the right aspect ratio.

Offline bsw_m

  • Regular Contributor
  • *
  • Posts: 244
  • Country: by
Re: Advantest R6581 Service Manual
« Reply #36 on: September 03, 2024, 04:52:54 pm »
I found this display. It fits in place of the original pretty well.
 
The following users thanked this post: gamalot

Offline chekhov

  • Regular Contributor
  • *
  • Posts: 123
  • Country: by
Re: Advantest R6581 Service Manual
« Reply #37 on: September 03, 2024, 06:54:15 pm »
One more alternative could be this display:
https://www.buydisplay.com/bar-type
-4-58-inch-320x960-ips-tft-lcd-display-spi-rgb-interface


It has the same dimensions as the one above, but less colors and maybe a bit lower contrast.
I have both of them but haven't compared yet, wanted to revive my failed Keithley 200X display replacement project.
 
The following users thanked this post: gamalot

Offline bastl_r

  • Regular Contributor
  • *
  • Posts: 115
  • Country: de
Re: Advantest R6581 Service Manual
« Reply #38 on: September 03, 2024, 09:52:13 pm »
Hi

The link does not work for me with the line break.
Here without now.

https://www.buydisplay.com/bar-type-4-58-inch-320x960-ips-tft-lcd-display-spi-rgb-interface
 
The following users thanked this post: gamalot

Offline gamalot

  • Super Contributor
  • ***
  • Posts: 1366
  • Country: au
  • Correct my English
    • Youtube
Re: Advantest R6581 Service Manual
« Reply #39 on: September 04, 2024, 05:06:33 am »
Thanks guys, I just ordered two 4.58" LCDs to see if they will fit.  ;D

Online dietert1

  • Super Contributor
  • ***
  • Posts: 2324
  • Country: br
    • CADT Homepage
Re: Advantest R6581 Service Manual
« Reply #40 on: September 04, 2024, 10:25:29 pm »
Thanks for the hints. I found those bar displays at digikey, 1528-5805-ND. They don't have display memory, so i ordered STM32H730 MCUs that can drive the display with their LTDC peripheral. They have enough RAM to hold a 1-byte per pixel memory, so 256 colors with a programmable color lookup table (palette).

Regards, Dieter
 

Offline Mickle T.Topic starter

  • Frequent Contributor
  • **
  • Posts: 482
  • Country: ru
Re: Advantest R6581 Service Manual
« Reply #41 on: September 08, 2024, 08:32:52 am »
The first post has been updated.
A new topic about replacing the display has been created: https://www.eevblog.com/forum/repair/advantest-r6581-vfd-replacement/msg5634443/
 
The following users thanked this post: branadic, bsw_m


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf