From Friday, April 19th (11:00 PM CDT) through Saturday, April 20th (2:00 PM CDT), 2024, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

continuous reading agilent 34970a error 113

Solved!
Go to solution

I have been trying to use labview to take continous temperature readings from a K type thermocouple and an agilent 34970a daq and then graphing the changes in temperature.  I think this should be a pretty easy application, but I have been using the 34970a intsrument driver.  Anyways, after a minute or so of running correctly my agilent 34970a gives me an error message - 113 error.  Here is my simple coding.

 

 

Picture1.png

0 Kudos
Message 1 of 4
(4,548 Views)
You don't have a loop so you can't be taking more than one measurement. Do NOT use the run continuous button.

The error code is described in the manual.
0 Kudos
Message 2 of 4
(4,534 Views)

so I tried it with a while loop and a stop button and it still gave the same error.

0 Kudos
Message 3 of 4
(4,528 Views)
Solution
Accepted by topic author tim21
And did you look up the error?
0 Kudos
Message 4 of 4
(4,517 Views)