Changes

Jump to navigation Jump to search
5,722 bytes added ,  07:55, 9 August 2021
Created page with "{{RevisionChanger | hasA = 1 | hasB = 1 | hasC = 1}} {{Infobox module | name = DW-RGB03.C | image = DW-RGB03C.png | outCount = 9 | dimmOut = | peakl = 3A..."
{{RevisionChanger | hasA = 1 | hasB = 1 | hasC = 1}}
{{Infobox module
| name = DW-RGB03.C
| image = DW-RGB03C.png
| outCount = 9
| dimmOut =
| peakl = 3A (36W at 12V)
| peakdl =
| dt =
| inDisc =
| inDigit =
| voltage = 11.5...27.5 V DC
| dim = 4U, 69x115x58 mm
}}

==9-CHANNEL LED CONTROLLER==

The module allows connecting RGB and monochrome LED strips.

==Features==
*Supported load types:
**3x RGB
**2x RGBW + 1 monochrome channels
**1x RGBWW + 1x RGB or 4x monochrome channels

<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:RGB03C VIEW.png|500px]]

==Module dimensions==

[[File:RGB03C DIMM.png|500px]]

==Internal layout==

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

==Connection of LED lamps and LED RGB==

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

==Example of connection RGBWW/RGBW LED==

[[File:RGB03C EXA2.png|500px]]

==Example of connection RGB LED with Amp==

[[File:RGB03C EXA3.png|500px]]

==Module parameters==

{{ Mp
| outqty = 9
| involtage = 0...25V DC
| currtype = DC
| maxperch = 3A (36W at 12V)
| power = 11.5 … 27.5 V DC from CAN
| maxcur24v = 55 mA
| bustype = CAN (4-wire)
| instalation = DIN-rail (EN 60715)
| case = ABS
| protection = IP40
| temprange = -10 … +50 °C
| size = 4U, 69x110x58 mm
| weight = 85 g
}}

==Indication of module operation==
===Bootloader===
{{indication| textBBB= Waiting for bootloader command}}
===Firmware===
{{indicationfw
|err1 = 1
|err2 = 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 channels.
#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 channels.
#Disconnect the CAN connector.
#Remove the module from the DIN rail, releasing the latch at the bottom of the module base.

==HW settings==
{|class="wikitable"
|-
!Name!!Type, range!!SUBID!!Default!!Description
|-
|dm||char[9]||98||'RGBRGBRGB'||Each char is responsible for the type of a particular channel, RGB takes 3 channels
*'RGB' – Use like RGB lamp
*'L' – LED Function, dimmable LED lamps
*'G' – Use like halogen dimer-lamp
*'Y' – Linear Function of dimming
*'F' – Fancoil
*'S' – Lamp
*'M' – Inverse lamp
*'V' – Valve
*'W' – Inverse valve
*'K' – Lock
*'N' – Inverse lock
*'H' – Valve heating
*'J' – Inverse valve heating
*'-' – Channel disabled
Example: dm='LLLRGBLLL'
|-
|f||integer 0-1000||98||500||Frequency of rgb LED
Example:hw="f=800"
|-
|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-9||5||Runtime is the speed of changing the brightness(measured in miliseconds for dimmer and in seconds for RGB). Example: runtime=5000
|}

<syntaxhighlight lang="xml" line>
<item addr="555:1" auto-period="600" cfgid="66" name="Dimmer" type="dimer-lamp" uniq_id="4054"/>
<item addr="555:2" auto-period="600" cfgid="66" name="Dimmer" type="dimer-lamp" uniq_id="4055"/>
<item addr="555:3" auto-period="600" cfgid="66" name="Dimmer" type="dimer-lamp" uniq_id="4056"/>
<item addr="555:4" auto-period="600" cfgid="66" name="RGB" type="rgb-lamp" uniq_id="4053"/>
<item addr="555:7" auto-period="600" cfgid="66" name="Dimmer" type="dimer-lamp" uniq_id="4057"/>
<item addr="555:8" auto-period="600" cfgid="66" name="Dimmer" type="dimer-lamp" uniq_id="4058"/>
<item addr="555:9" auto-period="600" cfgid="66" name="Dimmer" type="dimer-lamp" uniq_id="4059"/>
<item addr="555:97" cfgid="66" name="Temperature" system="yes" type="temperature-sensor" uniq_id="4010"/>
<item addr="555:98" cfgid="66" hw="dm='DDDRGBDDD'" name="Temperature" system="yes" type="temperature-sensor" uniq_id="4011"/>
</syntaxhighlight>

Navigation menu