Operator`s manual

Signametrics 108
Des rmocouple type.
204032.h"
int nDmm, int iType)
emarks ermocouple type to be measured and linearized. It must be one
cription Set The
#include "sm
#include "UserDMM.h"
DMMSetTCType(int
This function selects the th
R
of the following: B, E, J, K, N, R, S or T.
Parameter Type/Description
NDmm
iTempU
Return Value
Value
int Identifies the DMM. DMMs are numbered starting with zero.
nits
int The thermocouple type to be selected. This value can be set from
BTyppe to TType as defined in the UserDMM.H file
.
The return value is one of the following constants.
Meaning
DMM_OKAY
.
Example int status = DMMSetTCType(0, NType) // select N type TC
SM2040 SM2042 ; SM2044 ;
Description Set temperature units to °C or °F.
#include "sm204032.h"
" .h"
Remarks This function sets the temperature units to either °C or °F. This is applicable to both the
on-board temperature sensor and the RTD measurements.
Function succeeded
Negative Value
Error code
DMMSetTempUnits
#include UserDMM
int DMMSetTempUnits(int nDmm, int iTempUnits)
Parameter Type/Description
nDmm
s are numbered starting with zero.
iTempU
erature units can be either DEG_F for
°F, or DEG_C for °C.
°C.
ts.
Value
int Identifies the DMM. DMM
nits
int Temp
lt is
The defau
Return Value The return value is one of the following constan
Meaning
DMM_O
Negativ
Example
KAY
Function succeeded.
e Value
Error code
int status = DMMSetTempUnits(0, DEG_F) // set units to °F