Contents
1-kanaals Rolluik module (netspanning)
De BW-BC-PW is een 1-kanaals Rolluik-actor voor het besturen van bijvoorbeeld rolluiken, gordijnen, projectoren en kleppen op netspanning.
De BW-BC-PW beschikt over 6 ingangen voor het aansluiten van (druk)knoppen, schakelaars, en magneetcontacten.
De maximale belasting voor de uitgang is 1A (220W).
Aansluitvoorbeeld van de BW-BC-PW.
hw="in='+TKBBB' out='B'"
Technische gegevens
Omschrijving: | Waarde: |
---|---|
Aantal uitgangen | 2 |
Aantal ingangen | 6 |
Aantal schakelaars datje kunt aansluiten Aantal schakelaars met status-LED dat je kunt aansluiten |
6 5 |
Nominale spanning | 100-250 V AC |
Stroomtype | AC |
Maximale schakelstroom per uitgang | 1 A (220W at 220V) – continuous load 2 A (440W at 220V) – 2 min max |
Spanning status-LED | 3V |
Voeding | 11.5 … 27.5 V DC van de CAN-bus |
Stroomverbruik(24V) | 30 mA |
Bus type | CAN (4-draads) |
Montage | Inbouw |
Materiaal behuizing | ABS |
Beschermingsklasse | IP40 |
Omgevingstemperatuur | -10 … +50 °C |
Afmetingen | 45x42x14 mm |
Gewicht | 25 g |
Installatie van de module
- Sluit de te schakelen apparatuur aan.
- Sluit de ingangen aan (schakelaars, magneetcontacten e.d.).
- Sluit de CAN-bus connector aan
- Configureer de module door middel van de LT Setup (via de webinterface).
- Voorzie de apparatuur van stroom.
- Controleer de apparatuur op de juiste werking.
Uitschakelen en buiten gebruik stellen van de module
- Haal de stroom van de apparatuur af
- Haal de CAN-bus connector van de module
- Haal de ingangen van de module.
- Haal de uitgangen van de module.
Onderstaande tabel is alleen bedoeld voor ervaren programmeurs, die de Larnitech hardware met eigen software willen besturen via onze API (Application Programming Interface). Derhalve is deze tabel ook niet vertaald naar het Nederlands.
Besturen van de BW-BC-PW met externe software
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, gate, valve(2 pole); Example: runtime=15 |
hold | integer 0-10000 | 1-2 | 500 | hold is the bridging time in miliseconds, is used for gate and jalousie (by default hold is the same as runtime), 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′ |
stop | Char ‘R’ | 1 | – | (for 2-pole gate and blinds) If it is declared then by Stop command during the motion, the same impulse appears as it was at the beginning of the motion. Pole, an which the stop-impules is formed, is defined by the parameter Stop value. If it is ‘r’ or ‘R’ then stop-impulse is produced on the opposite to the start-impulse pole. If any other value is delcared (e.g., ‘d’ ) then the stop-impulse is on the same pole. If a Runtime passed after the beginning of the motion then the stop-impulse is not formed. Example: stop=’r’ |
out | char[2] | 98 | ‘B-‘ | Each char is responsible for the type of a particular channel
Example: hw="out='L-'" |
in | char[6] | 98 | ‘KKKSSS’ | 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'" |
Configuratie ingangen
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"/>