Contents
3-CHANNEL MODULE FOR BLINDS MOTOR CONTROL
This module provides control of curtains, projector screens, valves or other electrical motors with force control.
Downloads
Connection of curtain/jalousie/shutter actuators
Module dimensions
Internal layout
Module parameters
Parameter name | Value |
---|---|
Output channels qty | 3 |
Input voltage | 100-250 V AC |
Current type | AC |
Max load per channel | 2 A |
Power supply | 11.5 … 27.5 V DC from CAN |
Max current(24V) | 55 mA |
Connection type | CAN |
Permissible section of power supply cable to connect in socket | 0.5 … 2.5mm2 |
Bus type | CAN (4-wire) |
Equipment installation type | DIN-rail (EN 60715) |
Case material | ABS |
Protection | IP40 |
Temperature range | -10 … +50 °C |
Size | 2U, 35x103x58 mm |
Weight | 95g |
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
- Connect the outputs.
- Connect the inputs.
- Connect the Can connector.
- 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 CAN connector.
- Disconnect the inputs.
- Disconnect the outputs.
HW Settings
Name | Type, range | SUBID | Default | Description |
---|---|---|---|---|
runtime | integer 0-100 | 1-6 | 15 | runtime is the open/close time in seconds, is used for jalousie, gate, valve(2 pole); Example: runtime=15 |
runtimeopen | integer 0-60000 | Blinds subId | Runtimeopen is the open time in miliseconds, is used for blinds; Example: runtime=15000 | |
runtimeclose | integer 0-60000 | Blinds subId | Runtimeclose is the close time in miliseconds, is used for blinds; Example: runtime=15000 | |
hold | integer 0-10000 | 1-6 | 500 | hold is the bridging time in miliseconds, is used for gate and jalousie (by default hold is the same as runtime), lock; Example: hold=3500 |
def | string 'ON' | 1-6 | 'OFF' | Def is the element status is set after restart, is used for lamp, heating, valve(1 pole); Example: def='ON' |
stop | Char ‘R’ | 1-7 | – | (for 2-pole gate and blinds) If it is declared then by Stop command during the motion, the same impulse appears as it was at the beginning of the motion. Pole, an which the stop-impules is formed, is defined by the parameter Stop value. If it is ‘r’ or ‘R’ then stop-impulse is produced on the opposite to the start-impulse pole. If any other value is delcared (e.g., ‘d’ ) then the stop-impulse is on the same pole. If a Runtime passed after the beginning of the motion then the stop-impulse is not formed. Example: stop=’r’ |
out | char[6] | 98 | 'PPP' | Each char is responsible for the type of a particular channel
Example: dm='BGV' |
Example:
<item addr="449:1" cfgid="65" name="Jalousie" sub-type="120" type="jalousie" uniq_id="4069"/> <item addr="449:3" cfgid="65" name="Gate" sub-type="120" type="gate" uniq_id="4077" hw="runtime=55"/> <item addr="449:5" cfgid="65" name="Valve" type="valve" uniq_id="4078"/> <item addr="449:30" cfgid="65" name="Current" system="yes" type="current-sensor" uniq_id="4072"/> <item addr="449:31" cfgid="65" name="Current" system="yes" type="current-sensor" uniq_id="4073"/> <item addr="449:32" cfgid="65" name="Current" system="yes" type="current-sensor" uniq_id="4074"/> <item addr="449:97" cfgid="65" name="Temperature" system="yes" type="temperature-sensor" uniq_id="4075"/> <item addr="449:98" cfgid="65" hw="out='BGV'" name="Temperature" system="yes" type="temperature-sensor" uniq_id="4076"/>