Skip to content

Commit a9841f6

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. In addition, the motor status MSTA field was included. Furthermore, the configureController() function was created to allow the controller to be reconfigured in case it is turned off and on again.
1 parent 8f18770 commit a9841f6

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
### New features
66

7+
* base: update motorParker module. by @guirodrigueslima in
8+
https://github.com/cnpem/epics-in-docker/pull/124
9+
* Support for motor resolution, motor status and reconfiguration upon reconnection added.
710
* base: add lakeshore340 module. by @guirodrigueslima in
811
https://github.com/cnpem/epics-in-docker/pull/123
912

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)