Skip to content

Commit c35afe1

Browse files
authored
Update CHANGELOG.md
1 parent 2dc308a commit c35afe1

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,23 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
66

77
## [Unreleased]
88

9-
## [1.1] - 2017-12-15
9+
## [2.0.0] - 2018-01-25
10+
### Changed
11+
- HUGE performance inprovements, especially when using multiple axes. The poll method has been completely rewritten to minimize network access. Now a single modbus I/O is executed per each poll (in the controller poll) to update the position and status of all the axes, requiring just about 15-20ms, instead of about 70-100ms per axis. This enables much faster movement startup.
12+
- beckDriver now implements asynInt32Array to read/write values from multiple modules at the same time.
13+
- now using modbus absolute addressing to have syncronous readings.
14+
### Fixed
15+
- fixed wrong record value at startup
16+
- fixed multiple errors printings at startup
17+
- fixed moving reporting to motor record to set polling period
18+
- other bug fixes
19+
20+
## [1.1.0] - 2017-12-15
1021
### Added
1122
- Implemented STOP function
1223
- Small efficiency improvements
1324

14-
## [1.0] - 2017-05-24
25+
## [1.0.0] - 2017-05-24
1526
### Added
1627
- First release
1728
- Position control movements

0 commit comments

Comments
 (0)