Contents
7-Kanaals uitbreidingsmodule
De DW-HT07 beschikt over 7 uitgangen voor het schakelen van lasten en 12 ingangen voor het aansluiten van verschillende sensoren en/of schakelaars.
De DW-HT07 in het kort
- 7 uitgangen voor het schakelen van:
- Verlichting
- NC/NO verwarmingskleppen
- Rolluiken, screens of gordijnen
- 1 of 2-polige motoren voor poorten e.d.
- 1 of 2-polige kleppen
- NC/NO sloten
- Fan coil units
- 12 ingangen voor:
- (Druk)knoppen
- Schaelaars
- Magneetcontacten
- Lekkage sensoren
- Bewegingssensoren
- Digitale OneWire aansluiting voor maximaal 8 digitale temperatuur sensoren
Aansluitingen
Aansluitschema
Technische gegevens
Omschrijving: | Waarde: |
---|---|
Aantal uitgangen | 7 |
Aantal analoge ingangen | 12 |
Aantal digital ingangen | 4 |
Nominale spanning | 0-250 V |
Stroomtype | AC/DC |
Schakelstroom per uitgang | 8A |
Maximale schakelstroom per groep | 20A |
Voeding | 11.5 … 27.5 V DC van de CAN-bus |
Stroomverbruik (24V) | 140 mA |
BUS type | CAN-bus (4-draads) |
Montage | DIN-rail (EN 60715) |
Materiaal behuizing | ABS |
Beschermingsklasse | IP40 |
Omgevingstemperatuur | -10 … +50 °C |
Afmetingen | 6U, 105x110x58 mm |
Gewicht | 255 g |
Status LED’s
Indicator | Status | Omschrijving |
Voeding | ![]() |
Voeding |
![]() |
Geen voeding | |
Activiteit | ![]() |
Data communicatie |
![]() |
Geen data communicatie | |
Fout | ![]() |
Geen fouten |
![]() |
Module oververhit | |
|
Als het lampje elke twee seconden 1 keer knippert, is er gedurende de laatste 5 minuten geen verbinding met de CAN-bus geweest. |
Installatie van de module
- Sluit de apparatuur op de uitgangen aan.
- Sluit de gewenste ingangen aan.
- Sluit de CAN-bus connector aan.
- Configureer de module door middel van de LT Setup (via de webinterface).
- Voorzie de module van stroom (op de connectoren L1 tot en met L3)
- Controleer de apparatuur op de juiste werking.
Uitschakelen en buiten gebruik stellen van de module
- Schakel de stroom uit van de connectoren L1 tot en met L3
- Haal de CAN-bus connector van de module.
- Ontkoppel de ingangen van de module (dit zijn de connectoren X4 tot en met X6).
- Ontkoppel de uitgangen van de module (dit zijn de connectoren X1 tot en met X3).
Het onderstaande gedeelte is alleen bedoeld voor ervaren Larnitech gebruikers, die de eigenschappen van de Larnitech hardware rechtstreeks willen wijzigen in de XML-logica van de server. Daarom is deze tabel ook niet vertaald naar het Nederlands.
Configuratie van de hardware via XML.
Name | Type, range | SUBID | Default | Description |
---|---|---|---|---|
runtime | integer 0-100 | 1-7 | 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-7 | 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-7 | ‘OFF’ | def is the element status is set after restart, is used for lamp, heating, valve(1 pole); Example: def=’ON’ |
stop | Char ‘R’ | 1-7 | – | (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[7] | 98 | ‘HHHHHHH’ |
Each char is responsible for the type of a particular channel ‘L’-Lamp; ‘M’-Lamp Inverse; ‘J’-Heating NO, valve-heating, normally open; ‘H’-Heating NC, valve-heating, normally closed; ‘B’-Blinds, jalousie/curtains(2 pole); ‘C’-Blinds Inverse, jalousie/curtains, invert open-close(2 pole); ‘G’-Gate (2 pole), 2 pole gate; ‘D’-Gate (2 pole) Inverse, 2 pole gate, invert open-close; ‘X’-Gate (1 pole /short press), 1 pole gate; ‘Z’-Gate (1 pole) Inverse, 1 pole gate, invert open-close; ‘V’-Valve (2 pole), 2 pole valve; ‘W’-Valve (2 pole) Inverse, 2 pole valve, invert open-close; ‘R’-Valve (1 pole), 1 pole valve,; ‘S’-Valve (1 pole) Inverse, 1 pole valve, invert open-close; ‘K’-Lock (short press); ‘N’-Lock (short press) Inverse; ‘F’-FanCoil. Group1 (Lamp Toggle). For fancoil speed control; (for 1-6 channel) ‘E’-FanCoil. Group2 (Lamp Toggle). For fancoil speed control; (for 1-6 channel) ‘Q’-FanCoil. Group3 (Lamp Toggle). For fancoil speed control; (for 1-6 channel) ‘U’-FanCoil. Group4 (Lamp Toggle). For fancoil speed control; (for 1-6 channel) ‘I’-FanCoil. Group5 (Lamp Toggle). For fancoil speed control; (for 1-6 channel) ‘-‘-none, nothing is connected. Example: out='LLHHHG-' |
offset | float | SubID of OW temperature sensors | ‘0’ | [+/- 0..39] – sensor values offset; For example, offset is -3.8 : hw="offset='-3.8'" |
in | char[12] | 98 | ‘KKKKKKKKKKKK’ |
Each char is responsible for the type of a particular channel ‘B’-Button; ‘C’-Inverted button; ‘S’-Switch; ‘K’-Contact; ‘H’-Inverted contact; 'L'-Leak, Built-in floor (EW-WL) or on-the-floor (FW-WL) leakage sensor ‘M’-Motion, motion sensor; ‘-‘-none Example: in='KKKBBBLLLMMM' |
Example:
<item addr="479:1" auto-period="600" cfgid="42" name="Lamp" type="lamp" uniq_id="145" hw="def='ON'"/> <item addr="479:2" cfgid="42" name="Radiator" type="valve-heating" uniq_id="146" hw="def='ON'"> <automation name="Eco" temperature-level="16" uniq_id="147"/> <automation name="Comfort" temperature-level="22" uniq_id="148"/> <automation name="Hot" temperature-level="25" uniq_id="149"/> </item> <item addr="479:3" cfgid="42" name="Gate" sub-type="120" type="gate" uniq_id="150" hw="runtime=25"/> <item addr="479:5" cfgid="42" name="Jalousie" sub-type="120" type="jalousie" uniq_id="151" hw="runtime=50"/> <item addr="479:7" cfgid="42" name="Valve" type="valve" uniq_id="152" hw="def='ON'"/> <item addr="479:11" cfgid="42" name="Switch" type="switch" uniq_id="153"/> <item addr="479:12" cfgid="42" name="Switch" type="switch" uniq_id="154"/> <item addr="479:13" cfgid="42" name="Door" type="door-sensor" uniq_id="133"/> <item addr="479:14" cfgid="42" name="Door" type="door-sensor" uniq_id="134"/> <item addr="479:15" cfgid="42" name="Leak" type="leak-sensor" uniq_id="155"/> <item addr="479:16" cfgid="42" name="Leak" type="leak-sensor" uniq_id="156"/> <item addr="479:17" cfgid="42" name="Motion" type="motion-sensor" uniq_id="157"/> <item addr="479:18" cfgid="42" name="Door" type="door-sensor" uniq_id="138"/> <item addr="479:20" cfgid="42" name="Door" type="door-sensor" uniq_id="140"/> <item addr="479:21" cfgid="42" name="Motion" type="motion-sensor" uniq_id="158"/> <item addr="479:97" cfgid="42" name="Temperature" system="yes" type="temperature-sensor" uniq_id="143"/> <item addr="479:98" cfgid="42" hw="out='LHG-B-R' in='CSKHLNMK-KM-'" name="Temperature" system="yes" type="temperature-sensor" uniq_id="144"/>