LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error 511 & 103 in Agilent 34970A

Solved!
Go to solution

Im using labview 2011 to measure voltage readings from a 34970A instrument. Im able to measure the voltage, write it to a file and plot waveforms.

Im also able to let the user change the resolution. When i try to control the NPLC(Number of Power Line Cycles), the VI runs prefectly, but im getting errors in the instrument. The error codes are 521 & 103. 521 is a communication error : Input Buffer Overflow and 103 is "Invalid separator".

I have attached the sub-VI that configures the voltage and gets the values from the instrument. I noticed that, if i run my Initialize.vi in normal mode, it shows error, but if i highlight the executio, it runs normally. Is it something to do with the timeout values? The other sub-VIs works perfectly.

 

 

 

Thank you,

Eureka

0 Kudos
Message 1 of 3
(6,254 Views)
Solution
Accepted by topic author Eureka

Since you are resetting the instrument, try giving some delay after the initialize function.

Message 2 of 3
(6,253 Views)

Dennis,

 

It works!!! you're amazing!!! I added a time delay right after the initialize.vi as you advised.

Thank you very much Dennis,

 

 

 

Thank you,

Eureka

0 Kudos
Message 3 of 3
(6,247 Views)