Shopping Cart

Your cart is empty.

Your cart is empty.

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

Free shipping on orders over $29.99

$38.71

$ 18 .99 $18.99

In Stock

About this item

  • This relay module board's working voltage is DC 12V and standby current is11mA.Under the MODBUS command mode, this relay module can support up to 64 devices in parallel.
  • MODBUS commands can be made serial HyperTerminal (serial assistant) or "Modbus Poll" enter,and MODBUS RTU command control mode, the maximum delay is 255 seconds.
  • 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.
  • This relay module has 6 commands: "Open", "close", "Momentary", "Self-locking", "Interlock" and "Delay".
  • We strive to provide you with the highest quality product and the best customer experience, if you're not entirely satisfied, please just feel to us at any time.



Product Description

GS07158-1
YT

Specification:


Working Voltage: DC 12V

Standby Current: 11MA

Max 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

Package list:1 * 16 Channel RS485 Relay

1

GS07158-2

GS07158-3


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.


Manuel A. Rivas
Reviewed in the United States on February 21, 2025
The product seems very good very well packaged. The only problem it has no documentation neither information where to download the command instructions.
CJ1311
Reviewed in the United States on February 16, 2024
Great board for the price. Used it as an introductory into the modbus world. In case anyone was wondering (as I was) how to actually utilize all of the relay modes, this is what you send in hex (decimal) to the corresponding address (register 1 being relay 1 and so on):Open - 100 (256)Close - 200 (512) Momentary/Toggle - 300 (768)Self-locking - 400 (1024) Interlock - 500 (1280) Delay - 600 (1536)When using a program like modpoll, make sure to send the command in (hex). And for some reason on modpoll, it does not like writing multiple relays at a time. If you write a program in visual studio, it has no problems though.