You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When a negative value is written to the internal server, it crashes.
Expected behavior
It should be handled, such that a negative value is either rejected with a sensible error-code, a default of 0 is written or a support for negative values is implemented if possible.
The text was updated successfully, but these errors were encountered:
added modbus exceptions to respond to requests for registers that have no associated input nodes assigned to them. Returns modbus excepton code 2, illegal address.
Describe the bug
When a negative value is written to the internal server, it crashes.
Expected behavior
It should be handled, such that a negative value is either rejected with a sensible error-code, a default of 0 is written or a support for negative values is implemented if possible.
The text was updated successfully, but these errors were encountered: