![Signametrics SM2060 Скачать руководство пользователя страница 81](http://html1.mh-extra.com/html/signametrics/sm2060/sm2060_operators-manual_1268482081.webp)
81
Signametrics
ID
(
int nDmm
)
MM identification code. Each DMM has a unique ID code
n file
card_ID
field in
SM60CAL.DAT
. This code must
DMM serial number.
int DMMGet
Remarks
This function returns the D
that must match the calibratio
reflect the last digits of the
Parameter
Type/Description
nDmm
Return Value
eger value ca
umber) or an error code.
int
Identifies the DMM. DMMs are numbered starting
with zero.
Int
rd ID code (serial n
Value
Meaning
DMM_E_DMM
DMMGe
SM2060
;
SM2064
;
Description
Get Manufacturing date stamp from the DMM hardware
tManDate
(
int nDmm, int *month, int *day, int *year
)
s function returns the DMM manufacturing date which is read from the hardware.
ers. This is used to track the DMM to a
Invalid DMM number.
Example
int id = DMMGetID(0);
tManDate
#include "SM206032.h"
int DMMGe
Remarks
Thi
The month, day and year are returned as integ
specific manufacturing date.
Parameter
Type/Description
nDmm
m
nteger where the month is stored
d
y
Return Value
Integer error code or.
int
Identifies the DMM. DMMs are numbered starting
with zero.
onth
int *
A pointer to an i
ay
int *
A pointer to an integer where the day is stored
ear
int *
A pointer to an integer where the year is stored
Value
Meaning