Chapter 5 Functional principle
Configuration section
Parameter
Explanation
Basic settings
Record interval
Time between measurement data
recordings
5.1.8.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.8.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. 06
33
Summary of Contents for myDatalogEASYplus
Page 2: ......
Page 8: ...Chapter 18 Contact information 139 8 Rev 06 ...
Page 9: ...Chapter 2 Declaration of conformity Chapter 2 Declaration of conformity Rev 06 9 ...
Page 10: ......
Page 22: ......
Page 40: ......
Page 62: ......
Page 101: ...Chapter 9 User interfaces 9 2 2 4 GPRS SIM tariff Selected SIM tariff Rev 06 101 ...
Page 102: ......
Page 110: ......
Page 112: ......
Page 118: ......
Page 120: ......
Page 136: ......
Page 138: ......