Contents
- 1 9-CHANNEL LED CONTROLLER
- 2 Features
- 3 Downloads
- 4 Module dimensions
- 5 Internal layout
- 6 Connection of LED lamps and LED RGB.
- 7 Example of connection RGBWW/RGBW LED
- 8 Example of connection RGB LED with Amp
- 9 Example of connection load with supply less than 12V
- 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
Module dimensions
Internal layout
Connection of LED lamps and LED RGB.
Example of connection RGBWW/RGBW LED
Example of connection RGB LED with Amp
Example of connection load with supply less than 12V
Module parameters
Parameter name | Value |
---|---|
Output channels qty | 9 |
Input voltage | 11.5 … 25V DC |
Current type | DC |
Adjustment type | PWM |
Max current (per channel) | 1.67A (20W at 12V) |
Max current (device) | 15A (180W 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 | 2U, 35x102x58 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 X1, X2, X3 connectors.
- 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 connectors X1, X2, X3.
- 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='DDDRGBDDD' |
runtime | integer 0-100 | 1-9 | 5 | Runtime is the speed of changing the brightness(measured in seconds). Example: runtime=20 |
f | double 0.5-24000 | 98 | 500 | It is frequency (measured in Hz); Example: f=500 |
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"/>