How do I encode a downlink for a water rope sensor?

How do I encode a downlink for a water rope sensor?

NOTE:  All downlinks must contain a total of (8) bytes, padded with zeros at the end when necessary.

Water Rope Sensor Configuration Example:
      08 02 50 28 00 00 00 00
      08         Downlink Message Type ( 0x08 = Water Rope Sensor )
      02         Enable Events
                        0x02
                              Enable Water Present Message = Yes
                              Enable Water NOT Present Message = No
      50            Threshold of relative resistance between probes (0x50 = 80 = default)
      28            Restoral margin in units of relative resistance between probes (0x28 = 40 = default)
      00              Not used
      00              Not used
      00              Not used
      00              Not used

      If the configuration is successful the sensor will respond with a Downlink Acknowledge message:
      1 0 FF 02
      1                   Protocol Version (currently always 0x1)
      0                   Packet Counter, increments by 1 each message and wraps from 0xF to 0x0
      FF                 Message Type (Downlink ACK = 0xFF)
      02                 Downlink Message Valid (Invalid/Undefined = 0x01, Valid = 0x02)


    • Related Articles

    • How do I decode a Water Rope Sensor Event?

      The Water Rope Sensor will generate events when the presence of water or another liquid is detected   Byte 0: 7-4 Byte 0: 3-0 Byte 1 Byte 2    Byte 3 Protocol version     (4 bits) Counter       (4 bits) Message Type Code     (0x08) Water Rope Sensor ...
    • How do I encode a Configuration Downlink For Water Leak Sensor?

      NOTE:  All downlinks must contain a total of (8) bytes, padded with zeros at the end when necessary.  Configuration Message: 0x08        Byte            Description       0                  Downlink Message Type (0x08 = Water Leak Sensor)       1    ...
    • How do I encode a configuration downlink for a 4-20mA Current Loop Sensor?

      NOTE:  All downlinks must contain a total of (8) bytes, padded with zeros at the end when necessary. See User Manual at https://www.multitech.com/brands/reveal-wireless-industrial-sensors for more information. 4-20mA Current Loop Sensor Threshold ...
    • How do I encode a Configuration Downlink for a Door/Window Sensor?

      NOTE:  All downlinks must contain a total of (8) bytes, padded with zeros at the end when necessary. See User Manual at https://www.multitech.com/models/RB90000005LF for more information. Door Window Sensor Configuration Message: 0x03       Byte      ...
    • How do I encode a configuration downlink for a Voltage Sensor?

      NOTE:  All downlinks must contain a total of (8) bytes, padded with zeros at the end when necessary. For more information see the the user manual at https://www.multitech.com/brands/reveal-wireless-industrial-sensors Voltage Sensor Threshold ...