-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add setup files for synApps 6.0 and 6.1
(fixes #15)
- Loading branch information
1 parent
47d3f0c
commit c8b0894
Showing
3 changed files
with
94 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# Release tags for synApps modules as per synApps-6.0 | ||
# see https://github.com/EPICS-synApps/support/blob/21f7fcd0f33cef5d34aacbd4e33511b43398a6dc/assemble_synApps.sh | ||
# also for additional configuration that could be done in hook scripts | ||
|
||
ALLENBRADLEY=2.3 | ||
ALIVE=R1-1-0 | ||
AREA_DETECTOR=R3-3-1 | ||
ASYN=R4-33 | ||
AUTOSAVE=R5-9 | ||
BUSY=R1-7 | ||
CALC=R3-7-1 | ||
CAMAC=R2-7-1 | ||
CAPUTRECORDER=R1-7-1 | ||
DAC128V=R2-9 | ||
DELAYGEN=R1-2-0 | ||
DXP=R5-0 | ||
DXPSITORO=R1-1 | ||
DEVIOCSTATS=3.1.15 | ||
#GALIL=V3-6 | ||
IP=R2-19-1 | ||
IPAC=2.15 | ||
IP330=R2-9 | ||
IPUNIDIG=R2-11 | ||
LOVE=R3-2-6 | ||
LUA=R1-2-2 | ||
MCA=R7-7 | ||
MEASCOMP=R2-1 | ||
MODBUS=R2-11 | ||
MOTOR=R6-10-1 | ||
OPTICS=R2-13-1 | ||
QUADEM=R9-1 | ||
SNCSEQ=2.2.5 | ||
SOFTGLUE=R2-8-1 | ||
SOFTGLUEZYNQ=R2-0-1 | ||
SSCAN=R2-11-1 | ||
STD=R3-5 | ||
STREAM=R2-7-7c | ||
VAC=R1-7 | ||
VME=R2-9 | ||
YOKOGAWA_DAS=R1-0-0 | ||
XXX=R6-0 | ||
|
||
include synApps-common |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
# Release tags for synApps modules as per synApps-6.1 | ||
# see https://github.com/EPICS-synApps/support/blob/cc5adba5b8848c9cb98ab96768d668ae927d8859/assemble_synApps.sh | ||
# also for additional configuration that could be done in hook scripts | ||
|
||
#ALLENBRADLEY=2.3 | ||
ALIVE=R1-1-1 | ||
AREA_DETECTOR=R3-7 | ||
ASYN=R4-36 | ||
AUTOSAVE=R5-10 | ||
BUSY=R1-7-2 | ||
CALC=R3-7-3 | ||
CAMAC=R2-7-1 | ||
CAPUTRECORDER=R1-7-2 | ||
DAC128V=R2-9 | ||
DELAYGEN=R1-2-1 | ||
DXP=R6-0 | ||
DXPSITORO=R1-2 | ||
DEVIOCSTATS=3.1.16 | ||
#ETHERIP=ether_ip-3-1 | ||
#GALIL=V3-6 | ||
IP=R2-20-1 | ||
IPAC=2.15 | ||
IP330=R2-9 | ||
IPUNIDIG=R2-11 | ||
LOVE=R3-2-7 | ||
LUA=R2-0 | ||
MCA=R7-8 | ||
MEASCOMP=R2-3 | ||
MODBUS=R3-0 | ||
MOTOR=R7-1 | ||
OPTICS=R2-13-3 | ||
QUADEM=R9-2-1 | ||
SNCSEQ=2.2.6 | ||
SOFTGLUE=R2-8-2 | ||
SOFTGLUEZYNQ=R2-0-2 | ||
SSCAN=R2-11-3 | ||
STD=R3-6 | ||
STREAM=2.8.9 | ||
VAC=R1-9 | ||
VME=R2-9-2 | ||
YOKOGAWA_DAS=R2-0-1 | ||
XXX=R6-1 | ||
|
||
include synApps-common |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Common settings for all synApps releases | ||
|
||
DEVIOCSTATS_REPONAME=iocStats | ||
ETHERIP_REPOOWNER=EPICSTools | ||
GALIL_REPOOWNER=motorapp | ||
GALIL_REPONAME=Galil-3-0 | ||
AREADETECTOR_REPOOWNER=areaDetector |