Signametrics
64
calibration of the DMM. This file may contain multiple records for several DMMs. Following
installation, starting the DMM via the provided graphical user interface, or by executing DMMInit()
operation, this calibration record is extracted from the on-board none volatile store, and written to the
above file. Each record starts with a header line, followed by calibration data.
card_id 8123
type 2064 calibration_date 06/25/2008
ad
; A/D compensation
72.0 20.0 1.0
vdc
; VDC 240mV, 2.4V, 24V,… 330V ranges. 1
st
entry is Offset the 2
nd
is gain parameters
-386.0 0.99961
-37.0 .999991
-83.0 0.999795
-8.8 1.00015
-2.3 1.00001
vac
; VAC 1st line - DC offset. Subsequent lines: 1
st
entry is Offset the 2
nd
is gain, 3
rd
freq. comp
5.303
; starting with the 240mV range, and last line is for the 330V range.
0.84
1.015461
23
0.0043
1.0256
23
0.1
1.02205
2
0.4
1.031386
1
3.0
1.034601
2
idc
; IDC 240nA to 2.5A ranges. 1
st
entry is offset, 2
nd
is gain parameter
-1450.0 1.00103
-176.0 1.00602
-1450.0 1.00482
-176.0 1.0
-10.0 1.00083
-16.0 1.00222
-50.0 1.0034
-176.0 1.0
iac
; IAC 2.4mA to 2.4A ranges, offset and gain
1.6 1.02402
0.0 1.03357
1.69 1.00513
0.0 1.0142
2w-ohm ; Ohms 24, 240, 2.4k,...,240Meg ranges, offsetUand gain
12700.0
1.002259 ;in the SMUX2060 1
st
and last lines are placeholders
1256.0
1.002307
110.0
1.002665
0.0
1.006304
0.0
1.003066
0.0
1.001848
0.0
0.995664
0.0 1.00030
…
The first line identifies the DMM and the calibration date. The "card-id" is stored on each DMM. During
initialization the driver reads it from the DMM and matches it to that in the calibration record. A qualified
technician may modify individual entries in the calibration file, then reload them using the
D
MMLoadCalFile
command.
DMMInit()
function loads the calibration factors for the DMM from this file to initialize the DMM.
DMMInit
accepts the calibration file name and path parameter. The default file name is SM60CAL.DAT,
and the dafault path is C:\: root directory. The first time the DMM is run, it extract the calibration record
from its on-board storage, and saves it to this file. Subsequent invocations of the DMM driver will search
for a calibration record in this file.
During initialization (
DMMInit()
), the driver reads various parameters such as DMM type
(SMU2060/64), and serial number, and then reads the corresponding calibration information from the
5.2 Using the SMU2060 Driver With C++ or Similar Software
Содержание SMU2060
Страница 26: ...Signametrics 26 PXI Instrumentation Switching modules SMX4030 SMX4032 IVI COM driver...
Страница 81: ...81 Signametrics Postive Value 100 Warning code Example char cBuf 64 int status status DMMGetCalDate 0 cBuf...
Страница 106: ...Signametrics 106 Postive Value 100 Warning code Example char cBuf 64 int status status DMMPeriodStr 0 cBuf...