Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ESS EPICS Environment
wrappers
e3-llrfsystem
Commits
7b930443
Commit
7b930443
authored
May 05, 2022
by
Gabriel Fedel
Browse files
Increase calbackquesize to 100000
parent
cff82380
Pipeline
#112316
passed with stages
in 9 minutes and 59 seconds
Changes
3
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
7b930443
# 3.7.12
*
Increase callbackqueuesize to 100000
# 3.7.11
*
Remove AS_TOP from base snippet
...
...
configure/CONFIG_MODULE
View file @
7b930443
...
...
@@ -2,7 +2,7 @@
EPICS_MODULE_NAME:=llrfsystem
#
E3_MODULE_VERSION:=3.7.1
1
+0
E3_MODULE_VERSION:=3.7.1
2
+0
SEQUENCER_DEP_VERSION:=2.2.9+0
...
...
llrfsystem/iocsh/llrfsystem.iocsh
View file @
7b930443
...
...
@@ -19,7 +19,7 @@ require sequencer
ndsSetTraceLevel 2
# Needed to avoid problems on the callback queue
callbackSetQueueSize(10000)
callbackSetQueueSize(10000
0
)
dbLoadRecords("system-parameters.template", "P=$(P), R=$(R=), PD=$(PD), RD=$(RD), DIG2MAIN=$(DIG2MAIN=0), DIG3MAIN=$(DIG3MAIN=0), DIG4MAIN=$(DIG4MAIN=0), F-SAMPLING=$(F-SAMPLING), F-SYSTEM=$(F-SYSTEM)")
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment