We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, I face issue below,we are using #4 READ_INPUT_REGISTERS slave client Server is modbus hardware.
Step1 - read register x having address M.we got value a. We are able to received value a at register x when app started initially
Step 2- make app running .
Step 3 - now change value at register x from a to b. Modbus hardware had new value b written. But node app not reflecting responce event in realtime.
We are not able to received changes instantly on same register from master.
If I restart a app. Than only client slave app get fresh value.it does not reflect data in responce once it changed.
Please help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I face issue below,we are using #4
READ_INPUT_REGISTERS slave client
Server is modbus hardware.
Step1 - read register x having address M.we got value a.
We are able to received value a at register x when app started initially
Step 2- make app running .
Step 3 - now change value at register x from a to b. Modbus hardware had new value b written.
But node app not reflecting responce event in realtime.
We are not able to received changes instantly on same register from master.
If I restart a app. Than only client slave app get fresh value.it does not reflect data in responce once it changed.
Please help.
The text was updated successfully, but these errors were encountered: