Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add debug trigger for BPM racks #313

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Add debug trigger for BPM racks #313

wants to merge 3 commits into from

Conversation

ericonr
Copy link
Contributor

@ericonr ericonr commented Feb 20, 2024

CRT6 is not in use at the moment, so we can put it in operation for debugging purposes. A companion additional event is also added.

This event can be used by expert teams for elaborate debug schemes.
@@ -1041,6 +1041,140 @@
},
'channels': ('IA-01RaInj05:PU-Osc:AUXIN', ),
},
'AS-Glob:TI-RaBPM-Dbg': {
'database': {
'Src': {'enums': ('Linac', 'Cycle', 'Study', 'OrbSI', 'FOFBS', 'Debug', )},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You don't need to add 'Linac' and 'Study' here.

The events 'RmpBO', 'Linac', 'Study' are added to all triggers.

Why do you need 'Cycle' here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do you need 'Cycle' here?

Kind of for completeness, but also as a bit of (possibly unnecessary) future proofing, I think. It would be for some possible time when the fast power supplies are cycled using triggers instead of via EPICS PVs only.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants