Skip to content

Commit 7769af5

Browse files
guirodrigueslimaericonr
authored andcommitted
base: update motorPIGCS2 module to version R1-3
The motorPIGCS2 module was updated to a new tag, adding support for the E-727 and C-887 controllers. The pigcs2 IOC build was removed due to the new IOC build support from 29e03f4 (images: change in IOC build process, 2026-03-25).
1 parent 8202178 commit 7769af5

3 files changed

Lines changed: 4 additions & 13 deletions

File tree

CHANGES.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ for that release.
3939
https://github.com/cnpem/epics-in-docker/pull/127
4040
* base: update motorParker module to version R1-2-1. by @guirodrigueslima in
4141
https://github.com/cnpem/epics-in-docker/pull/139
42+
* base: update motorPIGCS2 module to version R1-3. by @guirodrigueslima in
43+
https://github.com/cnpem/epics-in-docker/pull/138
4244

4345
## v0.14.1
4446

base/install_motor.sh

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,7 @@ cd motor/modules
1313
git submodule update --init --depth 1 -j ${JOBS} \
1414
motorMotorSim
1515

16-
git submodule update --init -j ${JOBS} \
17-
motorPIGCS2
18-
19-
git -C motorPIGCS2 checkout ${PIGCS2_VERSION}
20-
16+
download_from_github epics-motor motorPIGCS2 $PIGCS2_VERSION
2117
download_from_github cnpem motorNewport $NEWPORT_VERSION
2218
download_from_github epics-motor motorParker $PARKER_VERSION
2319

@@ -51,13 +47,6 @@ cd ..
5147
make -j${JOBS}
5248
make clean
5349

54-
install_module -i modules/motorPIGCS2/iocs/pigcs2IOC PIGCS2 "
55-
EPICS_BASE
56-
ASYN
57-
MOTOR
58-
SNCSEQ
59-
"
60-
6150
cd $EPICS_MODULES_PATH
6251

6352
download_from_github dls-controls pmac $PMAC_VERSION

base/motor_versions.sh

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

0 commit comments

Comments
 (0)