05-11-2009 02:37 PM
Hi,
I am trying to use LabVIEW to control the Agilent 4294A Impedance Analyzer and have tried using a VI provided by Agilent to read and record data from the impedance analyzer. However, I seem to get a the -1073807339 error from VISA Read. I have been reading up on this error and have tried increasing the timeout time (I have modified the original LabVIEW file from Agilent) but I still get the same error. I don't know what else to do and would greatly appreciate any help. I have attached a screenshot of my VI.
Thanks,
NikaS
05-11-2009 03:09 PM
05-11-2009 03:11 PM
I'm using the LAN at the moment but if it turns out to be too slow I will switch to GPIB.
05-11-2009 04:08 PM
Is the instrument listed in MAX? In MAX, are you able to do some basic communication such as query the ID?
Can you attach the driver you got? I can't find anything on Agilent's site.
05-11-2009 04:15 PM
05-11-2009 04:29 PM
Here is the link to the driver for the 4294A. It's from the NI website: http://sine.ni.com/apps/utf8/niid_web_display.model_page?p_model_id=5039
05-11-2009 08:56 PM
05-12-2009 09:00 AM
Sorry for the confusion - I meant to say that I got the driver from NI but the program to store data (that I am having problems wth) from Agilent. I noticed the missing \n at the end of the command and tried adding it in but it did not work. Since this program was provided to me as one that should get the job done (and I am a beginner) I would assume that it should not have problems with its coding, but I could be wrong.
Any advice would be great. Thanks.
05-12-2009 09:21 AM
Double check that you are actually sending the termination character. The string constant has to be set for '\' Codes Display. Right click on the constant to check/change. You might also want to attach the custom code that you got. The image only shows one frame.
05-12-2009 09:35 AM