Difference between revisions of "DW-UART"
(Marked this version for translation) |
|||
(2 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | <languages/> | ||
+ | <translate> | ||
+ | <!--T:1--> | ||
{{RevisionChanger | hasA = 1 | hasC = 1}} | {{RevisionChanger | hasA = 1 | hasC = 1}} | ||
{{Infobox module | {{Infobox module | ||
Line 9: | Line 12: | ||
}} | }} | ||
− | ==SERIAL INTERFACE ADAPTER== | + | ==SERIAL INTERFACE ADAPTER== <!--T:2--> |
+ | <!--T:3--> | ||
This module is designed for interface adjustment between the devices which have the UART interface (TTL levels) and the Smart Home system. | This module is designed for interface adjustment between the devices which have the UART interface (TTL levels) and the Smart Home system. | ||
+ | <!--T:4--> | ||
<div class="caution"> | <div class="caution"> | ||
CAUTION! All work related to the installation, connection, setting up, service and support must be carried out by qualified personnel with sufficient skills and experience in working with electrical equipment. | CAUTION! All work related to the installation, connection, setting up, service and support must be carried out by qualified personnel with sufficient skills and experience in working with electrical equipment. | ||
Line 29: | Line 34: | ||
</div> | </div> | ||
− | ==Overview== | + | ==Overview== <!--T:5--> |
+ | <!--T:6--> | ||
[[File:UARTC VIEW.png|300px]] | [[File:UARTC VIEW.png|300px]] | ||
− | ==Module dimensions== | + | ==Module dimensions== <!--T:7--> |
+ | <!--T:8--> | ||
[[File:UARTC DIM.png|500px]] | [[File:UARTC DIM.png|500px]] | ||
− | ==Example of connection== | + | ==Example of connection== <!--T:9--> |
− | [[File:UARTC EXA. | + | <!--T:10--> |
+ | [[File:UARTC EXA.png|300px]] | ||
− | ==Module parameters== | + | ==Module parameters== <!--T:11--> |
+ | <!--T:12--> | ||
{{ Mp | {{ Mp | ||
| uartqty = 1 | | uartqty = 1 | ||
Line 57: | Line 66: | ||
}} | }} | ||
− | ==Indication of module operation== | + | ==Indication of module operation== <!--T:13--> |
{{indicationold}} | {{indicationold}} | ||
− | ==Module installation and connection procedure== | + | ==Module installation and connection procedure== <!--T:14--> |
#Install the module in the switchboard on the DIN rail and fix it with the special latch on the module base. | #Install the module in the switchboard on the DIN rail and fix it with the special latch on the module base. | ||
#Connect the X1 connector. | #Connect the X1 connector. | ||
Line 67: | Line 76: | ||
#Check all equipment for proper operation. | #Check all equipment for proper operation. | ||
− | ==Module shut-off and deinstallation procedure== | + | ==Module shut-off and deinstallation procedure== <!--T:15--> |
#Disconnect the CAN connector. | #Disconnect the CAN connector. | ||
#Disconnect the X1 connector. | #Disconnect the X1 connector. | ||
#Remove the module from the DIN rail, releasing the latch at the bottom of the module base. | #Remove the module from the DIN rail, releasing the latch at the bottom of the module base. | ||
− | ==HW settings== | + | ==HW settings== <!--T:16--> |
{|class="wikitable" | {|class="wikitable" | ||
|- | |- | ||
Line 107: | Line 116: | ||
</syntaxhighlight> | </syntaxhighlight> | ||
|} | |} | ||
+ | </translate> |
Latest revision as of 13:23, 7 January 2022
DW-UART.C | |||||||
---|---|---|---|---|---|---|---|
| |||||||
|
SERIAL INTERFACE ADAPTER
This module is designed for interface adjustment between the devices which have the UART interface (TTL levels) and the Smart Home system.
CAUTION! All work related to the installation, connection, setting up, service and support must be carried out by qualified personnel with sufficient skills and experience in working with electrical equipment. To avoid the risk of fire, electric shock, damage to the system and/or personal injury, the system installation and assembly must be performed in accordance with the instructions listed below:
- all connectivity work must be carried out with the power turned OFF;
- use appropriate tools and personal protection against electric shock;
- do not use damaged cables, wires and connectors;
- avoid folding the cables and wires;
- do not apply excessive force to the wires by kinking or pressing them too hard: the inner conductors of the cables and wires may get stripped or damaged;
- do not use the power socket with poor contacts to connect;
- do not exceed the load limit parameters specified in the manual;
- the supply conductors wire section is subject to the specifications for current density limit, insulation type and wire material. Light section can result in cable overheating and fire.
When the power is on, NEVER:
- connect/disconnect the connectors;
- open modules and sensors.
Overview
Module dimensions
Example of connection
Module parameters
Parameter name | Value |
---|---|
UART ports qty | 1 |
Power supply | 11.5 … 27.5 V DC from CAN |
Max current(24V) | 40 mA |
Data transfer speed | 1200-115200 b/s |
Bus type | CAN (4-wire) |
Equipment installation type | DIN rail (EN 60715) |
Case material | ABS |
Protection | IP40 |
Temperature range | -10 … +50 °C |
Size | 2U, 36x97x58 mm |
Weight | 130g |
Indication of module operation
Indicator | Status | Description |
---|---|---|
Power | Power | |
Power not available | ||
Activity | Data communication | |
Data communication not available | ||
Error | No errors | |
Overheating | ||
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 X1 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 X1 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 |
---|---|---|---|---|
cfg | string | 98 | 9600/8N1 | cfg='SPEED/BPS', where
Example: 1hw="cfg='9600/8N1'"
|
[Protocol] | string | 98 | — | Protocol setting is described by protocol parameter. The following
protocols are supported:
Example: 1hw="cfg='9600/8N1' modbus"
|
echo | on; off | 98 | 'off' | For settings check out and testing echo parameter can be used. Module
echo-reply can be turned on or off with the help of this parameter.Echo parameter value:
Example: 1hw="cfg='9600/8N1' echo='off'"
|