Skip to content
Snippets Groups Projects
Unverified Commit ec0c0d70 authored by ThomasFayESS's avatar ThomasFayESS Committed by GitHub
Browse files

Merge pull request #22 from icshwi/asyn-4.36

Bump Asyn version to 4.36 and inherits new functionality for VMout DC offseting from sis8300 module.
parents 6073b277 628b08d2
No related branches found
No related tags found
No related merge requests found
...@@ -3,14 +3,8 @@ e3-sis8300llrf ...@@ -3,14 +3,8 @@ e3-sis8300llrf
====== ======
ESS Site-specific EPICS module : sis8300llrf ESS Site-specific EPICS module : sis8300llrf
## Startup scripts ## Running the IOC and timing support
* To deploy this IOC as service use the script startup/deployServiceIOC.sh : The repository https://gitlab.esss.lu.se/icshwi/llrf-deployment-tools.git provides tooling to set up IOC and associated timing support.
`sudo ./deployServiceIOC.sh <e3 source directory> <epics base directory> <epics require version> <IOC name>`
This deploy script will correctly if boards are already connected and recognized by the OS # NOTE - The tooling in llrf-deployment-tools is valid only for the latest software release of sis8300llrf module. Backwards compatibility to older sis8300llrf modules is by design not supported.
The IOC will then run on boot of the system. Alternatively for manual initiation the startup script for the system can be found at /epics/iocs/sis8300llrf/llrf.cmd
## Timing support
This EPICS module provides basic timing support by the instantiation of the timing_template.iocsh code snippet. This snippet is instantiated with the correct PCIe enumeration of the EVR available on the bus if one is present. Soft sequencer functionality is provided via the tr-sequencer.sh script where and event generator is not present. This script should be run after IOC initialisation to start the soft sequence of timing events internally in the EVR.
EPICS_MODULE_NAME:=sis8300llrf EPICS_MODULE_NAME:=sis8300llrf
# #
EPICS_MODULE_TAG:=tags/v3.13.2 EPICS_MODULE_TAG:=tags/v3.14.0
# #
E3_MODULE_VERSION:=3.13.2 E3_MODULE_VERSION:=3.14.0
# #
ASYN_DEP_VERSION=4.33.0 ASYN_DEP_VERSION=4.36.0
# #
LOKI_DEP_VERSION=1.0.0 LOKI_DEP_VERSION=1.0.0
# #
NDS_DEP_VERSION=2.3.3 NDS_DEP_VERSION=2.3.4
# #
SIS8300DRV_DEP_VERSION=4.6.3 SIS8300DRV_DEP_VERSION=4.6.3
# #
SIS8300_DEP_VERSION=2.8.0 SIS8300_DEP_VERSION=2.8.1
# #
SIS8300LLRFDRV_DEP_VERSION=5.4.0 SIS8300LLRFDRV_DEP_VERSION=5.4.0
# #
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment