Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
e3-evrisland
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
ESS EPICS Environment
wrappers
e3-evrisland
Commits
c64203d9
Commit
c64203d9
authored
1 year ago
by
Gabriel Fedel
Browse files
Options
Downloads
Patches
Plain Diff
Apply dbformat
parent
53a32dea
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!26
Implement On Demand for Mixed Mode
Pipeline
#164877
passed with warnings
1 year ago
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
evrisland/evrislandApp/Db/evrisland.template
+5
-6
5 additions, 6 deletions
evrisland/evrislandApp/Db/evrisland.template
with
5 additions
and
6 deletions
evrisland/evrislandApp/Db/evrisland.template
+
5
−
6
View file @
c64203d9
...
@@ -221,7 +221,6 @@ record(calc, "$(P)$(R=)Cycle-Cnt") {
...
@@ -221,7 +221,6 @@ record(calc, "$(P)$(R=)Cycle-Cnt") {
info(ARCHIVE_THIS, "")
info(ARCHIVE_THIS, "")
}
}
# User input for number of cycles when mode = On Demand (burst)
# User input for number of cycles when mode = On Demand (burst)
record(ao, "$(P)$(R=)NCycles") {
record(ao, "$(P)$(R=)NCycles") {
field(DESC, "Number of cycles for fixed mode")
field(DESC, "Number of cycles for fixed mode")
...
@@ -628,11 +627,11 @@ record(calcout, "$(P)$(R=)#ChcStartFixMix") {
...
@@ -628,11 +627,11 @@ record(calcout, "$(P)$(R=)#ChcStartFixMix") {
}
}
# Acts as a variable to store num. cycles before burst
# Acts as a variable to store num. cycles before burst
record(ai, "$(P)$(R=)NCyclesPartial") {
record(ai, "$(P)$(R=)NCyclesPartial") {
field(DESC, "Num. cycles before burst")
field(DESC, "Num. cycles before burst")
field(DTYP, "Soft Channel")
field(DTYP, "Soft Channel")
field(SCAN, "Passive")
field(SCAN, "Passive")
}
}
record(seq, "$(P)$(R=)#FixedCycMix"){
record(seq, "$(P)$(R=)#FixedCycMix"){
# "save" the current number of cycles
# "save" the current number of cycles
...
...
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