Skip to content

Commit 20d4123

Browse files
base: update motorParker module
- A new feature has been implemented in the motorParker module to define motor resolution. It is now possible to configure MRES and motor resolution separately. - Motor status MSTA field was included. - The configureController() function was created to allow the controller to be reconfigured in case it is turned off and on again.
1 parent 9e225db commit 20d4123

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Unreleased
44

5+
### New features
6+
7+
* base: update motorParker module. by @guirodrigueslima in
8+
https://github.com/cnpem/epics-in-docker/pull/124
9+
* motorParker module define motor resolution and motor status was included.
10+
511
## v0.14.1
612

713
### Bug fixes

base/motor_versions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
MOTOR_VERSION=R7-3-1
22
PIGCS2_VERSION=60af8bdb17c1717e4545d8170f820e358ce31458
33
PMAC_VERSION=2-6-4b3
4-
PARKER_VERSION=R1-1-1-oem-3
4+
PARKER_VERSION=R1-1-1-oem-4

0 commit comments

Comments
 (0)