05-04-2006 07:32 AM
05-04-2006 08:56 AM
05-04-2006 10:07 AM
I have communicated BIAS command to the HP via MAX, and it works. I plugged a voltmeter between the high and low connections of the meter and it delivered the voltage I commanded.
Now, my problem is I want to send a sweep voltage to the meter and for each value of the voltage remote the capacitance value measured.
The VI, I use, can't make it and I don't how I can introduced voltage command in the existing VI.
I suppose I should use GPIB write to send the command to the meter, however I should put this command in a loop as the voltage varies with a specified step.
The major problem is I'm a real novice in Labview and it's not easy for me. That's why I'm lokking for some existing VI.
I found a VI corresponding to this kind of measurements (with another equipment, a HP4284) but many VIs used in the principal one are missed.
So, if you have an idea to help me that will be great !
Thanks
Hortense
05-04-2006 10:39 AM - edited 05-04-2006 10:39 AM
The code you need is not all that hard to create. You can use the Format Into String to create the command for the instrument. Then put it inside a while loop with a shift register. The initial voltage is wired to the shift register and in each loop iteration, you add the step value. The applied value is compared to the stop value to determine when to stop the while loop. You could also use a for loop by calculating the number of iterations from start/stop and increment. Here's a picture the shows the basics of what you have to do. You will have to add the measurement function.
Message Edited by Dennis Knutson on 05-04-2006 09:39 AM
02-13-2007 02:44 PM
05-24-2007 07:40 AM
I meet the problem too.I try the code BI+100E+01V in max ,but can't measure correspond voltage.Is the code wrong?
Who knows tell me please,thanks!
sunfish