Changes

Jump to navigation Jump to search
6,529 bytes added ,  10:43, 6 January 2022
Created page with "DW-DM05.A"
<languages/>
{{Infobox module
| name = DW-DM05.A
| image = DW-DM05A.png
| outCount =
| dimmOut = 5
| peakl =
| peakdl = 0.7A (150W at 220V)
| dt = MOSFET
| inDisc =
| inDigit =
| voltage = 11.5...27.5 V DC from CAN
| dim = 4U, 69x115x58 mm
}}

==5-CHANNEL DIMMER==

This module is designed for smooth adjustment of brightness of lighting devices (non reactive load). The dimmer type is MOSFET with trailing edge dimming.
Like all Larnitech devices, this dimmer controller is automatically detected and configured when it is added to the system. A logical unit within makes it possible for the unit to perform scripts from Larnitech’s large and constantly updated database and to operate on distributed logic, ensuring the reliability of its operation. Advanced LED light settings allow a more precise setup, while soft start mode prolongs lamp life. In addition to featuring protection in a range of parameters.

==Features==
*R/C load type supports (5 x 150 W)
*Works with halogen /LED lights
*Advanced LED light settings
*Soft start mode
*Overload protection
*Overheating protection
*Short-circuit protection
*Plug and play (automatically detected and configured by the system)
*Built-in logical unit
*Regular system updates

<div class="caution">
CAUTION! All work related to the installation, connection, setting up, service and support must be carried out by qualified personnel with sufficient skills and experience in working with electrical equipment.
To avoid the risk of fire, electric shock, damage to the system and/or personal injury, the system installation and assembly must be performed in accordance with the instructions listed below:
*all connectivity work must be carried out with the power turned OFF;
*use appropriate tools and personal protection against electric shock;
*do not use damaged cables, wires and connectors;
*avoid folding the cables and wires;
*do not apply excessive force to the wires by kinking or pressing them too hard: the inner conductors of the cables and wires may get stripped or damaged;
*do not use the power socket with poor contacts to connect;
*do not exceed the load limit parameters specified in the manual;
*the supply conductors wire section is subject to the specifications for current density limit, insulation type and wire material. Light section can result in cable overheating and fire.
When the power is on, NEVER:
*connect/disconnect the connectors;
*open modules and sensors.
</div>

==Overview==

[[File:DM05A VIEW.png|500px]]

==Example of connection==

[[File:DM05A EXA.png|500px]]

==Module dimensions==

[[File:DM05A DIM.png|500px]]

==Internal layout==

[[File:DM05A IL.png|500px]]

==Module parameters==

{{ Mp
| dimqty = 5
| involtage = 100-240V AC, 50-60 Hz
| currtype = AC
| maxperch = 0.7A (150W at 220V)
| maxperdev = 3.4A (750W at 220V)
| dimmertype = MOSFET
| dimmingtype = trailing edge
| power = 11.5 … 27.5 V DC from CAN
| maxcur24v = 35 mA
| bustype = CAN (4-wire)
| instalation = DIN-rail (EN 60715)
| case = ABS
| protection = IP40
| temprange = -10 … +50 °C
| size = 4U, 69x102x58 mm
| weight = 180 g
}}

==Supported load types==

<div class="caution">CAUTION! Do not overload the dimmer in order to avoid it overheating and breaking down. Use it safely by following the parameters provided in the parameters table. Only the kinds of load and load power options outlined in the compatible devices table are to be used with this dimmer.</div>

{{SupportedLoads | 0-150}}

==Indication of module operation==
{{indicationold | showLast = 1}}

==Module installation and connection procedure==
#Install the module in the switchboard on the DIN rail and fix it with the special latch on the module base.
#Connect the CAN connector.
#Connect the contacts (1-5).
#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 contacts (1-5).
#Disconnect the CAN connector.
#Remove the module from the DIN rail, releasing the latch at the bottom of the module base.

==Dimmer workflow==

[[File:workflow.jpg|700px]]<br>
[[File:workflow2.jpg|700px]]<br>
[[File:workflow3.jpg|700px]]

==Linear, LED and Halogen workflows==

[[File:linear.jpg|700px]]<br>
[[File:led.jpg|700px]]<br>
[[File:halogen.jpg|700px]]

==HW settings==
{|class="wikitable"
|-
!Name!!Type, range!!SUBID!!Default!!Description
|-
|dm||char[5]||98||'LLLLL'||Each char is responsible for the type of a particular channel
*'g' – use like halogen dimer-lamp
*'s' – Soft Switch, lamp, when on/off power is supplied/deenergised smoothly *(500msec)
*'k' – Switch, lamp, when on/off power is supplied/deenergised immediately
*'l' – LED Function, dimmable LED lamps
*'v' – linear Function of dimming
*'b' – blinds
*'f' – fancoil
*'-' – Channel disabled
*'+' – Regular channel
Example: dm='sk-l-'
|-
|def||integer 0-250||1-5||100||The default brightness level in case of a power reset (1..250). Example: def=250
|-
|min||integer 0-100||1-5||0||Minimum dimming level, example: min=10
|-
|max||integer 0-100||1-5||100||Maximum dimming level, example max=95
|-
|start||integer 0-100||1-5||0||The Start function is used for lamps that lack the minimal voltage to get turned on. If the set value is lower than the start value, the lamp is turned on at the start value and them the light is dimmed down to the set level. Example: start=60
|-
|force||integer 0-100||1-5||10||Time duration of the starting value (measured in milliseconds). Example: force=20
|-
|runtime||integer 0-60000||1-5||1000||Runtime is the speed of changing the brightness from 'min' to 'max' (measured in milliseconds). Example: runtime=1000
|}

<syntaxhighlight lang="xml" line>
<item addr="307:1" auto-period="600" cfgid="77" hw="def=200 min=30 max=88 start=35 force=20 runtime=1000 " name="Dimmer" type="dimer-lamp" uniq_id="51"/>
<item addr="307:2" auto-period="600" cfgid="77" hw="min=20 max=90 " name="Dimmer" type="dimer-lamp" uniq_id="52"/>
<item addr="307:3" auto-period="600" cfgid="77" name="Dimmer" type="dimer-lamp" uniq_id="53"/>
<item addr="307:97" cfgid="77" name="Temperature" system="yes" type="temperature-sensor" uniq_id="55"/>
<item addr="307:98" cfgid="77" hw="dm='+++--'" name="Temperature" system="yes" type="temperature-sensor" uniq_id="56"/>
</syntaxhighlight>
editor, translation-admin, translator
4,754

edits

Navigation menu