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
Hello, thanks for the work on this!
I tried searching through the configuration, surely I missed something.
When starting the simulator, it already has some registers pre-filled, some not.
When attempting to write a value to a register with type invalid, I get the error Illegal data address.
invalid
Illegal data address
I do not quite understand which addresses are restricted to which types and how to change a registers type.
I would be thankful for any input!
Thanks again!
The text was updated successfully, but these errors were encountered:
Please read the documentation, you need to supply a configuration, there is nothing predefined.
Sorry, something went wrong.
Okay, so just running pymodbus.simumator yields a mostly unusable server?
pymodbus.simumator
please read the documentation!!
'just running' yields a default simulator or one configured for your needs.
Does not seem to be a bug in pymodbus, but more a matter of reading the documentation (e.g. explore the configuration)
No branches or pull requests
Hello, thanks for the work on this!
I tried searching through the configuration, surely I missed something.
When starting the simulator, it already has some registers pre-filled, some not.
When attempting to write a value to a register with type
invalid
, I get the errorIllegal data address
.I do not quite understand which addresses are restricted to which types and how to change a registers type.
I would be thankful for any input!
Thanks again!
The text was updated successfully, but these errors were encountered: