Line 68:
Line 68:
−
==HW settings==
+
==Установки HW==
{|class="wikitable"
{|class="wikitable"
|-
|-
−
!Name!!Type, range!!SUBID!!Default!!Description
+
!Название!!Тип, диапазон!!SUBID!!По умолчанию!!Описание
|-
|-
−
|in||char[6]||98||'BBBBBB'||Each char is responsible for the type of a particular channel
+
|in||символ[6]||98||'BBBBBB'||Каждый символ отвечает за тип конкретного канала
−
*'B'-Button, button of bell a type;
+
*'B'-Кнопка, кнопка звонка;
−
*'C'-Inverted button, inverse button of a bell type (for normally-closed);
+
*'C'-Кнопка (инверсия), кнопка звонка (инверсия) (в обычном состоянии - закрыто);
*'-'-none, nothing is connected.
*'-'-none, nothing is connected.
Example: in='BB-C-C'
Example: in='BB-C-C'
|-
|-
−
|out||char[6]||98||'BBBBBB'||Each char is responsible for the type of a particular channel
+
|out||символ[6]||98||'BBBBBB'||Each char is responsible for the type of a particular channel
*'B'- LED of button;
*'B'- LED of button;
*'I'- inverted LED of button;
*'I'- inverted LED of button;
*'L'- Lamp;
*'L'- Lamp;
*'M'- inverted Lamp;
*'M'- inverted Lamp;
−
*'-'-none, nothing is connected.
+
*'-'-элементы отсутствуют, ничего не подключено.
−
Example: out='BBLILI'
+
Пример: out='BBLILI'
|-
|-
−
|common||char||98||'C'||LED common wire
+
|common||символ||98||'C'||Светодиод с общим проводом
−
*'C'- Use Out0 as common catode;
+
*'C'- Использовать Out0 как общий катод;
−
*'A'- Use Out0 as common anode;
+
*'A'- Использовать Out0 как общий анод;
−
Example: common='C'
+
Пример: common='C'
|}
|}