LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Re: How to solve the Error Message on Keithley's display : 822

Hello everyone,
I have a serious problem with a labview program that I write and which is compiled but it does not work as expected with the error (ERROR: ID CODE = 822)
with the message (Too small for sense range) please help me.

0 Kudos
Message 1 of 3
(2,831 Views)

Hi hii,

 

it does not work as expected with the error (ERROR: ID CODE = 822)

Probe the command you are sending to your Keithley device and compare this with the explanations in your programming manual.

I guess you will find the cause of this error message quite fast then…

 

(In other words: do some debugging!)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(2,823 Views)

This old thread might help - https://forums.ni.com/t5/LabVIEW/How-to-solve-the-Error-Message-on-Keithley-s-display-222-and-882/td...

 

#822 is a measurement range error.  So you are setting the range either too large or too small.

 

As GerdW said pull out the manual and review the settings, then look at the strings you are sending.  As in the link above some regional settings will add commas "," to strings which aren't allowed by the instrument.

0 Kudos
Message 3 of 3
(2,806 Views)