Hello, Im currently experiencing issues with calibrating the solartron 7151 Im not sure if this is an issue with my method or if my multimeter is faulty. I will describe my situation below:
Equipment: Solartron 7151, AR488 GPIB controller, 10kohm precision resistor (actual val 9.99982Kohm)
I send the following commands using a program I have made in c# (although I have also tried just sending the commands using serial)
MODE KOHM
RANGE 20
CALIBRATE ON
(connect 0 source), LO 0, (Screen displays "LO pt" and then "-000005")
SELECT OFFSET C = 10
(connect resistor) HI 199998 ( Screen displays "HI pt" and then "+106510")
WRITE (Displays "error 10" (CAL outside limits))
CALIBRATE OFF
First off I know the GPIB is working as I can communicate just fine with it and make measurements and use programs normally.
The issue is when I use the HI command it seems to be taking the reading incorrectly as the count it displays after is "106510" which is not the measurement it should be making. When the measurement is made out of calibration mode and the same offset is applied the multimeter reads 19.9983.
I have tried it without the offset but the count after HI was the same. Does anyone have any Idea what might be going on?( I have attached the command reference and calibration manual)
Any help would be appreciated.
Thanks, Pascal.