Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
sis8300llrf
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
epics-modules
RF
sis8300llrf
Commits
93a40f92
Commit
93a40f92
authored
3 years ago
by
Gabriel Fedel
Browse files
Options
Downloads
Patches
Plain Diff
Doesn't load a dummy table at the startup
parent
74d6acdf
No related branches found
No related tags found
2 merge requests
!11
Changes for firmware 1.0.0
,
!10
Firmware 1.0.0 support
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
iocsh/sis8300llrf.iocsh
+0
-11
0 additions, 11 deletions
iocsh/sis8300llrf.iocsh
with
0 additions
and
11 deletions
iocsh/sis8300llrf.iocsh
+
0
−
11
View file @
93a40f92
...
...
@@ -62,16 +62,6 @@ afterInit("dbpf $(LLRF_DIGRTM_PREFIX):$(LLRF_DIG_R=DIG01):Dwn5-EnTransf 1")
afterInit("dbpf $(LLRF_DIGRTM_PREFIX):$(LLRF_DIG_R=DIG01):Dwn6-EnTransf 1")
afterInit("dbpf $(LLRF_DIGRTM_PREFIX):$(LLRF_DIG_R=DIG01):Dwn7-EnTransf 1")
# Set a "Dummy" Control table, so the firmware will not have an "empty" table
afterInit("epicsThreadSleep(1)")
afterInit("dbpf $(LLRF_DIGRTM_PREFIX):$(LLRF_DIG_R=DIG01):SPTbl-I 0")
afterInit("dbpf $(LLRF_DIGRTM_PREFIX):$(LLRF_DIG_R=DIG01):SPTbl-Q 0")
afterInit("dbpf $(LLRF_DIGRTM_PREFIX):$(LLRF_DIG_R=DIG01):FFTbl-I 0")
afterInit("dbpf $(LLRF_DIGRTM_PREFIX):$(LLRF_DIG_R=DIG01):FFTbl-Q 0")
afterInit("epicsThreadSleep(1)")
afterInit("dbpf $(LLRF_DIGRTM_PREFIX):$(LLRF_DIG_R=DIG01):SPTbl-TblToFW 1")
afterInit("dbpf $(LLRF_DIGRTM_PREFIX):$(LLRF_DIG_R=DIG01):FFTbl-TblToFW 1")
# Restore autosaved values
afterInit("dbpf $(LLRF_DIGRTM_PREFIX):$(LLRF_DIG_R=DIG01):#RestoreSIS8300 1")
afterInit("dbpf $(LLRF_DIGRTM_PREFIX):$(LLRF_DIG_R=DIG01):#RestoreSIS8300LLRF 1")
...
...
@@ -81,7 +71,6 @@ afterInit("epicsThreadSleep(1)")
afterInit("dbpf $(LLRF_DIGRTM_PREFIX):$(LLRF_DIG_R=DIG01):SPTbl-TblToFW 1")
afterInit("dbpf $(LLRF_DIGRTM_PREFIX):$(LLRF_DIG_R=DIG01):FFTbl-TblToFW 1")
# Restore Device firmware settings
afterInit("epicsThreadSleep(5)")
...
...
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