24
User Manual v1.4.3
HYDRODIGIT
Interval:
0x5460 = 21600 = every 6 hours
0xA8C0 = 43200 = every 12 hour
s
The Er
r field can have the following meanings:
0x00 – No error
0x01 – Error data field not valid.
0x02 – Error on the device type
0x04 – Error on the command length.
SET_ALARM_PAR (0x26)
This com
mand is used to set the alarm parameters.The data fields bigger than one byte will be
represented in Big Endian. From Application server to meter:
HEADER property
Data
Fct
C/R/A
Err
Chain
Len
Device type
AlarmPar
1 byte
1 byte
1 byte
1 byte
1 byte
1 byte
8 bytes
0x26
0x00
0x00
0x00
0x09
0x05
HEADER property
Data
Fct
C/R/A
Err
Chain
Len
Device type
1 byte
1 byte
1 byte
1 byte
1 byte
1 byte
0x26
0x01
0x00
0x00
0x00
0x05
Answer:
The alarm field is the following:
Name
Type
Default
Minumum Maximum Description Index
Backward flow
threshold
Uint8_t
0x00
0x00
0x00
Fixed setting
1
Water leakage alarm
Uint8_t
0x00
0x00
0x00
Fixed setting
2
VIF Transmission
Uint8_t
0x00
0x00
0x00
Fixed setting
3
Temperature
Uint8_t
0x00
0x00
0x01
0: Disabled
1: Enabled
Low battery threshold
Uint32_t
0x00000992 0x00000992 0x00000992 Fixed setting
5 – 8
The Err field can have the following meanings:
0x00 – No error
0x01 – Error data field not valid.
0x02 – Error on the device type
0x04 – Error on the command length.
Example
SET_ALARM_PAR (0x26)
Temperature bytes enabled
R2H: 0x26 0x00 0x00 0x00 0x09 0x05 0x00 0x00 0x00 0x01 0x00 0x00 0x00 0x00
H2R: 0x26 0x01 0x00 0x00 0x00 0x05