BW-SW06

From Larnitech wiki page
Jump to navigation Jump to search
Other languages:
English • ‎русский
Revision:
/B
/C


BW-SW06.C
BW-SW06C.png
Input ports
Number of inputs6
Number of buttons6
Number of LED buttons5
Other
Supply voltage11.5...27.5 V DC
Dimentions45x42x14 mm


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

Example of connection

SW06C EXA.png

SW06C EXA2.jpg

Module parameters

Parameter name Value
Input channels qty 6
Input/output channels qty
0-10 input port quantity
Buttons 6
LED Buttons 5
Number of sensor inputs
Number of dry contact inputs
RS485 ports qty
RS232 ports qty
UART ports qty
M-BUS port quantity
Pulse inputs quantity
DALI ports qty
DALI-line voltage supply
Peak current of DALI-line power supply
Peak current in DALI-line
Maximum DALI devices quantity
Dimming channels qty
Output channels qty
0-10 output port quantity
Analog output channels qty
Output
Digital line maximum length
Discrete input channels qty
Digital input channels qty
Speakers
Max power output audio channel
Camera
IR lighting
Card reader
Connection type
Protocols
Backlight voltage 3V
Load type
Dimmer load type
Supported sensors
Input voltage
Current type
Adjustment type
Max load
Min load
Max load per channel
Max load per group
Max load per device
Control parameters
Angle of vision IR °
Angle of motion °
Temperature measuring range °C
Humidity measuring range
Dimmer type
Dimming type
Voltage that may be applied to the input channels
Max output switching voltage
Max output switching current
Power supply 11.5 … 27.5 V DC from CAN
Max current(24V) 30 mA
Max current(13V)
Max detection distance
Max IR distance
Max BT distance
Max current
Relay
Data transfer speed
Permissible section of power supply cable to connect in socket:
Sensors VCC output
Sensors max VCC current
R1-R2 inputs max current
Push-button/reed switches line recommended length
Temperature sensor line max length 10m
Sensor cable length
Sensors line max length
Bus type CAN (4-wire)
Compatible with
Output voltage
Output current
Equipment installation type Free
Mounting
Max cabel lenght
Case material ABS
Protection IP40
Temperature range -10 … +50 °C
Size 45x42x14 mm
Weight 25 g
* -
** -
*** -
1 -
2 -
3 -


Module installation and connection procedure

  1. Connect the inputs.
  2. Connect the CAN connector.
  3. Configure the module using LT setup.
  4. Check all equipment for proper operation.

Module shut-off and deinstallation procedure

  1. Disconnect the CAN connector.
  2. Disconnect the inputs.


HW settings

Name Type, range SUBID Default Description
in char[16] 98 'BBBBBB' Each char is responsible for the type of a particular channel
  • 'B'-Button, button of bell a type;
  • 'C'-Inverted button, inverse button of a bell type (for normally-closed);
  • 'D'-Backlit button, illuminated button;
  • 'E'-Inverted backlit button, inverse illuminated button;
  • 'S'-Switch, fixed switch;
  • 'K'-Contact, reed contact;
  • 'H'-Inverted contact, inverse reed contact;
  • 'G'-GND, is used as earthing;
  • '-'-none, nothing is connected.

And you can also connect one temperature sensor:

1hw="in='T-----'"
1Example: in='DEHSSG'
offset float(+/- 0…39) SubID 30 temperature sensor '0' sensor values offset;

For example, offset is -3.8 :

1hw="offset='-3.8'"

Input HW configuration

chanel 1 2 3 4 5 6
Button
nButton
Switch
Contact
nContact
none
+ + + + + +
LedButton
nLedButton
+ + + + +
Temperature Sensor +
1<item addr="477:13" cfgid="180" name="Switch" type="switch" uniq_id="78"/>
2<item addr="477:14" cfgid="180" name="Switch" type="switch" uniq_id="79"/>
3<item addr="477:16" cfgid="180" name="Door" type="door-sensor" uniq_id="80"/>
4<item addr="477:30" cfgid="180" hw="offset='15'" name="Temperature" type="temperature-sensor" uniq_id="83"/>
5<item addr="477:98" cfgid="180" hw="in='T+DD-H'" name="Temperature" system="yes" type="temperature-sensor" uniq_id="76"/>