<< Click to Display Table of Contents >> Navigation: NmxDLL Referenz > API (programming interface) > Diagnostics > NMX_SetDateTime_1 |
This function is used to update the current date & time at the device by using the PC time.
Definition
NMX_STATUS NMX_SetDateTime_1(
NMX_PHANDLE pHandle);
Parameter
pHandle
Typical function call (C example)
NMX_SetDateTime_1(pHandle);
.Net DLL specific implementation
NMX_MSTATUS SetDateTime_1(System::IntPtr pHandle);
Comments
The measurement system does not have an internal Realtime-Clock. In order to provide advanced information in the diagnostic memory, the current date & time is transferred to the measurement system while connecting.
The internal clock does not take into account leap years of leap seconds. Further it has no high accuracy. Hence it is recommended to rewrite the date/time information once a day. It can be rewritten any time.
The date & time information has no effect on measurement or sampling. It is just for the diagnostic memory.