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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,22 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
6
6
7
7
## [Unreleased]
8
8
9
+
## [2.1.4] - 2019-03-22
10
+
### Changed
11
+
- Updated CI build to use darcato/epicsmng image
12
+
- More verbose output to signal some failures
13
+
### Fixed
14
+
- Fix crash when the IP port is disconnected
15
+
- Homing procedure does not stop in wrong position when starting from LS
16
+
- Stop is now working also during homing procedures
17
+
- Latching positions readings to avoid false readings
18
+
- Setting the target position with both registers always to be more robust
19
+
### Known Issues
20
+
- The first movement after the IOC is started may begin on the wrong direction. When a limit switch is hit, the motor record adjusts it and bring the motor to desired position.
21
+
- When homing is started from a limit switch, the movement is not continuous. This is because the driver actually does a first movement to exit LS and then starts the homing.
22
+
9
23
## [2.1.3] - 2019-03-06
24
+
### Fixed
10
25
- Check the actual available number of controllers on the beckDriver port to avoid errors when using incorrect parameters
11
26
- Restrict axis ranges for the shell commands to the available ones
0 commit comments