Contents
BLINDS CONTROL MODULE (low-current)
This module provides control of curtains, projector screens,
valves with low-current control. It has 6 inputs for connecting buttons and reed switches.
Example of connection.
hw="in='+TKBBB' out='B'"
Module parameters
Parameter name | Value |
---|---|
Output channels qty | 2 |
Input channels qty | 6 |
Buttons LED Buttons |
6 5 |
Input voltage | 0-50V |
Current type | AC/DC |
Max load per channel | 1 A |
Backlight voltage | 3V |
Power supply | 11.5 … 27.5 V DC from CAN |
Max current(24V) | 30 mA |
Bus type | CAN (4-wire) |
Mounting | Free |
Case material | ABS |
Protection | IP40 |
Temperature range | -10 … +50 °C |
Size | 45x42x14 mm |
Weight | 25 g |
Module installation and connection procedure
- Connect the outputs.
- Connect the inputs.
- Connect the CAN connector.
- Configure the module using LT setup.
- Apply power to the load.
- Check all equipment for proper operation.
Module shut-off and deinstallation procedure
- Disconnect the power from the load
- Disconnect the CAN connector.
- Disconnect the inputs.
- Disconnect the outputs.
HW Settings
Name | Type, range | SUBID | Default | Description |
---|---|---|---|---|
runtime | integer 0-100 | 1-2 | 15 | Runtime is the open/close time in seconds, is used for jalousie(2 pole), gate(2 pole), valve(2 pole); Example: rumtime=20 |
hold | integer 0-10000 | 1-2 | 500 | Hold is the bridging time in miliseconds, is used for gate(1 pole), lock; Example: hold=3500 |
def | string 'ON' | 1-2 | 'OFF' | Def is the element status is set after restart, is used for lamp, heating, valve(1 pole); Example: def='ON' |
offset | float(+/- 0…39) | 11-16 | '0' | Def is the element status is set after restart; Example: offset='-15' |
out | char[2] | 98 | 'B-' | Each char is responsible for the type of a particular channel
Example: hw="out='LM'" |
in | char[6] | 98 | 'BBBBKK' | Each char is responsible for the type of a particular channel
and you can also connect one temperature sensor in='+T----' Example: hw"in='BBBKKK'" |
Input HW configuration
channel | 1 | 2 | 3 | 4 | 5 | 6 |
---|---|---|---|---|---|---|
Button nButton Switch Contact nContact none |
+ | + | + | + | + | + |
LedButton nLedButton |
+ | + | + | + | + | |
Temperature Sensor | + |
Example:
<item addr="508:1" cfgid="52" name="Valve" type="valve" uniq_id="4169"/> <item addr="508:14" cfgid="52" name="Door" type="door-sensor" uniq_id="4168"/> <item addr="508:15" cfgid="52" name="Switch" type="switch" uniq_id="4128"/> <item addr="508:30" cfgid="52" name="Temperature" hw="offset='-10'" type="temperature-sensor" uniq_id="4171"/> <item addr="508:97" cfgid="52" name="Temperature" system="yes" type="temperature-sensor" uniq_id="3998"/> <item addr="508:98" cfgid="52" hw="out='V-' in='+T-KD-'" name="Temperature" system="yes" type="temperature-sensor" uniq_id="3999"/>