Contents
4-CHANNEL MODULE FOR DEVISES WITH 0-10V INPUT
This module allows connecting devices with 0-10V input interface
to the Smart Home system.
Example of connection.
Module parameters
Parameter name | Value |
---|---|
0-10 port quantity | 4 |
Max load per channel | 15mA |
Power supply | 11.5 … 27.5 V DC from CAN |
Max current(24V) | 55 mA |
Bus type | CAN (4-wire) |
Mounting | Free |
Case material | ABS |
Protection | IP40 |
Temperature range | -10 … +50 °C |
Size | 45x42x14 mm |
Weight | 15 g |
Module installation and connection procedure
- Connect the interface connector.
- Connect the Can connector.
- Configure the module using LT setup.
- Check all equipment for proper operation.
Module shut-off and deinstallation procedure
- Disconnect the CAN connector.
- Disconnect the interface connector.
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 |
dm | char[4] | 98 | ‘vvvv’ | Each char is responsible for the type of a particular channel
Example: dm=’skl-‘ |
Example:
<item addr="30:1" auto-period="600" cfgid="71" name="Dimmer" type="dimer-lamp" uniq_id="92"/> <item addr="30:2" auto-period="600" cfgid="71" name="Dimmer" type="dimer-lamp" uniq_id="93"/> <item addr="30:3" auto-period="600" cfgid="71" name="Dimmer" type="dimer-lamp" uniq_id="94"/> <item addr="30:4" auto-period="600" cfgid="71" name="Dimmer" type="dimer-lamp" uniq_id="95"/> <item addr="30:98" cfgid="71" name="Temperature" system="yes" type="temperature-sensor" uniq_id="96"/>