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: 

About Hp 34401A

Hello!

I have Labview 6.0 and Hp 34401A. In the Labview, I don't know how to measure Voltage per second by Hp 34401A. In other words, suppose that I want to measure Voltage per two second. In this case, I use "HP 34401A Trigger Config.vi". However, I don't know how to control the measurement time. Could you explain this?

Thank you!
0 Kudos
Message 1 of 2
(2,398 Views)
First of all, trigger config does not measure voltage. All it does is set the trigger conditions. To take a reading, you have to use Read Meas. You need to have the Read Meas inside a while loop. Use a Wait (ms) or Wait Until Next ms Interval to control the loop iteration time. Wire a control to the input and you can vary the time between measurements.
0 Kudos
Message 2 of 2
(2,395 Views)