Difference between revisions of "DW-ME/ru"

From Larnitech wiki page
Jump to navigation Jump to search
(Created page with "==Параметры модуля==")
(Created page with "==Индикация работы модуля== {{indicationold}}")
Line 58: Line 58:
 
}}
 
}}
  
==Indication of module operation==
+
==Индикация работы модуля==
 
{{indicationold}}
 
{{indicationold}}
  

Revision as of 13:01, 8 January 2022

Other languages:
English • ‎русский
DW-ME.C
DW-MEC.png
Interface
Number of UART ports1
Data transfer speed1200-115200 b/s
Other
Supply voltage11.5...27.5 V DC
Dimentions2U, 36x97x58 mm


AC АДАПТЕР

Модуль предназначен для сопряжения интерфейсов между АС с интерфейсом UART (уровней TTL) и системой Умный дом.

ВНИМАНИЕ! Все работы, связанные с установкой, подключением, настройкой, обслуживанием и поддержкой оборудования, должны выполняться только квалифицированным персоналом, обладающим достаточными навыками и опытом работы с электрооборудованием! Во избежание риска возгорания, поражения электрическим током, повреждения системы и/или травм, установка и сборка системы должны выполняться в соответствии с указаниями, перечисленными ниже:

  • все работы по подключению должны выполняться при выключенном питании;
  • необходимо использовать соответствующие инструменты и средства индивидуальной защиты от поражения электрическим током;
  • запрещается использовать поврежденные кабели, провода и разъемы;
  • избегайте перегиба проводов и кабелей;
  • не прилагайте чрезмерных усилий к проводам путем их перегиба или слишком сильного сжатия: внутренние проводники кабелей и проводов могут быть оголены или повреждены;
  • не используйте для подключения разъемы с плохими контактами;
  • не превышайте параметры предельной нагрузки, указанные в инструкции;
  • сечение питающих проводов зависит от требований к пределу плотности тока, типу изоляции и материалу проводов. Недостаточное сечение провода может привести к перегреву кабеля и возгоранию.

Когда питание включено, НИКОГДА:

  • не подключайте/отключайте разъемы;
  • не открывайте модули и датчики.

Изображение модуля

MEC VIEW.png

Размеры модуля

MEC DIM.png

Пример подключения

MEC EXA.png

Параметры модуля

Parameter name Value
Input channels qty
Input/output channels qty
0-10 input port quantity
Buttons
LED Buttons
Number of sensor inputs
Number of dry contact inputs
RS485 ports qty
RS232 ports qty
UART ports qty 1
M-BUS port quantity
Pulse inputs quantity
DALI ports qty
DALI-line voltage supply
Peak current of DALI-line power supply
Peak current in DALI-line
Maximum DALI devices quantity
Dimming channels qty
Output channels qty
0-10 output port quantity
Analog output channels qty
Output
Digital line maximum length
Discrete input channels qty
Digital input channels qty
Speakers
Max power output audio channel
Camera
IR lighting
Card reader
Connection type
Protocols
Backlight voltage
Load type
Dimmer load type
Supported sensors
Input voltage
Current type
Adjustment type
Max load
Min load
Max load per channel
Max load per group
Max load per device
Control parameters
Angle of vision IR °
Angle of motion °
Temperature measuring range °C
Humidity measuring range
Dimmer type
Dimming type
Voltage that may be applied to the input channels
Max output switching voltage
Max output switching current
Power supply 11.5 … 27.5 V DC from CAN
Max current(24V) 40 mA
Max current(13V)
Max detection distance
Max IR distance
Max BT distance
Max current
Relay
Data transfer speed 1200-115200 b/s
Permissible section of power supply cable to connect in socket:
Sensors VCC output
Sensors max VCC current
R1-R2 inputs max current
Push-button/reed switches line recommended length
Temperature sensor line max length
Sensor cable length
Sensors line max length
Bus type CAN (4-wire)
Compatible with
Output voltage
Output current
Equipment installation type DIN rail (EN 60715)
Mounting
Max cabel lenght 5m
Case material ABS
Protection IP40
Temperature range -10 … +50 °C
Size 2U, 36x97x58 mm
Weight 130g
* -
** -
*** -
1 -
2 -
3 -


Индикация работы модуля

Indicator Status Description
Power Gl.png Power
E.png Power not available
Activity Y.png Data communication
E.png Data communication not available
Error E.png No errors
Rl.png Overheating
R.pngR.png No connection to AC.
R.pngR.pngR.pngDots.png The data has not been transferred via the CAN bus for at least 5 minutes.
R.pngR.pngR.pngDots.png No power on the lamp.
R.pngR.pngR.pngDots.png No power on the DALI bus or over current (more then 180 mA) on DALI bus. If over current is at both bus blinking twice in half a second.

Module installation and connection procedure

  1. Install the module in the switchboard on the DIN rail and fix it with the special latch on the module base.
  2. Connect the UART connector.
  3. Connect the CAN connector.
  4. Configure the module using LT setup.
  5. Check all equipment for proper operation.

Module shut-off and deinstallation procedure

  1. Disconnect the CAN connector.
  2. Disconnect the UART connector.
  3. 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
  • SPEED – baud rate [1200..115200];
  • B – data length [7,8];
  • P – presence and type of parity bit [N(No parity),E(Even parity),O(Odd parity)];
  • S – stop bit length [1, 1.5 or 2].

Example:

1hw="cfg='9600/8N1'"
[Protocol] string 98 Protocol setting is described by protocol parameter. The following

protocols are supported:

  • 'modbus', Modbus protocol, at the end of redirection the checksum CRC16(Modbus) is added;
  • 'dmx', DMX protocol;
  • 'CO2' for connecting Larnitech CO2 sensors;
  • 'salda' for connecting Salda ventilation.

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:

  • 'off'
  • 'on'

Example:

1hw="cfg='9600/8N1' echo='off'"