Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
e3-ioc-llrf-ts2-1-2
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iocs
manual
rf
e3-ioc-llrf-ts2-1-2
Commits
d497d361
Commit
d497d361
authored
3 years ago
by
Gabriel Fedel
Browse files
Options
Downloads
Patches
Plain Diff
Update for TS2 - System 1 - LLRF 2
parent
77abd492
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
README.md
+2
-2
2 additions, 2 deletions
README.md
env.sh
+6
-11
6 additions, 11 deletions
env.sh
st.cmd
+1
-7
1 addition, 7 deletions
st.cmd
with
9 additions
and
20 deletions
README.md
+
2
−
2
View file @
d497d361
#
e3-ioc-
LLRF
# LLRF
IOC
ESS
LLRF
ioc generic - 1 digitizer - Cold linac
LLRF
IOC for TS2 - System 1 - LLRF 2
---
---
This diff is collapsed.
Click to expand it.
env.sh
+
6
−
11
View file @
d497d361
export
IOCNAME
=
"
LL
RF:Ctrl-IOC-
0
1"
export
IOCNAME
=
"
TS2-010
RF
C
:Ctrl-IOC-1
02
"
export
EPICS_CA_MAX_ARRAY_BYTES
=
16777300
export
LLRF_PREFIX
=
"TS2-010RFC:RFS-LLRF-102"
export
LLRF_PREFIX
=
"LLRF"
export
LLRF_DIGRTM_PREFIX
=
"TS2-010RFC"
export
LLRF_DIGRTM_PREFIX
=
"LLRF"
export
LLRF_DIG_R_1
=
"
DIG1
"
export
LLRF_DIG_R_1
=
"
RFS-DIG-102
"
export
LLRF_RFM_R_1
=
"RF
M1
"
export
LLRF_RFM_R_1
=
"RF
S-RFM-102
"
export
F_SAMPLING
=
117.403333333
export
F_SAMPLING
=
117.403333333
export
F_SYSTEM
=
704.42
export
F_SYSTEM
=
704.42
export
NEARIQN
=
14
export
NEARIQN
=
14
export
NEARIQM
=
3
export
NEARIQM
=
3
export
LLRF_SLOT_1
=
3
export
LLRF_SLOT_1
=
6
# Move this to llrfsystem with different substitutions?
# Move this to llrfsystem with different substitutions?
export
CAVITYCH
=
0
export
CAVITYCH
=
0
export
CAVFWDCH
=
2
export
CAVFWDCH
=
2
export
PWRFWDCH
=
3
export
PWRFWDCH
=
3
export
TABLE_SMNM_MAX
=
1000
# Double check this
export
TABLE_SMNM_MAX
=
1000
# Double check this
# Timing
export
EVRPREFIX
=
"LLRF:EVR"
export
EVRSLOT
=
"0e:00.0"
This diff is collapsed.
Click to expand it.
st.cmd
+
1
−
7
View file @
d497d361
...
@@ -9,17 +9,11 @@ epicsEnvSet("F-SYSTEM" "$(F_SYSTEM)")
...
@@ -9,17 +9,11 @@ epicsEnvSet("F-SYSTEM" "$(F_SYSTEM)")
#
Load
standard
module
startup
scripts
#
Load
standard
module
startup
scripts
iocshLoad
(
"$(essioc_DIR)/common_config.iocsh"
)
iocshLoad
(
"$(essioc_DIR)/common_config.iocsh"
)
#
Load
timing
require
mrfioc2
,
2
.3.1
-beta
.5
require
evrisland
iocshLoad
(
"$(evrisland_DIR)/island_with_mrfioc.iocsh"
)
#
Load
LLRF
#
Load
LLRF
require
llrfsystem
require
llrfsystem
epicsEnvSet
(
"RFENDPV"
,
"$(LLRF_DIGRTM_PREFIX):$(LLRF_DIG_R_1):PosRFEnd"
)
epicsEnvSet
(
"RFENDPV"
,
"$(LLRF_DIGRTM_PREFIX):$(LLRF_DIG_R_1):PosRFEnd"
)
callbackSetQueueSize
(
10000
)
iocshLoad
(
"$(llrfsystem_DIR)/generic-1-dig.iocsh"
,
"P=$(LLRF_PREFIX):, R=, PD=$(LLRF_DIGRTM_PREFIX):, RD=$(LLRF_DIG_R_1):, PD1=$(LLRF_DIGRTM_PREFIX):, RD1=$(LLRF_DIG_R_1):, RR=$(LLRF_RFM_R_1):"
)
iocshLoad
(
"$(llrfsystem_DIR)/generic-1-dig.iocsh"
,
"P=$(LLRF_PREFIX)::, R=, PD=$(LLRF_DIGRTM_PREFIX):, RD=$(LLRF_DIG_R_1):, PD1=$(LLRF_DIGRTM_PREFIX):, RD1=$(LLRF_DIG_R_1):, RR=$(LLRF_RFM_R_1):"
)
dbl
>
PVs
.list
dbl
>
PVs
.list
##
For
commands
to
be
run
after
iocInit
,
use
the
function
afterInit
()
##
For
commands
to
be
run
after
iocInit
,
use
the
function
afterInit
()
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment