Luc JEAN
Luc JEAN
For your information, I faced a similar issue and I managed to fix it with the following changes in my form base classes : https://github.com/ljean/coop_cms/commit/cb25fe6ad3e8cdac9c6ff7046812d3a6309c4b18 It's a bit "hacky" but...
Hello, thanks for proposal. Can you please make a PR with this code. Is it still works in prior version of Python 3?
Hello, You can have a look to mysimu.py in the examples folder. This shows how to write 3.14 in 2 registers ``` pi_bytes = [int(a_byte) for a_byte in struct.pack("f", 3.14)]...
Hello, Do you think this is a linux error or a modbus-tk error? How do you get this 'socket greater than 1023' Best
Hello, Yes I think that if you want to test latency independently, the better approach is to have one server per device. Best luc > Le 14 févr. 2020 à...
Hello, Thanks for all this information. Do you have any benchmark about the performance issue cause by RLocks? Unless it appears to be significant, i would not change if it...
Hello, If you want to send data to a PLC, I guess that your program must be a modbus master. There is an example in modbus_tk source code. I hope...
Your PLC didn’t answer. I recommend to check the communication settings and make sure that the PLC receives and handle your queries > Le 2 mai 2019 à 14:00, othmakuf...
Thanks for raising this problem? You seems to have a potential fix for it, is this possible that you share your code? I will not have time to care of...
Hello, I would say that the problem comes from Modpoll. Did you contact them? Best luc