12-23-2009 09:09 PM
That makes no sense. Does the instrument have a 485 interface or are you converting from an RS-485 interface in the pc to RS-232?
In any case, look at the 34401 example. It does not matter if it's RS-485 or RS-232. The code is the same.
You don't convert anything to use USB. The instrument has to have this interface. You plug it in. make sure you have the USB driver from Agilent.
12-24-2009 03:23 PM
Hello jszarra. I used would recommend using a USB or GPIB interface. I submitted my VI in a previous posting which uses the USB interface. My VI was used to to perform C-V measurements using the list sweep. Is there any reason why you cannot use a USB connection?
01-07-2010 08:00 AM
01-12-2010 07:04 AM
01-12-2010 07:40 AM
If you would like to use Read Measurement to perform multiple test use a for loop or you can use the sweep command but you are limited to 201 points. To specify the amount of time use the configure apeture vi which will allow you to adjust the integration time(short, medium, long). To display the graph I reccomend a xy graph. To do this, use the index and bundle cluster array.
01-12-2010 08:16 AM
04-11-2012 06:26 AM - edited 04-11-2012 06:27 AM
Hi, sorry in advance for my English, I'm not a native. Also I'm beginner in Labview.
I'd like to make an automatic measurement of impedance and phase in Labview using Agilent E4980A in a broad range of frequencies (from 20 Hz to 100 kHz). Also I need to write my measurement data to the file. I can't find any working example of it.
04-11-2012 07:02 AM
This programme (which is an example from Agilent) is working for one frequency. How to develop it to make measurements in broad range of frequencies?
04-12-2012 03:17 PM
Hi jhkhjg,
I don't know if this helps or not, but I found another example VI you could look at to try and take measurements across a broad range of frequencies. Please see the attached VI.
Regards,
04-19-2012 01:45 PM - edited 04-19-2012 01:46 PM
Hi, thanks, but I've seen this programme before too. I modified the first programm (I added a loop) and it's working good now. I have another question to users of Agilent E4980A. I don't know which is the best averaging factor for my experiment and I can't find nothing about it in User's guide exept that we can specify it within the range of 1 to 256 in steps of 1.