Post Reply 
3421A CAL RAM
04-02-2017, 07:53 PM
Post: #9
RE: 3421A CAL RAM
(04-02-2017 05:24 PM)Dave Frederickson Wrote:  ... The 3468 cal data can be read as a 255 character string using the B2 command, per the label on the bottom of the DMM....

Please share your cal data. Mine's corrupt so I'd like to see what good data looks like.

That reminds me, I need to order another battery.

Thanks, Dave

That for the B2 hint! I just experimented with it, and yes, the HP3468 sends 255 (not 256) characters following the B2 command.
Here is my HP71 program:
10 !
15 DIM A$[256]
20 A=DEVADDR("HP3468")
40 REMOTE
50 OUTPUT :A ;"B2"
60 ENTER :A USING "#,255A";A$
70 DISP A$

and the result is:
@@@@@@@@@@@@OOOO
IIIIII@@BMOKODLH
@@@@@@@@BLL@OMML
@@@@@@F@BM@OOILO
@@@@@@@@BLMNOBM@
@@@AFGC@L@LOOCNK
IIIIIIF@NBMDOLLC
@@@@BDA@ACCOI@EC
@@@@@@@@AA@COLLO
@@@@@@@@ABCKODLH
@@@@@@@@ANBNOLLC
@@@@@@@@ALNKOGM@
IIIIIIDANMMLOH@D
@@@@@@@@@@@@OOOO
@@@@@@@@@@@@OOOO
@@@@@@@@@@@@@@@

I added the line breaks each 16 bytes manually for clarity. Note the missing character is the last line, since there are 255 characters.

Observations:
all bytes are regular ASCII characters, which makes the manipulation of calibration data easier,
the characters are all in the range @-O that is 16 values: each calibration byte holds a 4-bit nibble,
there is no visible checksum.

It may be that the checksum is held in the 256th location of the calibration RAM and is not transmitted in the B2 response.
We can imagine that the B3 command to write calibration data also asks for 255 bytes and automatically adds the checksum.
I don't want to try - don't want to risk to corrupt my HP3468 calibration - but maybe Dave can you try ? :-)

J-F
Visit this user's website Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
3421A CAL RAM - Dave Frederickson - 03-30-2017, 05:49 AM
RE: 3421A CAL RAM - Hans Brueggemann - 03-30-2017, 09:14 AM
RE: 3421A CAL RAM - Dave Frederickson - 03-30-2017, 03:30 PM
RE: 3421A CAL RAM - BobVA - 03-30-2017, 05:10 PM
RE: 3421A CAL RAM - Dave Frederickson - 03-30-2017, 05:50 PM
RE: 3421A CAL RAM - Dave Frederickson - 04-02-2017, 04:20 PM
RE: 3421A CAL RAM - BobVA - 04-02-2017, 04:59 PM
RE: 3421A CAL RAM - Dave Frederickson - 04-02-2017, 05:24 PM
RE: 3421A CAL RAM - J-F Garnier - 04-02-2017 07:53 PM
RE: 3421A CAL RAM - cruff - 04-03-2017, 01:12 AM
RE: 3421A CAL RAM - Dave Frederickson - 04-03-2017, 02:17 AM
RE: 3421A CAL RAM - cruff - 04-05-2017, 12:08 AM
RE: 3421A CAL RAM - Hans Brueggemann - 04-02-2017, 07:56 PM
RE: 3421A CAL RAM - Dave Frederickson - 04-02-2017, 08:43 PM
RE: 3421A CAL RAM - Paul Berger (Canada) - 04-03-2017, 12:46 AM
RE: 3421A CAL RAM - Dave Frederickson - 04-03-2017, 12:57 AM
RE: 3421A CAL RAM - Dave Frederickson - 04-03-2017, 05:26 PM
RE: 3421A CAL RAM - BobVA - 04-04-2017, 04:08 PM
RE: 3421A CAL RAM - Dave Frederickson - 04-04-2017, 05:16 PM
RE: 3421A CAL RAM - J-F Garnier - 04-05-2017, 07:45 PM
RE: 3421A CAL RAM - Dave Frederickson - 04-05-2017, 07:53 PM
RE: 3421A CAL RAM - djd328 - 04-25-2019, 05:24 AM
RE: 3421A CAL RAM - Dave Frederickson - 04-25-2019, 08:44 PM
RE: 3421A CAL RAM - djd328 - 04-26-2019, 02:56 AM
RE: 3421A CAL RAM - djd328 - 04-26-2019, 03:17 AM
RE: 3421A CAL RAM - djd328 - 05-14-2019, 06:53 AM
RE: 3421A CAL RAM - J-F Garnier - 04-04-2017, 08:38 PM
RE: 3421A CAL RAM - BobVA - 04-05-2017, 07:13 PM
RE: 3421A CAL RAM - Paul Berger (Canada) - 04-04-2017, 07:39 PM
RE: 3421A CAL RAM - BobVA - 04-05-2017, 03:36 AM
RE: 3421A CAL RAM - Dave Frederickson - 04-12-2017, 04:45 AM
RE: 3421A CAL RAM - juani_cer - 01-31-2018, 11:19 PM
RE: 3421A CAL RAM - Dave Frederickson - 02-01-2018, 01:28 AM
RE: 3421A CAL RAM - juani_cer - 02-01-2018, 11:46 PM
RE: 3421A CAL RAM - J-F Garnier - 02-01-2018, 08:45 AM
RE: 3421A CAL RAM - BobVA - 05-16-2019, 10:02 PM



User(s) browsing this thread: 1 Guest(s)