DAM-12RO
RS-485 interface, 12 relay outputs
Overview
- Industrial 12-channel relay module.
- RS-485 interface and standard Modbus RTU protocol.
- Opto-isolated relay outputs.
- Relays support command control, flash on/off, cycle timing, and other control modes.
- Dual isolation on the communication path with fuse, TVS, and surge protection.
- Stable and reliable for demanding industrial applications.
- High-voltage application. Follow electrical safety, leakage protection, and insulation requirements.
- Disconnect power before installation, maintenance, or relay replacement.
- Do not disassemble the module while energized—risk of damage or electric shock.
- Do not exceed rated load. For inductive or capacitive loads, leave adequate margin and add protection to avoid contact welding, overheating, or fire.
- Install in a dry, ventilated environment. Do not use in damp, overheated, or flammable locations.
Specifications
| Item | Details |
|---|---|
| Power | 6–36 V DC |
| Interface | RS-485 |
| Baud rates | 4800, 9600, 19200, 38400, 57600, 115200, 128000, 256000 |
| Default format | 9600, N, 8, 1 |
| Relays | 12 channels |
| Contact | SPDT (1 NO + 1 NC per channel) |
| Contact load | ≤10 A @ 250 V AC or ≤10 A @ 30 V DC |
| Protocol | Standard Modbus RTU |
| LED | STA: slow blink idle; fast blink during communication |
| Enclosure | DIN-rail ABS enclosure |
Hardware interface
| Function | Pin | Description |
|---|---|---|
| Power DC 6–36 V | + | Positive |
| - | Negative | |
| Communication | RS485 A+ | RS-485 A |
| RS485 B- | RS-485 B | |
| G | RS-485 ground | |
| Relay | NC | Normally closed |
| COM | Common | |
| NO | Normally open |
RS-485 bus wiring
Most PCs have no RS-485 port. Use a USB-to-RS485 adapter; connect A to the module A terminal and B to B. For multiple devices, use twisted-pair shielded cable in a daisy-chain topology.
Relay output wiring
COM is the relay common; NC is normally closed; NO is normally open. By default COM–NC is closed and COM–NO is open (LED off). When energized, COM–NO closes and COM–NC opens (LED on).
Operation demo
Two tools are shown below. Either works for first bring-up; the web serial assistant is recommended for a quick start.
- Web serial assistant: no install; full frame display and parsing; less intuitive for register data.
- Modbus Poll: direct register access; easier to read coil states; frames are not fully shown.
- Serial assistant
- Modbus Poll
Open the serial debug tool, select the COM port, set 9600 N 8 1, and open the port.

Enable hex display and hex send, set checksum to ModbusCRC16, send 01 05 00 00 FF 00. CH1 relay should turn on and echo the frame.

Use Module commands on the right to pick the module model and send preset commands, or expand entries to edit before sending.

Common commands builds Modbus function-code frames from parameters.

Install Modbus Poll and open it.
Setup → Read/Write Definition: set Slave ID, Function 01 Read Coils, Quantity to the actual channel count, then OK.

Connection → Connect Setup: Serial Port, select COM port, 9600 N 8 1, OK.

Double-click a coil value to toggle a relay (Send in the popup).

Functions → 15: Write Multiple Coils: set start Address, Quantity to the actual channel count, set coil values, Send.

Display → Communication shows raw TX/RX data.

Resources
Documentation
- Modbus protocol overview
- Modbus specification (Chinese PDF)
- Modbus Application Protocol (English PDF)