1
0
mirror of https://github.com/3cky/mbusd synced 2025-10-26 23:46:44 +08:00

Parse replyonbroadcast config option value #75

This commit is contained in:
Victor Antonovich
2021-07-06 16:37:36 +03:00
parent 6a95a732d4
commit a2272c5793
5 changed files with 8 additions and 9 deletions

View File

@@ -83,15 +83,13 @@ Specifies response wait time in milliseconds.
.IP "\fB-T \fItimeout\fR"
Specifies connection timeout value in seconds (0 - disable timeout).
.IP "\fB-b\fR"
Instruct \fImbusd\fR to reply on a broadcast
Instructs \fImbusd\fR to reply on a broadcast.
.SH NOTES
In case of situation when \fImbusd\fR received response with invalid CRC and can't correct
error by re-request, it return MODBUS/TCP packet with exception code 04. In case of situation
when \fImbusd\fR can't receive response from MODBUS RTU device (e.g. addressed controller
is not present on the network), it return MODBUS/TCP packet with exception code 0x0B.
.SH BUGS
Broadcast messaging on MODBUS network isn't supported.
Please send bug reports to author.
.SH AUTHORS
Victor Antonovich <v.antonovich@gmail.com>