How to clear a HP 5316A counter over GPIB ?

G

Georg Holderied

Guest
I use a HP 5316A counter to count the output of a particle detector.
The counter is controlled from Labview through GPIB.

Everything works well with the exception that I don't know how to clear
(zero) the counter through GPIB (what pushing the RESET/LOCAL button on
the front panel does).

The GPIB RE command resets the whole instrument to its default values,
threshold and all, like power cycling would.

How do I clear the counter through GPIB ?

Can anybody send me a list of GPIB instructions for this counter or a copy
of its user manual ?

Thank you

George
 
Georg Holderied wrote:
I use a HP 5316A counter to count the output of a particle detector.
The counter is controlled from Labview through GPIB.

Everything works well with the exception that I don't know how to clear
(zero) the counter through GPIB (what pushing the RESET/LOCAL button on
the front panel does).

The GPIB RE command resets the whole instrument to its default values,
threshold and all, like power cycling would.

How do I clear the counter through GPIB ?

Can anybody send me a list of GPIB instructions for this counter or a copy
of its user manual ?

Thank you

George
When you find 'em, I'd like a copy of the manual and/or gpib
instructions too.
Thanks, mike

--
Return address is VALID.
Bunch of stuff For Sale and Wanted at the link below.
Toshiba & Compaq LiIon Batteries, Test Equipment
Honda CB-125S $800 in PDX
Yaesu FTV901R Transverter, 30pS pulser
Tektronix Concept Books, spot welding head...
http://www.geocities.com/SiliconValley/Monitor/4710/
 
Georg.Holderied@unibas.ch (Georg Holderied) wrote in message news:<f7994ee3.0404291029.751be512@posting.google.com>...
I use a HP 5316A counter to count the output of a particle detector.
The counter is controlled from Labview through GPIB.

Everything works well with the exception that I don't know how to clear
(zero) the counter through GPIB (what pushing the RESET/LOCAL button on
the front panel does).

The GPIB RE command resets the whole instrument to its default values,
threshold and all, like power cycling would.

How do I clear the counter through GPIB ?

Can anybody send me a list of GPIB instructions for this counter or a copy
of its user manual ?
You can use a GPIB bus clear or a GPIB device clear. These are
integral to GPIB rather than the instrument command set (which is why
you didn't find it). On newer instruments (I think the 5316 is too
old) you can do the IEEE488.2 *RST command. The specifics of how to
do a device clear depend on the driver you are using. For VISA it's
'viGpibSendIFC' for bus clear and 'viClear' for device clear.
 

Welcome to EDABoard.com

Sponsor

Back
Top