I have installed modbus-tk tools to control Watlow F4 temperature controller. I am using a RS232 to USB cable to connect between Watlow F4 chamber and Linux x86 host.
2020-09-08 07:26:46,988 INFO modbus_rtu.__init__ MainThread RtuMaster /dev/ttyUSB0 is opened
2020-09-08 07:26:46,988 INFO run.main MainThread connected
2020-09-08 07:26:48,989 DEBUG modbus.execute MainThread -> 1-3-0-100-0-3-68-20
2020-09-08 07:26:49,490 DEBUG modbus.execute MainThread <-
Traceback (most recent call last):
File "run.py", line 52, in <module>
main()
File "run.py", line 34, in main
output =
logger.info(master.execute(1, cst.READ_HOLDING_REGISTERS, 100, 3))
File "/home/ssdlab/.local/lib/python2.7/site-packages/modbus_tk/utils.py", line 39, in new
raise excpt
modbus_tk.exceptions.ModbusInvalidResponseError: Response length is invalid 0
Thanks,