Contents
- 1 5-CHANNEL T MODULE
- 2 Features
- 3 Downloads
- 4 Connectors
- 5 Connectors.
- 6 Example of connection.
- 7 Module dimensions
- 8 Internal layout
- 9 Module parameters
- 10 Connectivity recommendations
- 11 Connection of actuators
- 11.1 Connection of the lights/electric contactor/heating thermal actuator
- 11.2 Connection of high load device
- 11.3 Connection of curtain/jalousie/shutter actuator with 220V force control
- 11.4 Connection of curtain/jalousie/shutter actuator with low-voltage control
- 11.5 Connection of single-pole gate actuator
- 11.6 Connection of double-pole gate actuator
- 11.7 Connection of single-pole water/gas supply valve
- 11.8 Connection of double-pole water/gas supply valve
- 11.9 Connection of fancoil control unit
- 12 Indication of module operation.
- 13 Module installation and connection procedure
- 14 Module shut-off and deinstallation procedure
- 15 HW Settings
5-CHANNEL T MODULE
Has 5 outputs for connecting load and 8 inputs for connecting
various sensors/buttons.
Features
- 5 universal outputs support:
- Lights
- NC/NO heating valves
- Blinds
- 1 or 2-pole gates
- 1 or 2-pole valves
- NC/NO locks
- Fan coil units
- 8 Discreet inputs that support:
- Buttons
- Switches
- Reed switches
- Leak sensors
- Motion detectors
Downloads
Connectors
Connectors.
Example of connection.
Module dimensions
Internal layout
Module parameters
Parameter name | Value |
---|---|
Outputs channels qty | 5 |
Discrete input channels qty | 8 |
Input voltage | 0-250 V |
Current type | AC/DC |
Max load per channel | 8A |
Max load per group | 20A |
Power supply | 11.5 … 27.5 V DC from CAN |
Max current(24V) | 110 mA |
BUS type | CAN |
Equipment installation type | DIN-rail (EN 60715) |
Case material | ABS |
Protection | IP40 |
Temperature range | -10 … +50 °C |
Size | 4U, 69x110x58 mm |
Weight | 110 g |
Connectivity recommendations
In order to protect the actuator and loads connected to it, installing a circuit breaker is recommended.
The nominal value of the circuit breaker should be calculated based on the maximum total load of connected
devices and at the same time should not significantly exceed the maximum permissible characteristics of the actuator.
Depending on the requirements, you can use one circuit breaker for one actuator (it is recommended, see Fig. 1)
or one circuit breaker per each group of connected loads (see Fig. 2), or, if necessary, a separate circuit breaker can be installed
for each load (see Fig. 3)
Connection of actuators
Caution: Before applying power to the module, you must properly configure the outputs in the application. The contacts configured incorrectly can lead to simultaneous power supply to both channels, resulting in the module failure and/or failure of the equipment connected to it, and even a fire.
If free (unused) channels remain in a given group after a curtain/jalousie/shutter actuator with low-voltage control or gate actuator has been connected to it, these channels need to be left unused. (Do not connect other devices to them!)
Connection of the lights/electric contactor/heating thermal actuator
Sample HW for this configuration
hw="out='LLLL'"
Connection of high load device

Connection of curtain/jalousie/shutter actuator with 220V force control
Sample HW for this configuration
hw="out='--B-'"
Connection of curtain/jalousie/shutter actuator with low-voltage control
Sample HW for this configuration
hw="out='--B-'"
Connection of single-pole gate actuator
Sample HW for this configuration
hw="out='---X'"
Connection of double-pole gate actuator
Sample HW for this configuration
hw="out='--G-'"
Connection of single-pole water/gas supply valve
Sample HW for this configuration
hw="out='---R'"
Connection of double-pole water/gas supply valve
Sample HW for this configuration
hw="out='--V-'"
Connection of fancoil control unit
Sample HW for this configuration
hw="out='FFFF'"
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-5 | 15 | runtime is the open/close time in seconds, is used for jalousie, gate, valve(2 pole); Example: runtime=15 |
hold | integer 0-10000 | 1-5 | 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-5 | '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-5 | – | (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[5] | 98 | 'HHHHH' | Each char is responsible for the type of a particular channel
Example: out='LLHG-' |
in | char[8] | 98 | 'KKKKKKKK' | Each char is responsible for the type of a particular channel
Example: in='KKBBLLMM' |
Example:
<item addr="331:1" auto-period="600" cfgid="41" name="Lamp" type="lamp" hw="def='ON'" uniq_id="189"/> <item addr="331:2" cfgid="41" name="Jalousie" sub-type="120" type="jalousie" hw="runtime=35" uniq_id="190"/> <item addr="331:4" cfgid="41" name="Valve" type="valve" hw="runtime=44" uniq_id="191"/> <item addr="331:11" cfgid="41" name="Motion" type="motion-sensor" uniq_id="192"/> <item addr="331:12" cfgid="41" name="Leak" type="leak-sensor" uniq_id="193"/> <item addr="331:13" cfgid="41" name="Leak" type="leak-sensor" uniq_id="194"/> <item addr="331:14" cfgid="41" name="Switch" type="switch" uniq_id="195"/> <item addr="331:15" cfgid="41" name="Switch" type="switch" uniq_id="196"/> <item addr="331:16" cfgid="41" name="Door" type="door-sensor" uniq_id="184"/> <item addr="331:18" cfgid="41" name="Door" type="door-sensor" uniq_id="186"/> <item addr="331:97" cfgid="41" name="Temperature" system="yes" type="temperature-sensor" uniq_id="187"/> <item addr="331:98" cfgid="41" hw="out='LB-V-' in='MLNSBH-K'" name="Temperature" system="yes" type="temperature-sensor" uniq_id="188"/>