LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Agilent 34401A - turn beeper off remotely

I am using the Labview 7.1 driver code for our Agilent 34401A multimeter, to read resistance. I would like to turn the beeper off and have tried a VISA write for the GPIB SYST:BEEP:STAT OFF command, but it appears to have no effect. I can force the instrument to successfully issue a beep with SYST:BEEP, but the OFF command doesn't appear to do anything. Can anyone offer assistance?
0 Kudos
Message 1 of 3
(4,117 Views)

From the manual.  You know, that thing that no one reads anymore.

SYSTem

:BEEPer

:BEEPer:STATe {OFF|ON}

:BEEPer:STATe?

So you should be able to get the state of the beep using STAT?  If it returns OFF then the issue is with Aligent or needs a different command to muzzle this device.  Other options would be to use hardware.  Put tape over the speaker to make it softer or open the device and cut the speaker wire.  Smiley Happy

Matthew Fitzsimons

Certified LabVIEW Architect
LabVIEW 6.1 ... 2013, LVOOP, GOOP, TestStand, DAQ, and Vison
0 Kudos
Message 2 of 3
(4,115 Views)

Hi Datalog,

Thanks for posting on the NI Forums.

I agree with mfitzsimons suggestions, it would certainly be worth checking the Agilent's beeper state after attempting to set it, although I couldn't really endorse snipping wires on your device...! Smiley Happy

It might be worth noting that the manual for this device seems to hint at the beeper only being disabled for the following circumstances:

1) a new minimum or maximum is found in a min-max test.

2) a stable reading is captured in reading hold.

3) a limit is exceeded in a limit test.

4) a forward-biased diode is measured in the diode test function.

I would assume that in any other circumstances the device may still emmit a beep. This would probably be worth confirming with Agilent.

Thanks,

Rob

National Instruments | Northern California
0 Kudos
Message 3 of 3
(4,096 Views)