DW-RS232.A

Revision as of 08:26, 11 August 2021 by Erich (talk | contribs) (Created page with "{{RevisionChanger | hasA = 1 | hasC = 1}} {{Infobox module | name = DW-RS232.A | image = DW-RS232A.png | RS232 = 1 | dts = 1200-115200 b/s | voltage...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Revision:
/B
/C


DW-RS232.A
DW-RS232A.png
Interface
Number of RS232 ports1
Data transfer speed1200-115200 b/s
Other
Supply voltage11.5...27.5 V DC
Dimentions2U, 36x97x58 mm


RS232 INTERFACE ADAPTER

This module is designed for interface adjustment between the devices which have the RS232 interface and the Smart Home system.

CAUTION! All work related to the installation, connection, setting up, service and support must be carried out by qualified personnel with sufficient skills and experience in working with electrical equipment. To avoid the risk of fire, electric shock, damage to the system and/or personal injury, the system installation and assembly must be performed in accordance with the instructions listed below:

  • all connectivity work must be carried out with the power turned OFF;
  • use appropriate tools and personal protection against electric shock;
  • do not use damaged cables, wires and connectors;
  • avoid folding the cables and wires;
  • do not apply excessive force to the wires by kinking or pressing them too hard: the inner conductors of the cables and wires may get stripped or damaged;
  • do not use the power socket with poor contacts to connect;
  • do not exceed the load limit parameters specified in the manual;
  • the supply conductors wire section is subject to the specifications for current density limit, insulation type and wire material. Light section can result in cable overheating and fire.

When the power is on, NEVER:

  • connect/disconnect the connectors;
  • open modules and sensors.

Overview

 

Module dimensions

 

Example of connection

 

Module parameters

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 1
UART ports qty
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
Case material ABS
Protection IP40
Temperature range -10 … +50 °C
Size 2U, 36x97x58 mm
Weight 130g
* -
** -
*** -
1 -
2 -
3 -


Indication of module operation

Indicator Status Description
Power   Power
  Power not available
Activity   Data communication
  Data communication not available
Error   No errors
  Overheating
   No connection to AC.
     The data has not been transferred via the CAN bus for at least 5 minutes.
     No power on the lamp.
     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 X1 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 X1 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'"