Chapter 5 Functional principle
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,
};
Rev. 02
31
Summary of Contents for myDatalogNANO
Page 2: ......
Page 8: ......
Page 9: ...Chapter 2 Declaration of conformity Chapter 2 Declaration of conformity Rev 02 9 ...
Page 10: ......
Page 12: ......
Page 22: ......
Page 34: ......
Page 38: ......
Page 58: ......
Page 92: ......
Page 108: ......
Page 118: ......
Page 120: ......
Page 126: ......
Page 130: ......