Operator`s manual

Signametrics 90
nDmm
int Identifies the DMM. DMMs are numbered starting with zero.
lpszReading
LPSTR Points to a buffer (at least 64 characters long) to hold the
of a leading sign, a
floating-point value in exponential notation, and a units specifier.
Return Value The return value is one of the following constants, or the string length is OK.
Value
converted result. The return value will consist
Meaning
DMM_O
Negative Value
DMM over range error occurred.
char cBuf[64]; int status = DMMReadingStr(0, cBuf);
DMMReadTotalizer
SM2040 SM2042 ;
Read the totalized value accumulated by the Totalizer function.
#include "sm204032.h"
Remarks s see
DMMStartTotalize.
Parameter
KAY
Valid return.
Error code
DMM_E_RANGE
Example
SM2044 ;
Description
long DMMReadTotalizer(int nDmm)
This function reads the total value accumulated by the Totalizer function. For detail
Type/Description
nDmm
int Identifies the DMM. DMMs are numbered starting with zero.
Return Value The return valu f the following constants.
Value
e is the totalized count, or if negative one o
Meaning
Negative Value
code
Example
o ;
Error
long t tal = DMMReadTotalizer(0)