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
5a728bc4
Commit
5a728bc4
authored
3 years ago
by
Gabriel Fedel
Browse files
Options
Downloads
Patches
Plain Diff
Include a PV to set modulator at 14Hz
parent
4cede8f7
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
evrisland/evrislandApp/Db/evrisland.template
+26
-0
26 additions, 0 deletions
evrisland/evrislandApp/Db/evrisland.template
iocsh/evrisland-base.iocsh
+7
-0
7 additions, 0 deletions
iocsh/evrisland-base.iocsh
with
33 additions
and
0 deletions
evrisland/evrislandApp/Db/evrisland.template
+
26
−
0
View file @
5a728bc4
...
@@ -774,3 +774,29 @@ record(fanout, "$(P)$(R=)#SelEvnMon") {
...
@@ -774,3 +774,29 @@ record(fanout, "$(P)$(R=)#SelEvnMon") {
field(LNK6, "$(P)$(R=)#EvnMonIsl")
field(LNK6, "$(P)$(R=)#EvnMonIsl")
field(LNK7, "$(P)$(R=)#EvnMonRFSt")
field(LNK7, "$(P)$(R=)#EvnMonRFSt")
}
}
#### Use Modulator at 14Hz
record(bo, "$(P)$(R=)ModulatorMode") {
field(DESC, "Choose modulator operation mode")
field(ZNAM, "Normal")
field(ONAM, "14Hz")
field(FLNK, "$(P)$(R=)#ModulatorPulser")
info(autosaveFields_pass0, "VAL")
}
record(calc, "$(P)$(R=)#ModulatorPulser"){
field(INPA, "$(P)$(R=)ModulatorMode")
field(CALC, "A=0?0:7")
field(FLNK, "$(P)$(R=)#SetModModeNormal")
}
record(seq, "$(P)$(R=)#SetModModeNormal") {
field(DOL0, "$(P)$(R=)#ModulatorPulser")
field(LNK0, "$(EVRPREFIX)Out-FP0-Src-Pulse-SP PP")
field(DOL1, "$(P)$(R=)#ModulatorPulser")
field(LNK1, "$(EVRPREFIX)Out-FP1-Src-Pulse-SP PP")
field(DOL2, "$(P)$(R=)#ModulatorPulser")
field(LNK2, "$(EVRPREFIX)Out-FPUV0-Src-Pulse-SP PP")
}
This diff is collapsed.
Click to expand it.
iocsh/evrisland-base.iocsh
+
7
−
0
View file @
5a728bc4
...
@@ -74,6 +74,13 @@ afterInit("dbpf $(PREFIX):Out-Back0-Src-SP 6") # trigger from delay generator 6
...
@@ -74,6 +74,13 @@ afterInit("dbpf $(PREFIX):Out-Back0-Src-SP 6") # trigger from delay generator 6
afterInit("dbpf $(PREFIX):Out-Back0-Label-I 'FIM'") # Set labels
afterInit("dbpf $(PREFIX):Out-Back0-Label-I 'FIM'") # Set labels
afterInit("dbpf $(PREFIX):DlyGen-6-Label-I 'FIM'") # Set labels
afterInit("dbpf $(PREFIX):DlyGen-6-Label-I 'FIM'") # Set labels
# Pulser 7 - 14Hz for Modulator
afterInit("dbpf $(PREFIX):DlyGen-7-Evt-Trig0-SP $(F14Hz)")
afterInit("dbpf $(PREFIX):DlyGen-7-Width-SP 100") # time in micro-seconds
afterInit("dbpf $(PREFIX):DlyGen-7-Delay-SP 44976.090") # time in micro-seconds
afterInit("dbpf $(PREFIX):DlyGen-7-Label-I 'Modulator 14Hz'") # Set labels
#######################################################
#######################################################
####### Pulsers for Frequency events from Global timing
####### Pulsers for Frequency events from Global timing
#######################################################
#######################################################
...
...
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