volt-nuts@lists.febo.com

Discussion of precise voltage measurement

View all threads

HP3458A Logging

RB
Rick Bale
Fri, Nov 1, 2019 5:55 PM

What PC program do you guys use to log HP3458 measurements?  Ultimately,
I'm looking for a good way to log the HP but also log temp, an old
Guildline Std Cell,  and an old Keithley 181 in my home lab.

Thanks

What PC program do you guys use to log HP3458 measurements? Ultimately, I'm looking for a good way to log the HP but also log temp, an old Guildline Std Cell, and an old Keithley 181 in my home lab. Thanks
TM
Todd Micallef
Fri, Nov 1, 2019 7:37 PM

Rick,

A RPi works just fine with python and a BME280 to record everything. There
are a few of us that have been doing it that way for years. Just create a
CSV file on a flash drive and import it into your favorite spreadsheet.

https://xdevs.com/guide/thp_rpi/
https://xdevs.com/article/hp3458a_gpib/

It doesn't have a fancy gui but it can be tailored to your needs.

Todd

On Fri, Nov 1, 2019 at 1:56 PM Rick Bale rpbale@bellsouth.net wrote:

What PC program do you guys use to log HP3458 measurements?  Ultimately,
I'm looking for a good way to log the HP but also log temp, an old
Guildline Std Cell,  and an old Keithley 181 in my home lab.

Thanks


volt-nuts mailing list -- volt-nuts@lists.febo.com
To unsubscribe, go to
http://lists.febo.com/mailman/listinfo/volt-nuts_lists.febo.com
and follow the instructions there.

Rick, A RPi works just fine with python and a BME280 to record everything. There are a few of us that have been doing it that way for years. Just create a CSV file on a flash drive and import it into your favorite spreadsheet. https://xdevs.com/guide/thp_rpi/ https://xdevs.com/article/hp3458a_gpib/ It doesn't have a fancy gui but it can be tailored to your needs. Todd On Fri, Nov 1, 2019 at 1:56 PM Rick Bale <rpbale@bellsouth.net> wrote: > What PC program do you guys use to log HP3458 measurements? Ultimately, > I'm looking for a good way to log the HP but also log temp, an old > Guildline Std Cell, and an old Keithley 181 in my home lab. > > Thanks > _______________________________________________ > volt-nuts mailing list -- volt-nuts@lists.febo.com > To unsubscribe, go to > http://lists.febo.com/mailman/listinfo/volt-nuts_lists.febo.com > and follow the instructions there. >
DJ
Didier Juges
Sat, Nov 2, 2019 6:53 PM

Or upload your data to Thingspeak from your RasPi and you can plot it
online at any time without interrupting the data collection.
There are limits to what you can do with a free account (how much data you
upload) but it is worth a try.

Didier KO4BB

On Fri, Nov 1, 2019 at 2:38 PM Todd Micallef tmicallef@gmail.com wrote:

Rick,

A RPi works just fine with python and a BME280 to record everything. There
are a few of us that have been doing it that way for years. Just create a
CSV file on a flash drive and import it into your favorite spreadsheet.

https://xdevs.com/guide/thp_rpi/
https://xdevs.com/article/hp3458a_gpib/

It doesn't have a fancy gui but it can be tailored to your needs.

Todd

On Fri, Nov 1, 2019 at 1:56 PM Rick Bale rpbale@bellsouth.net wrote:

What PC program do you guys use to log HP3458 measurements?  Ultimately,
I'm looking for a good way to log the HP but also log temp, an old
Guildline Std Cell,  and an old Keithley 181 in my home lab.

Thanks


volt-nuts mailing list -- volt-nuts@lists.febo.com
To unsubscribe, go to
http://lists.febo.com/mailman/listinfo/volt-nuts_lists.febo.com
and follow the instructions there.


volt-nuts mailing list -- volt-nuts@lists.febo.com
To unsubscribe, go to
http://lists.febo.com/mailman/listinfo/volt-nuts_lists.febo.com
and follow the instructions there.

Or upload your data to Thingspeak from your RasPi and you can plot it online at any time without interrupting the data collection. There are limits to what you can do with a free account (how much data you upload) but it is worth a try. Didier KO4BB On Fri, Nov 1, 2019 at 2:38 PM Todd Micallef <tmicallef@gmail.com> wrote: > Rick, > > A RPi works just fine with python and a BME280 to record everything. There > are a few of us that have been doing it that way for years. Just create a > CSV file on a flash drive and import it into your favorite spreadsheet. > > https://xdevs.com/guide/thp_rpi/ > https://xdevs.com/article/hp3458a_gpib/ > > It doesn't have a fancy gui but it can be tailored to your needs. > > Todd > > On Fri, Nov 1, 2019 at 1:56 PM Rick Bale <rpbale@bellsouth.net> wrote: > > > What PC program do you guys use to log HP3458 measurements? Ultimately, > > I'm looking for a good way to log the HP but also log temp, an old > > Guildline Std Cell, and an old Keithley 181 in my home lab. > > > > Thanks > > _______________________________________________ > > volt-nuts mailing list -- volt-nuts@lists.febo.com > > To unsubscribe, go to > > http://lists.febo.com/mailman/listinfo/volt-nuts_lists.febo.com > > and follow the instructions there. > > > _______________________________________________ > volt-nuts mailing list -- volt-nuts@lists.febo.com > To unsubscribe, go to > http://lists.febo.com/mailman/listinfo/volt-nuts_lists.febo.com > and follow the instructions there. >