Recent Releases of modbus-schema
modbus-schema - v0.14.0
Full Changelog: https://github.com/nielsbasjes/modbus-schema/compare/v0.13.0...v0.14.0
- Kotlin
Published by nielsbasjes 7 months ago
modbus-schema - Improved Query optimizer
Rewrote part of the query optimizer, will require less queries to recover from an optimized query that returned an error.
Full Changelog: https://github.com/nielsbasjes/modbus-schema/compare/v0.12.0...v0.13.0
- Kotlin
Published by nielsbasjes 7 months ago
modbus-schema - v0.12.0
What's Changed
- Cleanup boolean code
- Test device that does all expression types
- Verify all expression types can be generated to custom languages
- Fixed bug where IPv4 addresses would show as negative numbers.
- Handle special characters in generating kotlin and java code
Full Changelog: https://github.com/nielsbasjes/modbus-schema/compare/v0.11.0...v0.12.0
- Kotlin
Published by nielsbasjes 7 months ago
modbus-schema - Support for Coils and Discrete Inputs
What's Changed
Now with support for reading Boolean values like Coils and Discrete Inputs.
Full Changelog: https://github.com/nielsbasjes/modbus-schema/compare/v0.10.0...v0.11.0
- Kotlin
Published by nielsbasjes 8 months ago
modbus-schema - v0.10.0
What's Changed
- chore(deps): update dependency org.junit:junit-bom to v5.13.2 by @renovate in https://github.com/nielsbasjes/modbus-schema/pull/30
- chore(deps): update maven build plugins to v2.2.0 by @renovate in https://github.com/nielsbasjes/modbus-schema/pull/29
Full Changelog: https://github.com/nielsbasjes/modbus-schema/compare/v0.9.0...v0.10.0
- Kotlin
Published by nielsbasjes 8 months ago
modbus-schema - Show underlying fetches
Provide the preformed fetch as a return value of update()
- Kotlin
Published by nielsbasjes 8 months ago
modbus-schema - Max age fixed
- Fixed bug in "not" fetching registers that are within the requested max age.
- The update method is now synchronized to handle concurrent use cases correctly
- Kotlin
Published by nielsbasjes 8 months ago
modbus-schema -
Add optional short description to Block and Field.
- Kotlin
Published by nielsbasjes 9 months ago
modbus-schema -
Many code generation related improvements.
- Kotlin
Published by nielsbasjes 9 months ago
modbus-schema -
- DigitalPetri modbus implementation wrapper
- Getting the timestamp of the underlying registers of a Field
- Handling read errors: Remember the error, do not read them again, optimize reading around these errors.
- Kotlin
Published by nielsbasjes 10 months ago
modbus-schema - v0.1.1
- Several updates of plugins and kotlin version.
- Fixes in the bom.
- Updates in the documentation
Full Changelog: https://github.com/nielsbasjes/modbus-schema/compare/v0.1.0...v0.1.1
- Kotlin
Published by nielsbasjes 10 months ago
modbus-schema - Works on my machine
The initial release. "Works on my machine"
- Kotlin
Published by nielsbasjes 10 months ago