Author Topic: HP / Agilent 34401A hidden menu  (Read 60700 times)

0 Members and 4 Guests are viewing this topic.

Offline iMo

  • Super Contributor
  • ***
  • Posts: 6883
  • Country: li
Re: HP / Agilent 34401A hidden menu
« Reply #175 on: January 17, 2024, 09:50:09 am »
I looked up thermistor data for 2.2k, 5k, and 10k type B thermistors (which is what I think HP supported). They all have the same beta value. HP got a little lazy with the 7-5-2 firmware as all they would have had to do is scale the ohm readings for the 5k thermistor temperature table to support 2.2k and 10k thermistors.

I know this is some heavy math :), but here goes:

Table lookup OHMS = measured OHMS * 5 / thermistor TYPE KOHMS - a whopping one line of code!

in fact, source code wouldn't even have to add one line of code.  Instead of table_lookup=measured_ohms, they could have changed it to table_lookup=measured_ohms*5/thermistor_type_kohms.

IMHO they do consider the "beta" of the thermistors as well.
https://www.eevblog.com/forum/testgear/hp-agilent-34401a-hidden-menu/msg4659010/#msg4659010
« Last Edit: January 17, 2024, 09:51:53 am by iMo »
Readers discretion is advised..
 

Offline RolandK

  • Regular Contributor
  • *
  • Posts: 135
  • Country: de
Re: HP / Agilent 34401A hidden menu
« Reply #176 on: April 16, 2025, 11:00:00 am »
I just work at some 34401a. I can confirm that the commands
DIAG:POKE 28,0,1191 math menu -> min-max: enable sdev, pp
DIAG:POKE 30,0,1191 temp menu, scpi commands
DIAG:POKE 31,0,1191 menu -> scale, calc:scale
DIAG:POKE 32,0,1191 resolution menu -> custom aperture
DIAG:POKE 33,0,1191 system menu -> store state, recall state
DIAG:POKE 25,0,1      10mA AC range
work with revision 07-XX-XX to 11-XX-XX and are permanent (just use without the comments)

with revision 03-XX-XX to 06-XX-XX the 10mA AC range is permanent possible, too:
DIAG:POKE 25,0,1      10mA AC range

with revision 02-XX-XX the 10mA AC range is possible, but not permanent:
DIAG:POKE 25,0,1      10mA AC range

Why do old schaffner filters blow? - because there are rifas inside.
Why do rifas blow? Only time shows if the best new thing is really best. Here it is not.
 
The following users thanked this post: lowimpedance, felixd, Mickle T., dimmog, Eraldo, the Chris

Offline Ocela

  • Contributor
  • Posts: 13
  • Country: ru
Re: HP / Agilent 34401A hidden menu
« Reply #177 on: July 08, 2025, 04:33:14 pm »
 :-+
« Last Edit: July 09, 2025, 06:05:54 am by Ocela »
 
The following users thanked this post: felixd

Offline felixd

  • Regular Contributor
  • *
  • Posts: 125
  • Country: pl
    • FlameIT - Liquid Immersion Cooling
Re: HP / Agilent 34401A hidden menu
« Reply #178 on: August 10, 2025, 01:30:40 pm »
Works a treat



I just work at some 34401a. I can confirm that the commands
DIAG:POKE 28,0,1191 math menu -> min-max: enable sdev, pp
DIAG:POKE 30,0,1191 temp menu, scpi commands
DIAG:POKE 31,0,1191 menu -> scale, calc:scale
DIAG:POKE 32,0,1191 resolution menu -> custom aperture
DIAG:POKE 33,0,1191 system menu -> store state, recall state
DIAG:POKE 25,0,1      10mA AC range
work with revision 07-XX-XX to 11-XX-XX and are permanent (just use without the comments)

with revision 03-XX-XX to 06-XX-XX the 10mA AC range is permanent possible, too:
DIAG:POKE 25,0,1      10mA AC range

with revision 02-XX-XX the 10mA AC range is possible, but not permanent:
DIAG:POKE 25,0,1      10mA AC range
Pawel 'felixd' Wojciechowski
FlameIT - Liquid Immersion Cooling https://flameit.io
OpenPGP: 0x9CC77B3A8866A558 https://openpgp.flameit.io/
 
The following users thanked this post: coromonadalix, dimmog

Offline RolandK

  • Regular Contributor
  • *
  • Posts: 135
  • Country: de
Re: HP / Agilent 34401A hidden menu
« Reply #179 on: March 18, 2026, 10:03:54 am »
There must be something wrong with this 34401a:  8) ;D - i do not mean the missing knobs for I/O and front/rear


I just connected a Rev1 display to an Agilent branded 34401a with firmware 11-05-02.
It behaved as expected - they didn't remove the firmware part for the elder Rev1 display
« Last Edit: March 18, 2026, 10:05:35 am by RolandK »
Why do old schaffner filters blow? - because there are rifas inside.
Why do rifas blow? Only time shows if the best new thing is really best. Here it is not.
 
The following users thanked this post: guenthert, ps

Offline wkb

  • Super Contributor
  • ***
  • Posts: 1151
  • Country: nl
  • PA1WBU
Re: HP / Agilent 34401A hidden menu
« Reply #180 on: March 18, 2026, 10:34:34 am »
Probably the easiest solution. Also for repair / spare parts logistics.
 

Offline RolandK

  • Regular Contributor
  • *
  • Posts: 135
  • Country: de
Re: HP / Agilent 34401A hidden menu
« Reply #181 on: March 18, 2026, 07:24:42 pm »
Next i will try to update the 34401a with Revision 02-01-01 to Revision 11-05-01.

I only fear, that i have to repeat the calibration.
First lets have a look how the calibration data looks on which revision and try to read them out or to read the eeprom.
Why do old schaffner filters blow? - because there are rifas inside.
Why do rifas blow? Only time shows if the best new thing is really best. Here it is not.
 

Offline willinsau

  • Regular Contributor
  • *
  • Posts: 51
  • Country: au
Re: HP / Agilent 34401A hidden menu
« Reply #182 on: June 21, 2026, 01:39:09 am »
Would anyone be able to share the V11 firmware? It looks like the previous download link is no longer working.



The 07-05-02, 10-05-02, and 11-05-02 firmware binaries here contain the 9 STORE STATE, 10 RCL STATE, and 11 POWER ON menu strings. The 05-01-01 firmware binary does not.

https://xdevs.com/doc/HP_Agilent_Keysight/34401A/fw/
34401a_05-01-01-mcu_program.bin
34401a_07-05-02-mcu_program.bin
34401a_10-05-02-mcu_program.bin
34401a_11-05-02-mcu_program.bin
 

Offline squadchannel

  • Super Contributor
  • ***
  • Posts: 1250
  • Country: jp
  • deepl translate user
Re: HP / Agilent 34401A hidden menu
« Reply #183 on: June 21, 2026, 01:42:55 am »
attached.
downloaded from xdevs  :-+
 
The following users thanked this post: iMo

Offline dimmogTopic starter

  • Regular Contributor
  • *
  • Posts: 206
  • Country: us
    • Hubequip
Re: HP / Agilent 34401A hidden menu
« Reply #184 on: June 21, 2026, 01:45:28 am »
Would anyone be able to share the V11 firmware? It looks like the previous download link is no longer working.



The 07-05-02, 10-05-02, and 11-05-02 firmware binaries here contain the 9 STORE STATE, 10 RCL STATE, and 11 POWER ON menu strings. The 05-01-01 firmware binary does not.

https://xdevs.com/doc/HP_Agilent_Keysight/34401A/fw/
34401a_05-01-01-mcu_program.bin
34401a_07-05-02-mcu_program.bin
34401a_10-05-02-mcu_program.bin
34401a_11-05-02-mcu_program.bin

If you use Facebook https://www.facebook.com/groups/34401A/files/files
Hubequip.net :: test equipment parts and more
www.hubequip.net
 

Offline willinsau

  • Regular Contributor
  • *
  • Posts: 51
  • Country: au
Re: HP / Agilent 34401A hidden menu
« Reply #185 on: June 21, 2026, 01:54:09 am »
Next i will try to update the 34401a with Revision 02-01-01 to Revision 11-05-01.

I only fear, that i have to repeat the calibration.
First lets have a look how the calibration data looks on which revision and try to read them out or to read the eeprom.

have you succeed? what's happing? need calibration?

« Last Edit: June 21, 2026, 02:02:15 am by willinsau »
 

Offline willinsau

  • Regular Contributor
  • *
  • Posts: 51
  • Country: au
Re: HP / Agilent 34401A hidden menu
« Reply #186 on: June 21, 2026, 02:00:26 am »
Thanks so much.
Succeed!

If you use Facebook https://www.facebook.com/groups/34401A/files/files
[/quote]
 
The following users thanked this post: dimmog

Offline willinsau

  • Regular Contributor
  • *
  • Posts: 51
  • Country: au
Re: HP / Agilent 34401A hidden menu
« Reply #187 on: June 21, 2026, 02:03:51 am »
attached.
downloaded from xdevs  :-+

Thanks,  :-+
 

Offline dimmogTopic starter

  • Regular Contributor
  • *
  • Posts: 206
  • Country: us
    • Hubequip
Re: HP / Agilent 34401A hidden menu
« Reply #188 on: June 21, 2026, 02:10:31 am »
Thanks so much.
Succeed!

If you use Facebook https://www.facebook.com/groups/34401A/files/files
[/quote]

Please note that upgrading the firmware from any version below 07.05.02 to 11.05.02 will require a complete recalibration of the instrument.
Hubequip.net :: test equipment parts and more
www.hubequip.net
 

Offline squadchannel

  • Super Contributor
  • ***
  • Posts: 1250
  • Country: jp
  • deepl translate user
Re: HP / Agilent 34401A hidden menu
« Reply #189 on: June 21, 2026, 02:14:59 am »
Upgrading to 11-xx-xx requires some additional steps.

1) 06-xx-xx, the front panel VFD display controller has been changed.
Therefore, to upgrade from firmware versions prior to 06-xx-xx, you must replace the front panel board.
To verify that the board has been upgraded, the second two-digit section of the revision number must be 02 or higher. xx-02-xx or xx-03-xx. "01" indicates the early board.
06-xx-xx is the only revision that is compatible with both the early and late front panels.

that's not the case....

2) Upgrading to 11-xx-xx requires recalibration or modification of the calibration data.

Please note that upgrading the firmware from any version below 07.05.02 to 11.05.02 will require a complete recalibration of the instrument.

It was somewhere, but I can't find it.
« Last Edit: June 21, 2026, 02:21:17 am by squadchannel »
 

Offline willinsau

  • Regular Contributor
  • *
  • Posts: 51
  • Country: au
Re: HP / Agilent 34401A hidden menu
« Reply #190 on: June 21, 2026, 05:01:48 am »
some confused. I'am now 07-05-02, update need recalibration?
 

Offline Hydron

  • Super Contributor
  • ***
  • Posts: 1590
  • Country: gb
Re: HP / Agilent 34401A hidden menu
« Reply #191 on: June 23, 2026, 08:19:04 am »
I don't believe so, but I'm not an expert. Not sure what the advantage of the upgrade would be though, v7 already has the hidden features if you want to activate them (first version with them). Is there a change log available?
 

Offline dimmogTopic starter

  • Regular Contributor
  • *
  • Posts: 206
  • Country: us
    • Hubequip
Re: HP / Agilent 34401A hidden menu
« Reply #192 on: June 23, 2026, 02:20:29 pm »
some confused. I'am now 07-05-02, update need recalibration?

If your unit is running firmware 07-05-02, upgrading to 11-05-02 does not require recalibration, as both versions use the same EEPROM calibration data structure.
Hubequip.net :: test equipment parts and more
www.hubequip.net
 

Offline willinsau

  • Regular Contributor
  • *
  • Posts: 51
  • Country: au
Re: HP / Agilent 34401A hidden menu
« Reply #193 on: June 26, 2026, 09:16:17 am »
Thanks for your verificate.
The way are ALL WORKS

I just work at some 34401a. I can confirm that the commands
DIAG:POKE 28,0,1191 math menu -> min-max: enable sdev, pp
DIAG:POKE 30,0,1191 temp menu, scpi commands
DIAG:POKE 31,0,1191 menu -> scale, calc:scale
DIAG:POKE 32,0,1191 resolution menu -> custom aperture
DIAG:POKE 33,0,1191 system menu -> store state, recall state
DIAG:POKE 25,0,1      10mA AC range
work with revision 07-XX-XX to 11-XX-XX and are permanent (just use without the comments)

with revision 03-XX-XX to 06-XX-XX the 10mA AC range is permanent possible, too:
DIAG:POKE 25,0,1      10mA AC range

with revision 02-XX-XX the 10mA AC range is possible, but not permanent:
DIAG:POKE 25,0,1      10mA AC range
 

Offline jundar

  • Contributor
  • Posts: 24
  • Country: us
Re: HP / Agilent 34401A hidden menu
« Reply #194 on: June 29, 2026, 01:15:45 am »
Just curious, for clarification purposes.
What FW version does your unit have?

Thanks for your verificate.
The way are ALL WORKS

I just work at some 34401a. I can confirm that the commands
DIAG:POKE 28,0,1191 math menu -> min-max: enable sdev, pp
DIAG:POKE 30,0,1191 temp menu, scpi commands
DIAG:POKE 31,0,1191 menu -> scale, calc:scale
DIAG:POKE 32,0,1191 resolution menu -> custom aperture
DIAG:POKE 33,0,1191 system menu -> store state, recall state
DIAG:POKE 25,0,1      10mA AC range
work with revision 07-XX-XX to 11-XX-XX and are permanent (just use without the comments)

with revision 03-XX-XX to 06-XX-XX the 10mA AC range is permanent possible, too:
DIAG:POKE 25,0,1      10mA AC range

with revision 02-XX-XX the 10mA AC range is possible, but not permanent:
DIAG:POKE 25,0,1      10mA AC range
 

Offline willinsau

  • Regular Contributor
  • *
  • Posts: 51
  • Country: au
Re: HP / Agilent 34401A hidden menu
« Reply #195 on: June 29, 2026, 03:41:22 am »
11-05-02 and 08-05-02
2850108-0
 
The following users thanked this post: jundar


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf