Operator`s manual
Signametrics 58
TRIG_SAMPL_ERR 109 // Wrong number of Trigger samples
ERR_PARAMETER 110 // wrong parameter value
UN_CALIBRATED 111 // Expired Calibration. Needs service
TOO_COLD 112 // Temperature too low
TOO_HOT 113 // Temperature too high
BAD_TC_TYPE 114 // Wrong TC type
MC_STOP 115 // Microcontroller was stopped/interruped during an operation
POS_FS 116 // Positive Over Range
NEG_FS 117 // Negative Over Range
BUSY 118 // DMM is busy, wait for ready
FUNC_INACTIVE 119 // Function can not be selected, or not available for this type DMM.
READ_INTERVL 120 // Read Interval value incompatible with Aperture,
FAIL_OPEN_CAL 121 // Failed to perform Open-Cal operation
CAL_2usOffset 122 // Failed to Cal offset in 2.5uS Aperture
CAL_2usGain 123 // Failed to Cal gain in 2.5uS Aperture
USB_LOW_POWER 124 // USB supply is too low for this opereation
USB_HIGH_POWER 125 // USB supply is too high
WRONG_GRD_VER 126 // MCU Firmwhare does not support operation
5.11 Parameter List
The following definitions are from the DMMUser.H file.
5.11.1 Measurement and Source Functions
The following list contains values that set the DMM functions. Use the DMMSetFuncction() function to
set these values. Use DMMGetFunction() to retrieve the value of the currently set function
#define VDC 0 DC Volts
#define VAC 5 AC Volts
#define IAC 10 AC Current
#define IDC 14 DC Current
#define OHMS4W 22 2-Wire resistance
#define OHMS2W 29 4-Wire resistance
#define DIODE 37 Diode test
5.11.2 Range Values
The following list contains the allowed values for range setting with DMMSetRange() function. Use the
DMMGetRange() function to retrieve the currently set range
// AC and DC Volts
#define _240mV 0 // four AC and DC voltage ranges
#define _2400mV 1
#define _24V 2
#define _240V 3
// AC Current
#define _2400uAAC 0 // 2.4mA
#define _24mAAC 1 // 24mA
#define _240mAAC 2
#define _2400mAAC 3 // 2.4A
// DC Current
#define _2400uA 4 // 2.4mA
#define _24mA 5 // 24mA
#define _240mA 6 // 240mA
#define _2400mA 7 // 2.4A
// 2 Wire and 4 Wire Ohms