Contents
- 1 9-CHANNEL LED CONTROLLER
- 2 Features
- 3 Downloads
- 4 Overview
- 5 Module dimensions
- 6 Internal layout
- 7 Connection of LED lamps and LED RGB.
- 8 Example of connection RGBWW/RGBW LED
- 9 Example of connection RGB LED with Amp
- 10 Module parameters
- 11 Indication of module operation.
- 12 Module installation and connection procedure
- 13 Module shut-off and deinstallation procedure
- 14 HW Settings
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
Downloads
Overview
Module dimensions
Internal layout
Connection of LED lamps and LED RGB.
Example of connection RGBWW/RGBW LED
Example of connection RGB LED with Amp
Module parameters
Parameter name | Value |
---|---|
Output channels qty | 9 |
Input voltage | 0 … 25V DC |
Current type | DC |
Adjustment type | PWM |
Max current (per channel) | 3A (36W at 12V) |
Power supply | 11.5 … 27.5 V DC from CAN |
Max current(24V) | 55 mA |
Bus type | CAN (4-wire) |
Equipment installation type | DIN-rail (EN 60715) |
Case material | ABS |
Protection | IP40 |
Temperature range | -10 … +40 °C |
Size | 4U, 69x110x58 mm |
Weight | 85 g |
Indication of module operation.
Indicator | Status | Description |
Power | ![]() |
Power |
![]() |
Power not available | |
Activity | ![]() |
Transferring data |
![]() |
No data transferring | |
Error | ![]() |
No errors |
![]() |
Overheating | |
|
The device blinks once every two seconds. The data has not been transferred via the CAN bus for at least 5 minutes. |
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
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
Example: dm='LLLRGBLLL' |
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 |
Example:
<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"/>