Fluke 8845A Calibration Manual page 109

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

Advertisement

Appendices
B
Example Adjustment Program
### Calibrate -1 V DC
# -1V DC
PRINT @<address of meter>, "CAL:VAL GVDC,-1"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate 0.1 V DC
# 0.1V DC
PRINT @<address of meter>, "CAL:VAL GVDC,0.1"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate -0.1 V DC
# -0.1V DC
PRINT @<address of meter>, "CAL:VAL GVDC,-0.1"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
PRINT @<address of meter>, "CAL:REC"
### Calibrate 1 A DC
# 1 A DC
PRINT @<address of meter>, "CAL:VAL GIDC,1"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate -1 A DC
# -1 A DC
PRINT @<address of meter>, "CAL:VAL GIDC,-1"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate 10 A DC
# 10 A DC
PRINT @<address of meter>, "CAL:VAL GIDC,10"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate -10 A DC
# -10 A DC
PRINT @<address of meter>, "CAL:VAL GIDC,-10"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
PRINT @<address of meter>, "CAL:REC"
### Calibrate 10 A AC @1200 Hz
# 10 A AC
PRINT @<address of meter>, "CAL:VAL GIAC,10"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate 10 A AC @1200 Hz
# 10 A AC
PRINT @<address of meter>, "CAL:VAL GIACS,10"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate 1 A AC @1200 Hz
# 1 A AC
PRINT @<address of meter>, "CAL:VAL GIAC,1"
PRINT @<address of meter>, "CAL? ON"
INPUT LINE @<address of meter>, A$
### Calibrate 1 A AC @1200 Hz
# 1 A AC
PRINT @<address of meter>, "CAL:VAL GIACS,1"
B-7

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

8846a

Table of Contents