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
Wiki
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
Mateusz Nabywaniec
e3-ioc-llrf-ts2-1-2
Commits
37a236d0
Commit
37a236d0
authored
3 years ago
by
Gabriel Fedel
Committed by
Thomas Fay
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Last Changes
parent
cecd16da
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
env.sh
+1
-1
1 addition, 1 deletion
env.sh
override_rflps_on_llrf.sh
+4
-0
4 additions, 0 deletions
override_rflps_on_llrf.sh
st.cmd
+4
-2
4 additions, 2 deletions
st.cmd
with
9 additions
and
3 deletions
env.sh
+
1
−
1
View file @
37a236d0
export
IOCNAME
=
"TS2-
010
:Ctrl-IOC-0
05
"
export
IOCNAME
=
"
TS2-
LLRF1
:Ctrl-IOC-0
1
"
export
AS_TOP
=
/opt/nonvolatile
export
EPICS_CA_MAX_ARRAY_BYTES
=
16777300
...
...
This diff is collapsed.
Click to expand it.
override_rflps_on_llrf.sh
0 → 100755
+
4
−
0
View file @
37a236d0
#!/bin/bash
/usr/local/bin/sis8300drv_reg /dev/sis8300-6 0xF05
-w
2
/usr/local/bin/sis8300drv_reg /dev/sis8300-6 0xF06
-w
2
This diff is collapsed.
Click to expand it.
st.cmd
+
4
−
2
View file @
37a236d0
...
...
@@ -10,13 +10,15 @@ epicsEnvSet("F-SYSTEM" "$(F_SYSTEM)")
iocshLoad
(
"$(common_DIR)/e3-common.iocsh"
)
#
Load
LLRF
require
llrfsystem
require
llrfsystem
,
2
.8.4
iocshLoad
(
"$(llrfsystem_DIR)/ts2.iocsh"
,
"P=$(LLRF_PREFIX)::, R=, PD=$(LLRF_DIGRTM_PREFIX):, RD=$(LLRF_DIG_R_1):, PD1=$(LLRF_DIGRTM_PREFIX):, RD1=$(LLRF_DIG_R_1):, PD2=$(LLRF_DIGRTM_PREFIX):, RD2=$(LLRF_DIG_R_2):"
)
epicsEnvSet
(
"RFENDPV"
,
"$(LLRF_DIGRTM_PREFIX):$(LLRF_DIG_R_1):PosRFEnd"
)
iocshLoad
(
"$(llrfsystem_DIR)/ts2.iocsh"
,
"P=$(LLRF_PREFIX)::, R=, PD=$(LLRF_DIGRTM_PREFIX):, RD=$(LLRF_DIG_R_1):, PD1=$(LLRF_DIGRTM_PREFIX):, RD1=$(LLRF_DIG_R_1):, PD2=$(LLRF_DIGRTM_PREFIX):, RD2=$(LLRF_DIG_R_2):, RR=$(LLRF_RFM_R_1):"
)
dbl
>
PVs
.list
##
For
commands
to
be
run
after
iocInit
,
use
the
function
afterInit
()
afterInit
(
"system $(E3_IOCSH_TOP)/override_rflps_on_llrf.sh"
)
#
Call
iocInit
to
start
the
IOC
iocInit
()
date
...
...
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