Fluke 8845A Calibration Manual page 111

Digital multimeter
Hide thumbs Also See for 8845A:
Table of Contents

Advertisement

Appendices
B
Example Adjustment Program
PRINT @<address of meter>, "CAL:VAL GIDC,1.0E-3"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate -0.001 ADC
# -0.001 ADC
PRINT @<address of meter>, "CAL:VAL GIDC,-1.0E-3"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate 0.01 ADC
# 0.01 ADC
PRINT @<address of meter>, "CAL:VAL GIDC,10.0E-3"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate -0.01 ADC
# -0.01 ADC
PRINT @<address of meter>, "CAL:VAL GIDC,-10.0E-3"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate 0.1 ADC
# 0.1 ADC
PRINT @<address of meter>, "CAL:VAL GIDC,100.0E-3"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate -0.1 ADC
# -0.1 ADC
PRINT @<address of meter>, "CAL:VAL GIDC,-100.0E-3"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
PRINT @<address of meter>, "CAL:REC"
### Calibrate 100 MOhm
# 100 MOhm
PRINT @<address of meter>, "CAL:VAL GRES,100000000"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate 10 MOhm
# 10 MOhm
PRINT @<address of meter>, "CAL:VAL GRES,10000000"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate 1 MOhm
# 1 MOhm
PRINT @<address of meter>, "CAL:VAL GRES,1000000"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate 100 kOhm
# 100 kOhm
PRINT @<address of meter>, "CAL:VAL GRES,100000"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate 10 kOhm
# 10 kOhm
PRINT @<address of meter>, "CAL:VAL GRES,10000"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate 1 kOhm
B-9

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

8846a

Table of Contents