ClassicDIY / ModbusTool

A modbus master and slave test tool with import and export functionality, supports TCP, UDP and RTU.
Apache License 2.0
673 stars 201 forks source link

Question #41

Open amavromanolis opened 4 months ago

amavromanolis commented 4 months ago

I use Modbus Slave as a simulator for a Quartz.Net scheduler, which reads Input Registers and Discrete Inputs every second. While it takes around 200 milliseconds for each job, when it reaches the 24th job it takes 5000 milliseconds for the Slave to respond. It does this even if I change the time interval for example to 3 seconds. Is there any limitation from the Slave that after some readings it adds a lag?

Thank you in advance.