2 kanálový Modbus relé modul vybavený 8bitovým MCU a komunikačním čipem RS485
Komunikace pomocí protokolu MODBUS RTU RS485.
Může realizovat detekci 2bitového vstupního signálu a 2bitový reléový výstup.
Může být použit pro digitální detekci nebo řízení spotřeby.
Parametry:
1. Dual Modbus Relay Module
2. Pracovní napětí: 7 V ~ 24 V DC
3. Přenosová rychlost: 4800/9600/19600 b / s (výchozí 9600 b / s)
4. Vstupní signál optočlenu: DC 3,3 V ~ 30 V
5. Nastavení adresy: 1 ~ 255
6. Relay control mode: ON / OFF, Delay_ON, Delay_OFF mode
7. Doba zpoždění: 0 ~ 6553,5 s
8. Zátěž: AC 250V 10A nebo DC 28V 10A
9. Protokol: Modbus RTU
10. Rozhraní: RS485 / TTL UART
11. Počet kanálů: 2 kanály
12. Velikost modulu: 85 x 49 x 19 mm
Nastavení rychlosti komunikace:
Set the baud rate to 4800
Send: FF 10 03 E9 00 01 02 00 02 4A 0C.
Return: FF 10 03 E9 00 01 C5 A7
Remarks: The 9th byte of the sending frame is the baud rate setting value, 0x02, 0x03, x04 represent 4800, 9600, 19200
Set the baud rate to 9600
Send: FF 10 03 E9 00 01 02 00 03 8B CC
Returns: FF 10 03 E9 00 01 C5 A7
Set the baud rate to 19200
Send: FF 10 03 E9 00 01 02 00 04 CA 0E
Returns: FF 10 03 E9 00 01 C5 A7
Read the baud rate
Send: FF 03 03 E8 00 01 11 A4
Returns: FF 03 02 00 04 90 53
Remarks: The 5th byte of the return frame represents the baud rate read, 0x02, 0x03,and x04 represent 4800, 9600, 19200 respectively