Shopping Cart

Your cart is empty.

Your cart is empty.

DC 12V Relay Module 16 Channel MODBUS RTU RS485 Relay Module Board PLC Controller Serial Port Switch

Free shipping on orders over $29.99

$29.79

$ 15 .99 $15.99

In Stock

About this item

  • Working voltage is DC 12V.
  • Standby current (all relays closed) is 11MA, 1 relay open 40MA, 2 relays open 67MA, 3 relays open 95MA, 4 relays open 121MA, 5 relays open 147MA, 6 relays open 173MA, 7 relays open 198MA, 8 relays open 222MA...
  • 6 Commands: "Open", "close", "Momentary", "Self-locking", "Interlock" and "Delay".Under the MODBUS command mode, this relay module can support up to 64 devices in parallel.
  • MODBUS RTU command control mode, the maximum delay is 255 seconds.
  • MODBUS commands can be made serial HyperTerminal (serial assistant) or "Modbus Poll" enter.


Specification:
Working Voltage: DC 12V
Standby Current: 11MA
Load: 10A/250VAC, 10A/125VAC, 10A/30VDC, 10A/28VDC, 10A/12VDC
Size: Approx. 17*6.5*2cm / 6.7*2.5*0.8in
Weight: Approx. 224g/7.9oz

Typical applications:
MODBUS command mode (HEX), you can control a variety of ways: Serial Hyper Terminal Control (need to manually add the CRC), Modbus Poll software control (software automatically add the CRC), PLC or MCU process control.
WIring DIagram:
1. DC 12V control circuit,Wiring diagram below. "LOAD" may be camera,LED lights, fans, motors and other DC 12V equipment.
2. DC 1-100V or AC 85-265V control circuit,Wiring diagram below(Note:If not DC 12V load, need another DC 12V power supply). "LOAD" may be LED lights, fans, motors Lights, fluorescent lights, solar water heaters and other DC AC equipment.

Package list:
1 * 16 Channel RS485 Relay


Youtube-Matt-Tube
Reviewed in the United States on November 24, 2021
Tried two boards. One the power light would turn on. The second, would respond to commands. I give up after 2.
esprit
Reviewed in the United States on October 16, 2020
Board works good so far in testing, will give it a good workout in a harsh environment (no temp/humidity control) soon and that will be the real test.If you want to get started quick, I generated some command stringsfrom Various Sources including davedarko team on hackaday dot iovisit that team for additional commands .Strings for up to 8 relays ON/OFF below generated from application called Modbus Tools .Basically, the string is composed of :Unit ID (set by the dip switches, this assumes switch 1 only is up (ID=1))Mode (Write Register in this case)Register Location/Address ( from 0x0001 to 0x0010 for 16 relay board)Value to place in register (256 decimal = ON, 512= OFF, 768=Toggle,CRC (See MODBUS RTU SPEC as to how to calculate)Raw RTU in HEX per relay channel / state.COM CONNECTION AS TESTED:9600, N , 8, 1 (Modbus Tools Defaults toEven parity which will sortofwork with errors , but no errorswith Parity set to None)FULL RTU WITH CRCUnit|mode|reg|value|crc01 06 00 01 01 00 D9 9A 1 ON01 06 00 02 01 00 29 9A 2 ON01 06 00 03 01 00 78 5A 3 ON01 06 00 04 01 00 C9 9B 4 ON01 06 00 05 01 00 98 5B 5 ON01 06 00 06 01 00 68 5B 6 ON01 06 00 07 01 00 39 9B 7 ON01 06 00 08 01 00 09 98 8 ON01 06 00 01 02 00 D9 6A 1 OFF01 06 00 02 02 00 29 6A 2 OFF01 06 00 03 02 00 78 AA 3 OFF01 06 00 04 02 00 C9 6B 4 OFF01 06 00 05 02 00 98 AB 5 OFF01 06 00 06 02 00 68 AB 6 OFF01 06 00 07 02 00 39 6B 7 OFF01 06 00 08 02 00 09 68 8 OFF