700-SDI-RADAR-300WL-Man Rev 2 11 Apr Mar 2022
22
/48
Part# 21371
CSUM: Checksum, calculated by adding in modulo 256 the two byte values of the ID. If
the device ID is 2, then ID was sent as <0x30><0x32>. Checksum is then
0x30+0x32 = <0x62>.
After receiving the request, device goes to power safe mode
Third possible command is sent from the data logger to the flow meter:
<0x2d> ID CSUM
0x2d:
The first byte sent in the request is ‘-‘character. Its ASCII value in HEX is 0x25.
ID:
Exactly two bytes long. This is the unit ID written as two ASCII characters.
For example, if the polled unit ID is 2, then ID will be sent as “02”. In HEX
representation it is the following two bytes: <0x30><0x32>.
CSUM:
Checksum, calculated by adding in modulo 256 the two byte values of the ID. If
the device ID is 2, then ID was sent as <0x30><0x32>. Checksum is then
0x30+0x32 = <0x62>.
After receiving the request, device goes to normal operation mode from power safe
mode.
GEOLUX PROTOCOL
The request is sent from the data logger to the flow meter:
<0x25> ID CSUM
0x25:
The first byte sent in the request is % character. Its ASCII value in HEX is 0x25.
ID:
Exactly two bytes long. This is the unit ID written as two ASCII characters.
For example, if the polled unit ID is 2, then ID will be sent as “02”. In HEX
representation it is the following two bytes: <0x30><0x32>.
CSUM:
Checksum, calculated by adding in modulo 256 the two byte values of the ID.
If the device ID is 2, then ID was sent as <0x30><0x32>.
Checksum is then 0x30+0x32 = <0x62>.
After receiving the request, if the device ID matches, the flow meter will respond with the current
averaged flow velocity reading:
<0xA5> ID#CSPEED#ASPEED#CDIR#LVLTEMP#ANGLE#LEVEL#DISCH$CSUM
0xA5:
The first byte sent in the response is byte with HEX value of 0xA5.
ID:
Exactly two bytes long. This is the unit ID written as two ASCII characters.
For example, if the unit ID is 2, then ID will be sent as “02”. In HEX
representation it is the following two bytes: <0x30><0x32>.
CSPEED
: The speed readout of current speed in currently selected units, formatted as
real (float) number with exactly three digits after the decimal dot separator. For
example, if the current speed is 5.7143, it will be reported as 5.714.