[volt-nuts] HP3458A cal ram data dumper program

2015-01-19 Thread Mark Sims
John Miles has included my  HP-3458A cal ram data dumper program in the latest 
release of his excellent GPIB Toolkit package.  You can download  it from the 
KE5FX web site.  The released version produces the formatted listing of the 
various cal RAM values in its output (it is the same version of the  data 
dumper  that I put up on tinyupload.com).  
___
volt-nuts mailing list -- volt-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/volt-nuts
and follow the instructions there.


Re: [volt-nuts] HP3458A CAL ram data dumper program

2014-08-23 Thread Charles Black

Hi Mark,

I had success using your HP3458.exe on my HP3458A! I just backed up my 
CAL data a few minutes ago. I have been interested in doing a backup for 
several years but kept putting off buying the GPIB to USB adapter. I 
have been using a NI GPIB-ENET/100 for some years now and so your 
program was a way for me to backup CAL ram at no cost.


The only preparatory steps I needed was to test my GPIB connectivity 
with NI Measurement  Automation Explorer's Communicate with Instrument 
function. Then I Reset the 34358A and set END to Always. I had NI's I/O 
Trace on the whole time just to keep track of everything. I think the NI 
488 software is a free download.


Thanks for all the work you did!

Charlie


On 8/21/2014 9:42 PM, Mark Sims wrote:

The program outputs a 2kB (or 2 x 32kB) binary ROM image files files along with 
a couple of ASCII format files of the data.  2kb for CAL ram and 32kb for DATA 
ram (probably not needed,  but it can dump the data RAM chips).  The binary 
files have the extension .hi and .lo  (CAL ram data is only in the high byte of 
the memory space).   
___
volt-nuts mailing list -- volt-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/volt-nuts
and follow the instructions there.






___
volt-nuts mailing list -- volt-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/volt-nuts
and follow the instructions there.


Re: [volt-nuts] HP3458A CAL ram data dumper program

2014-08-22 Thread Poul-Henning Kamp

In message CABWWDmpaRBLWcBEGQpNsRK=emj9sbaqfictlescblk-y7pu...@mail.gmail.com
, Mark Wendt writes:
On Thu, Aug 21, 2014 at 9:33 PM, Mark Sims hol...@hotmail.com wrote:

 I have the GPIBKIT version of my HP3458A cal ram data dumper program
 available.  If you want to try a copy shoot me an email.   If  it works
 out, I'll see if John wants to include it in the standard toolkit
 distribution.
 You will need to download GPIB tool kit from the KE5FX.COM web site,  run
 the tool kit configuration program (PROLOGIX.EXE)  to setup it up for your
 interface (it works with Prologix and NI compatible interfaces),  copy my
 HP3458.EXE program to the GPIBKIT directory and run it.  Check the comments
 at the start of HP3458.CPP for some info.  Run HP3458.EXE without any
 command line arguments for program usage help.


Anybody, perchance, have any goodies like this that run on Unix or Linux?

https://github.com/bsdphk/pylt

-- 
Poul-Henning Kamp   | UNIX since Zilog Zeus 3.20
p...@freebsd.org | TCP/IP since RFC 956
FreeBSD committer   | BSD since 4.3-tahoe
Never attribute to malice what can adequately be explained by incompetence.
___
volt-nuts mailing list -- volt-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/volt-nuts
and follow the instructions there.


[volt-nuts] HP3458A CAL ram data dumper program

2014-08-21 Thread Mark Sims
I have the GPIBKIT version of my HP3458A cal ram data dumper program available. 
 If you want to try a copy shoot me an email.   If  it works out, I'll see if 
John wants to include it in the standard toolkit distribution.
You will need to download GPIB tool kit from the KE5FX.COM web site,  run the 
tool kit configuration program (PROLOGIX.EXE)  to setup it up for your 
interface (it works with Prologix and NI compatible interfaces),  copy my 
HP3458.EXE program to the GPIBKIT directory and run it.  Check the comments at 
the start of HP3458.CPP for some info.  Run HP3458.EXE without any command line 
arguments for program usage help.   
___
volt-nuts mailing list -- volt-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/volt-nuts
and follow the instructions there.


Re: [volt-nuts] HP3458A CAL ram data dumper program

2014-08-21 Thread Tom Miller

Hi Mark,

Is it possible the program could create a .bin or .hex file that could be 
used to burn a backup NVRAM on an external programmer?


I would love to have a copy if possible. While I don't yet have a 3458A, it 
is on my wish list awaiting the necessary funds to build up and for that 
once in a while good deal.


Regards,
Tom

- Original Message - 
From: Mark Sims hol...@hotmail.com

To: volt-nuts@febo.com
Sent: Thursday, August 21, 2014 9:33 PM
Subject: [volt-nuts] HP3458A CAL ram data dumper program


I have the GPIBKIT version of my HP3458A cal ram data dumper program 
available.  If you want to try a copy shoot me an email.   If  it works 
out, I'll see if John wants to include it in the standard toolkit 
distribution.
You will need to download GPIB tool kit from the KE5FX.COM web site,  run 
the tool kit configuration program (PROLOGIX.EXE)  to setup it up for your 
interface (it works with Prologix and NI compatible interfaces),  copy my 
HP3458.EXE program to the GPIBKIT directory and run it.  Check the 
comments at the start of HP3458.CPP for some info.  Run HP3458.EXE without 
any command line arguments for program usage help.

___
volt-nuts mailing list -- volt-nuts@febo.com
To unsubscribe, go to 
https://www.febo.com/cgi-bin/mailman/listinfo/volt-nuts
and follow the instructions there. 


___
volt-nuts mailing list -- volt-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/volt-nuts
and follow the instructions there.


[volt-nuts] HP3458A CAL ram data dumper program

2014-08-21 Thread Mark Sims
The program outputs a 2kB (or 2 x 32kB) binary ROM image files files along with 
a couple of ASCII format files of the data.  2kb for CAL ram and 32kb for DATA 
ram (probably not needed,  but it can dump the data RAM chips).  The binary 
files have the extension .hi and .lo  (CAL ram data is only in the high byte of 
the memory space). 
___
volt-nuts mailing list -- volt-nuts@febo.com
To unsubscribe, go to https://www.febo.com/cgi-bin/mailman/listinfo/volt-nuts
and follow the instructions there.