5.1.7.1 Alarm flags
const
{
MDN_FLG_WARNING
= 0b00000001,
MDN_FLG_ALARM
= 0b00000010,
MDN_FLG_FAULTLOW
= 0b00000100,
MDN_FLG_FAULTHIGH = 0b00001000,
MDN_FLG_UNDERFLOW = 0b10000000,
};
// Warning
// Alarm
// Technical error of low priority
// Technical error of high priority
// Shortfall of the alarm level
/* Must be set if the value is
below the threshold.
If this flag is not set, it
is assumed that the threshold has been
exceeded */
5.1.7.2 Trigger flags
const
{
// Request fast recording
MDN_TRG_RECQUICK
= 0b0000000100000000,
// Request slow recording
MDN_TRG_RECSLOW
= 0b0000001000000000,
// Start recording the current measurement
MDN_TRG_RECORD_ON
= 0b0000100000000000,
// Prevent current measurement from being recorded
MDN_TRG_RECORD_OFF = 0b0001000000000000,
// Request a single connection to the server
MDN_TRG_TXSTART
= 0b0010000000000000,
// Request an online connection to the server
MDN_TRG_CONTINOUS
= 0b1000000000000000,
};
5.2 Functionality of the internal data memory
Structure
Circular buffer
Total size
26.360 measurement
cycles
Number of sectors
4
Sector size
6590 measurement
cycles
32
Rev. 01
Summary of Contents for myDatalogNANO Ex
Page 2: ......
Page 8: ......
Page 9: ...Chapter 2 Declaration of conformity Chapter 2 Declaration of conformity Rev 01 9 ...
Page 10: ...2 1 Declaration of conformity Appendix 10 Rev 01 ...
Page 11: ...Chapter 2 Declaration of conformity Rev 01 11 ...
Page 12: ......
Page 24: ......
Page 52: ......
Page 78: ......
Page 86: ......
Page 92: ......
Page 104: ......
Page 108: ......
Page 110: ......