Add retry on empty modbus messages for serial protocol (#34678)
This commit is contained in:
parent
1b02410aa6
commit
1b3f9254bc
1 changed files with 1 additions and 0 deletions
|
@ -188,6 +188,7 @@ class ModbusHub:
|
||||||
bytesize=self._config_bytesize,
|
bytesize=self._config_bytesize,
|
||||||
parity=self._config_parity,
|
parity=self._config_parity,
|
||||||
timeout=self._config_timeout,
|
timeout=self._config_timeout,
|
||||||
|
retry_on_empty=True,
|
||||||
)
|
)
|
||||||
elif self._config_type == "rtuovertcp":
|
elif self._config_type == "rtuovertcp":
|
||||||
self._client = ModbusTcpClient(
|
self._client = ModbusTcpClient(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue