Contents
6-CHANNEL INPUT MODULE
This module is used to connect buttons/reed switches.
Features
- 5 inputs support:
- Buttons
- Switches
- reed switches
- LED buttons
- digital temperature sensor
Connection example
hw="in='T+KBBB'"
hw="in='DDDDD-'"
Module parameters
Parameter name | Value |
---|---|
Input channels qty | 6 |
Buttons LED Buttons |
6 5 |
Backlight voltage | 3V |
Max current(24V) | 30 mA | Power supply | 11.5 … 27.5 V DC from CAN |
Temperature sensor line max length | 0.3m |
Bus type | CAN (4-wire) |
Mounting | Free |
Case material | ABS |
Protection | IP40 |
Temperature range | -10 … +50 °C |
Size | 45x42x14 mm |
Weight | 25 g |
HW Settings
Name | Type, range | SUBID | Default | Description |
---|---|---|---|---|
in | char[16] | 98 | 'BBBBBB' | Each char is responsible for the type of a particular channel
You can connect GIRA buttons (only BW-SW06.A) using: hw="in='gira'" And you can also connect one temperature sensor: hw=”in=’T + – – – -‘” |
offset | float(+/- 0…39) | SubID 30 temperature sensor | '0' | sensor values offset; For example, offset is -3.8 : hw="offset='-3.8'" |
Input HW configuration
channel | 1 | 2 | 3 | 4 | 5 | 6 |
---|---|---|---|---|---|---|
Button nButton Switch Contact nContact none |
+ | + | + | + | + | + |
LedButton nLedButton |
+ | + | + | + | + | |
Temperature Sensor | + |
Example:
<item addr="477:13" cfgid="57" name="Switch" type="switch" uniq_id="78"/> <item addr="477:14" cfgid="57" name="Switch" type="switch" uniq_id="79"/> <item addr="477:16" cfgid="57" name="Door" type="door-sensor" uniq_id="80"/> <item addr="477:30" cfgid="57" hw="offset='15'" name="Temperature" type="temperature-sensor" uniq_id="83"/> <item addr="477:98" cfgid="57" hw="in='T+DD-H'" name="Temperature" system="yes" type="temperature-sensor" uniq_id="76"/>