Line 13: |
Line 13: |
| Модуль содержит датчик движения. | | Модуль содержит датчик движения. |
| | | |
− | ==Module view== | + | ==Изображение модуля== |
| | | |
| [[File:MLIC VIEW.png|500px]] | | [[File:MLIC VIEW.png|500px]] |
| | | |
− | ==Motion detection area== | + | ==Область обнаружения движения== |
| | | |
| [[File:HTMLI-II MS.png|500px]] | | [[File:HTMLI-II MS.png|500px]] |
| | | |
− | ==Module dimentions== | + | ==Размеры модуля== |
| | | |
| [[File:MLIC DIM.png|500px]] | | [[File:MLIC DIM.png|500px]] |
| | | |
− | ==Module parameters== | + | ==Параметры модуля== |
| | | |
| {{ Mp | | {{ Mp |
Line 40: |
Line 40: |
| }} | | }} |
| | | |
− | ==HW settings== | + | ==Установки HW== |
| {|class="wikitable" | | {|class="wikitable" |
| |- | | |- |
− | !Name!!Type, range!!SUBID!!Default!!Description | + | !Название!!Тип, диапазон!!SUBID!!По умолчанию!!Описание |
| |- | | |- |
− | |scale||float (0…8)||SubID of sensor||1||multiplier determines the slope of values (except temperature sensors) Example: | + | |scale||переменная (0…8)||SubID датчика||1||Множитель определяет коэффициент наклона значений (кроме датчиков температуры). Пример: |
| <syntaxhighlight lang="xml" line> | | <syntaxhighlight lang="xml" line> |
| hw="scale='1.1'" | | hw="scale='1.1'" |
| </syntaxhighlight> | | </syntaxhighlight> |
| |- | | |- |
− | |pwr||integer (1…100)||SubID of IR-transmitter||100||Power of infrared transmitter signal. Example: | + | |pwr||целое число (1…100)||SubID ИК-передатчика||100||Мощность сигнала инфракрасного передатчика. Пример: |
| <syntaxhighlight lang="xml" line> | | <syntaxhighlight lang="xml" line> |
| hw="pwr=50" | | hw="pwr=50" |