modbus_reset_connection(connection_id, is_blocking=True)

Tear down, and reconnect all signals to remote device. By default it will block as long as there are errors in the connection.

>>> modbus_reset_connection("172.140.17.11")

Parameters

connection_id: A string specifying the IP address of the modbus unit to which the modbus signal is connected. The IP can not be empty.

Example command: modbus_reset_connection("172.140.17.11")

Example Parameters:

  • connection_id = 172.140.17.11

    • is_blocking = True