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
bea52cfc
Commit
bea52cfc
authored
3 years ago
by
Gabriel Fedel
Browse files
Options
Downloads
Patches
Plain Diff
Reduce backplane width to 2us
parent
40c89441
No related branches found
No related tags found
No related merge requests found
Pipeline
#83755
failed
3 years ago
Stage: check
Stage: build
Stage: test
Stage: pre-deploy
Stage: deploy
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
configure/CONFIG_MODULE
+1
-1
1 addition, 1 deletion
configure/CONFIG_MODULE
iocsh/evr-island-base.iocsh
+5
-5
5 additions, 5 deletions
iocsh/evr-island-base.iocsh
with
6 additions
and
6 deletions
configure/CONFIG_MODULE
+
1
−
1
View file @
bea52cfc
...
...
@@ -3,7 +3,7 @@ EPICS_MODULE_NAME:=evrisland
EPICS_MODULE_TAG:=master
#
E3_MODULE_VERSION:=1.
1
.0
E3_MODULE_VERSION:=1.
2
.0
# DEPENDENT MODULE VERSION
# For Example,
...
...
This diff is collapsed.
Click to expand it.
iocsh/evr-island-base.iocsh
+
5
−
5
View file @
bea52cfc
...
...
@@ -42,35 +42,35 @@ afterInit("dbpf $(PREFIX):OutFPUV3-Src-SP 1")
# Pulser 2 - LLRF Start - TX17
afterInit("dbpf $(PREFIX):DlyGen2-Evt-Trig0-SP $(Island_event)")
afterInit("dbpf $(PREFIX):DlyGen2-Width-SP
100
") # time in micro-seconds
afterInit("dbpf $(PREFIX):DlyGen2-Width-SP
2
") # time in micro-seconds
afterInit("dbpf $(PREFIX):OutBack1-Src-SP 2") # trigger from delay generator 2 to TX17
afterInit("dbpf $(PREFIX):OutBack1-Label-I 'LLRF Start'") # Set labels
afterInit("dbpf $(PREFIX):DlyGen2-Label-I 'LLRF Start'") # Set labels
#Pulser 3 - LLRF End - TX20
afterInit("dbpf $(PREFIX):DlyGen3-Evt-Trig0-SP $(Island_event)")
afterInit("dbpf $(PREFIX):DlyGen3-Width-SP
100
") # time in micro-seconds
afterInit("dbpf $(PREFIX):DlyGen3-Width-SP
2
") # time in micro-seconds
afterInit("dbpf $(PREFIX):OutBack7-Src-SP 3") # trigger from delay generator 3 to TX20
afterInit("dbpf $(PREFIX):OutBack7-Label-I 'LLRF End'") # Set labels
afterInit("dbpf $(PREFIX):DlyGen3-Label-I 'LLRF End'") # Set labels
#Pulser 4 Beam Start - RX18
afterInit("dbpf $(PREFIX):DlyGen4-Evt-Trig0-SP $(Island_event)")
afterInit("dbpf $(PREFIX):DlyGen4-Width-SP
100
") # time in micro-seconds
afterInit("dbpf $(PREFIX):DlyGen4-Width-SP
2
") # time in micro-seconds
afterInit("dbpf $(PREFIX):OutBack2-Src-SP 4") # trigger from delay generator 4 to RX18
afterInit("dbpf $(PREFIX):OutBack2-Label-I 'Beam Start'") # Set labels
afterInit("dbpf $(PREFIX):DlyGen4-Label-I 'Beam Start'") # Set labels
#Pulser 5 Beam End - TX18
afterInit("dbpf $(PREFIX):DlyGen5-Evt-Trig0-SP $(Island_event)")
afterInit("dbpf $(PREFIX):DlyGen5-Width-SP
100
") # time in micro-seconds
afterInit("dbpf $(PREFIX):DlyGen5-Width-SP
2
") # time in micro-seconds
afterInit("dbpf $(PREFIX):OutBack3-Src-SP 5") # trigger from delay generator 5 to TX18
afterInit("dbpf $(PREFIX):OutBack3-Label-I 'Beam End'") # Set labels
afterInit("dbpf $(PREFIX):DlyGen5-Label-I 'Beam End'") # Set labels
# Pulser 6 - FIM Trigger - RX17
afterInit("dbpf $(PREFIX):DlyGen6-Evt-Trig0-SP $(Island_event)")
afterInit("dbpf $(PREFIX):DlyGen6-Width-SP
100
") # time in micro-seconds
afterInit("dbpf $(PREFIX):DlyGen6-Width-SP
2
") # time in micro-seconds
afterInit("dbpf $(PREFIX):OutBack0-Src-SP 6") # trigger from delay generator 6 to RX17
afterInit("dbpf $(PREFIX):OutBack0-Label-I 'FIM'") # Set labels
afterInit("dbpf $(PREFIX):DlyGen6-Label-I 'FIM'") # Set labels
...
...
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