Contents
- 1 4-CHANNEL DIMMER
- 2 Features
- 3 Downloads
- 4 Connection of 4 dimmer lamps.
- 5 Module dimensions
- 6 Internal layout
- 7 Module parameters
- 8 Supported load types
- 9 Indication of module operation.
- 10 Module installation and connection procedure
- 11 Module shut-off and deinstallation procedure
- 12 DM wrokflow
- 13 HW Settings
4-CHANNEL DIMMER
Downloads
Connection of 4 dimmer lamps.
Module dimensions
Internal layout
Module parameters
Parameter | name |
---|---|
Output channels qty | 4 |
Input voltage | 100-240V AC, 50-60 Hz |
Current type | AC |
Max load per device | 9.1A (2000W at 220V) |
Max load per channel | 2.27A (500W at 220V) |
Dimmer type | MOSFET |
Dimming type | trailing edge |
Power supply | 11.5 … 27.5 V DC from CAN |
Max current(24V) | 35 mA |
Bus type | CAN (4-wire) |
Equipment installation type | DIN-rail (EN 60715) |
Case material | ABS |
Protection | IP40 |
Temperature range | -10 … +50 °C |
Size | 4U, 69x100x58 mm |
Weight | 360 g |
Supported load types
Supported load types | Power | |
---|---|---|
![]() |
Conventional incandescent lamps | 0-500W |
![]() |
Halogen light sources | 0-500W |
![]() |
LED lamps with dimming support | 0-500W |
![]() |
Energy saving lamps with dimming support | 0-500W |
![]() |
Electronic ballasts with dimming support | 0-500W |
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. | |
|
One blinking in half a second. No power on the lamp. |
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 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.
- Disconnect the CAN connector.
- Remove the module from the DIN rail, releasing the latch at the bottom of the module base.
DM wrokflow
Dimmer workflow
Linear, LED and Halogen workflows
HW Settings
Name | Type, range | SUBID | Default | Description |
---|---|---|---|---|
def | integer 0-250 | 1-4 | 100 | The default brightness level in case of a power reset (1..250). Example: def=250 |
min | integer 0-100 | 1-4 | 0 | Minimum dimming level, example: min=10 |
max | integer 0-100 | 1-4 | 100 | Maximum dimming level, example max=95 |
start | integer 0-100 | 1-4 | 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-4 | 10 | Time duration of the starting value (measured in milliseconds). Example: force=20 |
runtime | integer 0-60000 | 1-4 | 1000 | Runtime is the speed of changing the brightness from ‘min’ to ‘max’ (measured in milliseconds). Example: runtime=1000 |
protect | integer 0;1 | 1-4 | 1 | Overload Protect. 0(off); 1 (on), example: protect=0 |
mode | string | 98 | disabled | Frequency of pulse-width modulation in Hz for item with direct current.
Example: mode=’dc400′ |
dm | char[4] | 98 | ‘gggg’ | Each char is responsible for the type of a particular channel
Example: dm=’skl-‘ |
Example:
<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"/>