Operator`s manual
133 Signametrics
5.7 Calibration Service Commands
AC_zero
scription
e "SM206032.h"
bACZero )
ed. If TRUE it is enabled. The
n allows the derivation of the value
SM2060 ; SM2064 ;
De Disable AC measurement zero funciton.
#includ
#include "UseroDMM.h"
int AC_zero(int nDdmm, int
Remarks ith bACZero FALSE, the AC zero function is disabl
default value is TRUE. Diabeling the AC Zero funcito
to be set as offset parameter for the selected ACV range. This function is used during
calibration.
Parameter Type/Description
iDmm Identifies the DMM. DMMs are numbered starting with zero.
bACZero inactive. Allowed values are TRUE
LSE.
Return Value return ollowing constants.
Value
Forces the AC zero to be active or
of FA
The value is one of the f
Meaning
DMM_OKAY
Valid return.
Negative Value
Error code
Example int err;
Err = AC_zero(0, FALSE); // disable AC Zero.
DMMLoadCalFile
SM2060 ; SM2064 ;
Description Reload calibration record from file.
#include "SM206032.h"
int DMMLoadCalFile(int nDmm, LPCSTR lpszCal)
Remarks This function provides the capability to reload the calibration record. This is useful in
making limited calibration adjustments, and verifying them. By having a copy of the
original calibration file ‘SM60CAL.DAT’ open with an editor, modifying calibration
parameters and then reloading using DMMLoadCalFile, one can instantly verify the
corrections made. Make sure the ‘SM60CAL.DAT’ file itself is not altered since that
will void the calibration.