Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Agilent 34970A how to measure current and temperature simultaneously via 34901A

Hi everyone,

I am trying to measure temperature and pressure via thermocouples and pressure transducers. I can measure the temperature and the pressure seperately via different programs (VIs) but I want to measure pressure and temperature simultaneously. When I combine my two VIs the program comes out an error which I read "error-410" (Query interruption) on the monitor of agilent 34970A. I added the VIs at the attchment section. Agilent_Basinc_ilk.vi (for pressure measurement) and Agilent_sicaklik_il.vi (for temperature measurement) VIs work well without problem on the other hand Agilent_Sicaklik_ve_Basinc_Ilk_v2 VI does not work as others do. Why does this error occur? Is not posible to measure pressure and temperature measurement at the same time via one VI?

Egemen
0 Kudos
Message 1 of 21
(9,287 Views)

The instrument does not allow simultaneous measurements. For that matter, GPIB in general does not allow it either. You must sequentially perform them just like the advanced scan example does.

0 Kudos
Message 2 of 21
(9,272 Views)

To implement pressure and temperature measurement which changes do I have to on advanced scan vi? Instead of using voltage and resistance configure vis, which come from instrument driver, should I change them with temperature and current configuration vis? and is it possible to calculate or learn how many times pass between temperature and pressure scans?

Egemen
0 Kudos
Message 3 of 21
(9,267 Views)

Yes, you can replace the functions in the example. Just be sure to save the changes with a new name and in a new location.

 

Not sure exactly what you mean but you should be able to set some criteria with the comparison functions to use with the measured values.

0 Kudos
Message 4 of 21
(9,260 Views)

@Dennis_Knutson wrote:

Yes, you can replace the functions in the example. Just be sure to save the changes with a new name and in a new location.

 

Not sure exactly what you mean but you should be able to set some criteria with the comparison functions to use with the measured values.


I mean that this device-Agilent 34970A- scans the module in it mechanically. It scans the channnels on it step-by-step. I wonder that how many seconds pass during the scan of between two channels? Is it possible to calculate or measure in the labview program?

Egemen
0 Kudos
Message 5 of 21
(9,247 Views)

I know that the channel delay is settable with the Conf Scan function but I don't recall what the actual minimum delay is. It would be in the manual.

0 Kudos
Message 6 of 21
(9,237 Views)

@Dennis_Knutson wrote:

I know that the channel delay is settable with the Conf Scan function but I don't recall what the actual minimum delay is. It would be in the manual.



Also when I modified the Advance Scan VI and run it, it came out an error. When I read error codes from the device monitor, it showed 3 errors and 1st and 2nd errors' code were 521 (input buffer overflow), 3rd error code was 113 (empty scan list). I really do not understood where I did wrong. The VI that I run is attached below. Could you help me on this?

Egemen
0 Kudos
Message 7 of 21
(9,217 Views)

@newbieeng wrote:

@Dennis_Knutson wrote:

I know that the channel delay is settable with the Conf Scan function but I don't recall what the actual minimum delay is. It would be in the manual.



Also when I modified the Advance Scan VI and run it, it came out an error. When I read error codes from the device monitor, it showed 3 errors and 1st and 2nd errors' code were 521 (input buffer overflow), 3rd error code was 113 (empty scan list). I really do not understood where I did wrong. The VI that I run is attached below. Could you help me on this?


Your problem is that you are blindly running and modifying VIs without any understanding of how the instrument works.

 

Perhaps you should considering reading the manual to understand the operation of the instrument better and also understand what SCPI commands are being sent by this VI you are using.

 

 

0 Kudos
Message 8 of 21
(9,210 Views)

On the front panel of the VI, the channel lists are empty. What did you actually use?

0 Kudos
Message 9 of 21
(9,208 Views)

@Dennis_Knutson wrote:

On the front panel of the VI, the channel lists are empty. What did you actually use?



Ok, I realized that and after it, I filled them but the same error (error 521) occured again.

Egemen
0 Kudos
Message 10 of 21
(9,205 Views)