Difference between revisions of "WW-WL.B"
(One intermediate revision by one other user not shown) | |||
Line 23: | Line 23: | ||
<!--T:6--> | <!--T:6--> | ||
− | [[File: | + | [[File:WWWLB_EXA.png|400px]] |
− | |||
==Module parameters== <!--T:9--> | ==Module parameters== <!--T:9--> | ||
Line 46: | Line 45: | ||
!Name!!Type, range!!SUBID!!Default!!Description | !Name!!Type, range!!SUBID!!Default!!Description | ||
|- | |- | ||
− | + | |c0||int[4]||sensors subId||0;0;255;15||Normal state color in format 'red;green;blue;blink' | |
+ | red, green, blue – 0..255; | ||
+ | blink: | ||
+ | *0 – pulse | ||
+ | *1 – blink per 2 seconds | ||
+ | *2 – blink per second | ||
+ | *15 – constant glow | ||
+ | Example: | ||
+ | <syntaxhighlight lang="xml" line> | ||
+ | c0='150;150;255;0' | ||
+ | </syntaxhighlight> | ||
+ | |- | ||
+ | |c1||int[4]||sensors subId||0;0;255;15||On-start color in format 'red;green;blue;blink' | ||
+ | red, green, blue – 0..255; | ||
+ | blink: | ||
+ | *0 – pulse | ||
+ | *1 – blink per 2 seconds | ||
+ | *2 – blink per second | ||
+ | *15 – constant glow | ||
+ | Example: | ||
+ | <syntaxhighlight lang="xml" line> | ||
+ | c1='150;150;255;0' | ||
+ | </syntaxhighlight> | ||
+ | |- | ||
+ | |c2||int[4]||sensors subId||255;100;0;15||'Leak was previously reported' color in format 'red;green;blue;blink' | ||
+ | red, green, blue – 0..255; | ||
+ | blink: | ||
+ | *0 – pulse | ||
+ | *1 – blink per 2 seconds | ||
+ | *2 – blink per second | ||
+ | *15 – constant glow | ||
+ | Example: | ||
+ | <syntaxhighlight lang="xml" line> | ||
+ | c2='150;150;255;0' | ||
+ | </syntaxhighlight> | ||
+ | |- | ||
+ | |c3||int[4]||sensors subId||255;0;0;15||On-leak color in format 'red;green;blue;blink' | ||
+ | red, green, blue – 0..255; | ||
+ | blink: | ||
+ | *0 – pulse | ||
+ | *1 – blink per 2 seconds | ||
+ | *2 – blink per second | ||
+ | *15 – constant glow | ||
+ | Example: | ||
+ | <syntaxhighlight lang="xml" line> | ||
+ | c3='150;150;255;0' | ||
+ | </syntaxhighlight> | ||
+ | |- | ||
|sens||int||sensors subId||128||Sensor sensitivity | |sens||int||sensors subId||128||Sensor sensitivity | ||
Example: | Example: | ||
Line 58: | Line 104: | ||
<!--T:12--> | <!--T:12--> | ||
* Removing HW does not return the above parameters to their default values.To return to their default values, they must be set explicitly. | * Removing HW does not return the above parameters to their default values.To return to their default values, they must be set explicitly. | ||
+ | ** Green and blue cannot be used at the same time. Green has priority. | ||
+ | |||
</translate> | </translate> |
Latest revision as of 15:36, 17 July 2025
WW-WL.B | |||||||
---|---|---|---|---|---|---|---|
![]() | |||||||
|
WALL LEAKAGE SENSOR
The sensor is placed on the wall. Used together with DW-WL02 or BW-LSA modules.
Features
- Sensor presence detection
- Adjusting the sensor sensitivity
- Connections of several sensors to one bus
Example of connection
Module parameters
Parameter name | Value |
---|---|
Power supply | 9-12 V DC |
Max current(24V) | 20 mA |
Compatible with | Metaforsa devices DW-WL02/HTxx BW-LSA |
Equipment installation type | Free |
Case material | ABS |
Protection | IP64 |
Temperature range | -10 … +50 °C |
Size | 57x47x22 mm |
Weight | 35g |
HW settings
Name | Type, range | SUBID | Default | Description |
---|---|---|---|---|
c0 | int[4] | sensors subId | 0;0;255;15 | Normal state color in format 'red;green;blue;blink'
red, green, blue – 0..255; blink:
Example: 1c0='150;150;255;0'
|
c1 | int[4] | sensors subId | 0;0;255;15 | On-start color in format 'red;green;blue;blink'
red, green, blue – 0..255; blink:
Example: 1c1='150;150;255;0'
|
c2 | int[4] | sensors subId | 255;100;0;15 | 'Leak was previously reported' color in format 'red;green;blue;blink'
red, green, blue – 0..255; blink:
Example: 1c2='150;150;255;0'
|
c3 | int[4] | sensors subId | 255;0;0;15 | On-leak color in format 'red;green;blue;blink'
red, green, blue – 0..255; blink:
Example: 1c3='150;150;255;0'
|
sens | int | sensors subId | 128 | Sensor sensitivity
Example: 1sens='180'
|
test | int(0,1) | sensors subId | 1 | 0 - Disable the test signal to detect the presence of the sensor |
- Removing HW does not return the above parameters to their default values.To return to their default values, they must be set explicitly.
- Green and blue cannot be used at the same time. Green has priority.