From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Get function or unit from multimeter HP34401

I need to read what function or unit is set on multimeter. I set multimeter, then i click button in vi and i just read measurement from multimeter, always only one measurement. Measurement will be placed in multicolumn listbox, i need write to multicolumn listbox unit (V, Hz, ...). Problem is i dont set function in code (DC Voltage, AC Voltage, Resistance, Frequency) and i dont know unit from measurement. Is there any way to get function or unit from multimeter?

0 Kudos
Message 1 of 3
(2,653 Views)

Please help. Is this possible? 

0 Kudos
Message 2 of 3
(2,590 Views)

Hi cris,

 

Is there any way to get function or unit from multimeter?

Well, the usual way is to read the manual of your device! Did you?

 

The HP34401 uses SCPI commands. I bet there are commands described in your manual which allow requesting/reading of the current device settings! Just try them…

(What about "FUNC?"?)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 3
(2,587 Views)