Changes

Jump to navigation Jump to search
1,011 bytes added ,  14:39, 29 January 2022
no edit summary
Line 10: Line 10:  
}}
 
}}
   −
==ИНТЕРФЕЙСНЫЙ АДАПТЕР RS232==
+
==АДАПТЕР ИНТЕРФЕЙСА RS232==
    
Модуль предназначен для сопряжения интерфейсов между устройствами с интерфейсом RS232 и системой Умный дом.
 
Модуль предназначен для сопряжения интерфейсов между устройствами с интерфейсом RS232 и системой Умный дом.
Line 74: Line 74:  
}}
 
}}
   −
==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.
+
#Установите модуль в распределительный щит на DIN-рейку и закрепите специальной защелкой, расположенной на основании модуля.
#Connect the X1 connector.
+
#Подсоедините разъем X1.
#Connect the CAN connector.
+
#Подключите разъем CAN.
#Configure the module using LT setup.
+
#Настройте модуль с помощью LT SETUP.
#Check all equipment for proper operation.
+
#Проверьте все оборудование на правильность работы.
   −
==Module shut-off and deinstallation procedure==
+
==Отключение модуля и процедура демонтажа==
#Disconnect the CAN connector.
+
#Отсоедините разъем CAN
#Disconnect the X1 connector.
+
#Отсоедините разъем X1.
#Remove the module from the DIN rail, releasing the latch at the bottom of the module base.
+
#Снимите модуль с DIN-рейки, освободив защелку, расположенную в нижней части основания модуля.
   −
==HW settings==
+
==Установки HW==
 
{|class="wikitable"
 
{|class="wikitable"
 
|-
 
|-
!Name!!Type, range!!SUBID!!Default!!Description
+
!Название!!Тип, диапазон!!SUBID!!По умолчанию!!Описание
 
|-
 
|-
|cfg||string||98||9600/8N1||cfg='SPEED/BPS', where
+
|cfg||строка||98||9600/8N1||cfg='SPEED/BPS', где
*SPEED – baud rate [1200..115200];
+
*SPEED – скорость передачи данных в бодах [1200..115200];
*B – data length [7,8];
+
*B – длина данных [7,8];
*P – presence and type of parity bit [N(No parity),E(Even parity),O(Odd parity)];
+
*P – наличие и тип бита контроля четности [N(Контроль четности отсутствует),E(Четность),O(Нечетность)];
*S – stop bit length [1, 1.5 or 2].
+
*S – длина стоп-бита [1, 1,5 или 2].
Example:
+
Пример:
 
<syntaxhighlight lang="xml" line>
 
<syntaxhighlight lang="xml" line>
 
hw="cfg='9600/8N1'"
 
hw="cfg='9600/8N1'"
 
</syntaxhighlight>
 
</syntaxhighlight>
 
|-
 
|-
|[Protocol]||string||98||—||Protocol setting is described by protocol parameter. The following
+
|[Protocol]||строка||98||—||Установки протокола описываются параметром протокола. Поддерживаются следующие протоколы:
protocols are supported:
+
*'modbus', протокол Modbus, в конце переназначения добавляется контрольная сумма CRC16(Modbus);
*'modbus', Modbus protocol, at the end of redirection the checksum CRC16(Modbus) is added;
+
*'dmx', протокол DMX;
*'dmx', DMX protocol;
+
*'CO2', для подключения датчиков CO2 Larnitech;
*'CO2' for connecting Larnitech CO2 sensors;
+
*'salda' для подключения вентиляции Salda.
*'salda' for connecting Salda ventilation.
+
Пример:
Example:
   
<syntaxhighlight lang="xml" line>
 
<syntaxhighlight lang="xml" line>
 
hw="cfg='9600/8N1' modbus"
 
hw="cfg='9600/8N1' modbus"
 
</syntaxhighlight>
 
</syntaxhighlight>
 
|-
 
|-
|echo||on; off||98||'off'||For settings check out and testing echo parameter can be used. Module
+
|echo||включить; выключить||98||'off'||Для проверки настроек и тестирования можно использовать параметр эхо. С помощью этого параметра можно включить или выключить эхо-ответ модуля. Значения параметра эхо:
echo-reply can be turned on or off with the help of this parameter.Echo parameter value:
   
*'off'
 
*'off'
 
*'on'
 
*'on'
Example:
+
Пример:
 
<syntaxhighlight lang="xml" line>
 
<syntaxhighlight lang="xml" line>
 
hw="cfg='9600/8N1' echo='off'"
 
hw="cfg='9600/8N1' echo='off'"
 
</syntaxhighlight>
 
</syntaxhighlight>
 
|}
 
|}
editor, translation-admin, translator
4,754

edits

Navigation menu