Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Can multimeter work in ACV mode under the control of LV?

Hi,
 
I want to monitor an AC voltage signal by labview. First, I connect this signal with a multimeter in ACV mode, it works well. But whe I use LabView to take data from this multimeter, this meter automatically change to DCV mode. Is there some way to read ACV signal from this meter?
 
Thanks a lot
0 Kudos
Message 1 of 5
(3,758 Views)
What make/model of meter?
What type of communications?
Can you attach your code?
 
I suspect that the vi contains a command to tell the meter to switch functions prior to taking a measurement.
~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 2 of 5
(3,751 Views)
Meter: HP34401A
Interface: GPIB
Software: LabView 7.1
 
You are right. I also believe there is some code just change the mode of meter when the computer cintrol it. You know, I just use a data taking program which is coded by others. I am not sure which part of code you need. 😞
 
Thanks for reply
0 Kudos
Message 3 of 5
(3,749 Views)

You can look at the block diagram and try to find a string (pink box) with the characters DCV in it. Try chaning it to ACV. This is just a guess, I do not know the command set for the meter. There may also be command controls on the front panel of the code.

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 4 of 5
(3,746 Views)
Check also, if you did enable the reset option when initializing the device.The 34401 defaults to DCV.after a reset.  
0 Kudos
Message 5 of 5
(3,733 Views)