-
Notifications
You must be signed in to change notification settings - Fork 354
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ReadHoldingRegisters takes 2seconds #182
Comments
Did another test instead of reading 16 registers I read only 2 but the execution time stays the same 2 sec . |
Another test learns me that apparently changing underneath the value from 2000 to 50 in the header file the readHoldingRegisters command response in 50ms instead of the 2000 !!?? |
That is not a solution, but a workaround. |
I am using a Seneca Z-8NTC to readout NTC's resistors.
I have seen that underneath commands:
The command readHoldingRegisters takes up 2 seconds ?
It of course slows down the response time of my Controllino application .
The serial settings are :
// Init RS485
Controllino_RS485Init(19200);
//NTC module
Modbus1.begin(2, Serial3 );
Do I something wrong ?
What can I do to let it response faster ?
It is always almost exactly 2 seconds measured with the millis() function.
ModbusMaster version
[Version : 2.0.1]
Arduino IDE version
[Version : 1.8.19]
Arduino Hardware
[Controllino Max]
The text was updated successfully, but these errors were encountered: