Releases: simatic-ax/dynamics
Releases · simatic-ax/dynamics
4.1.0
Changes:
Fixed MeasuredTimeProvider. It previously put out 0 resulting in all controllers using the time provider not working.
Changed Hysteresis for the BangBangController:
The hysteresis is usually defined as the window around the setpoint (e.g. setpoint is 10. With hysteresis of 2, the actual value was allowed to fluctuate from 9 to 11).
However, in the past version, the hysteresis was wrongfully defined as the maximum difference to the setpoint (e.g. setpoint of 10: the value was allowed to fluctuate from 8 to 12).
4.0.0 Update to AX SDK 2510
Merge pull request #31 from simatic-ax/chore/add_new_siging_key chore: add new sining key, use new v4 actions and update minor change…
3.0.0 Update to AX SDK 2504
Merge pull request #29 from simatic-ax/prepare-catalog-2504 chore: catalog 2504 deps / incorporate new workflows
Release with SDK 2405 and apax 3.2.1
What's Changed
- Update README.md by @sjuergen in #14
- chore(deps): update dependency @ax/sdk to v2405 by @simatic-ax-bot in #15
Full Changelog: 1.1.0...2.0.0
Migrate to SDK 2311
Merge pull request #13 from simatic-ax/migrate-2311 Migrate sdk 2311