| Line 32: |
Line 32: |
| | [[File:BWRS232C EXA.png|500px]] | | [[File:BWRS232C EXA.png|500px]] |
| | | | |
| − | ==Module parameters== | + | ==Параметры модуля== |
| | | | |
| | {{ Mp | | {{ Mp |
| Line 47: |
Line 47: |
| | }} | | }} |
| | | | |
| − | ==Module installation and connection procedure== | + | ==Порядок установки и подключения модуля== |
| | | | |
| − | #Connect the interface connector. | + | #Подсоедините разъем интерфейса. |
| − | #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 interface connector. | + | #Отсоедините разъем интерфейса. |
| | | | |
| − | ==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> |
| | |- | | |- |
| − | |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.
| + | *'off' |
| − | Echo parameter value:
| + | *'on' |
| − | *'off'; | + | Пример: |
| − | *'on'. | |
| − | Example:
| |
| | <syntaxhighlight lang="xml" line> | | <syntaxhighlight lang="xml" line> |
| | hw="cfg='9600/8N1' echo='off'" | | hw="cfg='9600/8N1' echo='off'" |
| | </syntaxhighlight> | | </syntaxhighlight> |
| | |} | | |} |