Skip to content
Snippets Groups Projects
Commit 715c6a06 authored by Gabriel Fedel's avatar Gabriel Fedel :speech_balloon:
Browse files

Remove table reload from all startups

parent 8f0c4812
No related branches found
No related tags found
1 merge request!16Small updates and fixes
...@@ -66,11 +66,6 @@ afterInit("dbpf $(LLRF_DIGRTM_PREFIX):$(LLRF_DIG_R=DIG01):Dwn7-EnTransf 1") ...@@ -66,11 +66,6 @@ afterInit("dbpf $(LLRF_DIGRTM_PREFIX):$(LLRF_DIG_R=DIG01):Dwn7-EnTransf 1")
afterInit("dbpf $(LLRF_DIGRTM_PREFIX):$(LLRF_DIG_R=DIG01):#RestoreSIS8300 1") afterInit("dbpf $(LLRF_DIGRTM_PREFIX):$(LLRF_DIG_R=DIG01):#RestoreSIS8300 1")
afterInit("dbpf $(LLRF_DIGRTM_PREFIX):$(LLRF_DIG_R=DIG01):#RestoreSIS8300LLRF 1") afterInit("dbpf $(LLRF_DIGRTM_PREFIX):$(LLRF_DIG_R=DIG01):#RestoreSIS8300LLRF 1")
# Reload PI Tables
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 # Restore Device firmware settings
afterInit("epicsThreadSleep(5)") afterInit("epicsThreadSleep(5)")
......
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