Operator`s manual
Signametrics 128
Return Value Integer error code.
Value
Meaning
DMM_OKAY
Ope
Negative Value
Error code
Example int status = DMMStartTotalizer(0, LEADING);
DMMStopTotalizer
SM2060 SM
Description e the accumulation process of the Totalizer.
int DMMStopTotalizer(int nDmm)
Remarks This function stops the accumulation process. Following this function, the totalized value
can be read. For details see DMMStartTotalizer.
Parameter
ration successfully completed.
2064 ;
Terminat
#include "SM206032.h"
Type/Description
nDmm
int Identifies the DMM. DMMs are numbered starting with zero.
Return Value The return value is one of the following constants.
Value
Meaning
DMM_OKAY
Operation was successful.
Negative Value
Error code
Example int status = DMMStopTotalizer(0);
DMMTerminate
SM2060 ; SM2064 ;