-
Notifications
You must be signed in to change notification settings - Fork 9
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
adding tmo daq damage pv #27
Conversation
It looks good to me now but the csv converter is unhappy, so there must be something slightly wrong. We'll have to look really closely at what is here and what the checker is doing. |
Spreadsheet/KFE/TMO-alarms.csv
Outdated
,,pva://DAQ:NEH:tmo:0:DeadFrac,,,, | ||
,,pva://DAQ:NEH:tmo:0:Damage_hsd,,,, | ||
,,pva://DAQ:NEH:tmo:0:Damage_bld,,,, | ||
,,pva://DAQ:NEH:tmo:0:Damage_epics,,,, | ||
,,pva://DAQ:NEH:tmo:0:Damage_atm,,,, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I figured out that these are all missing a comma, and this ends up breaking the build
,,pva://DAQ:NEH:tmo:0:DeadFrac,,,, | |
,,pva://DAQ:NEH:tmo:0:Damage_hsd,,,, | |
,,pva://DAQ:NEH:tmo:0:Damage_bld,,,, | |
,,pva://DAQ:NEH:tmo:0:Damage_epics,,,, | |
,,pva://DAQ:NEH:tmo:0:Damage_atm,,,, | |
,,pva://DAQ:NEH:tmo:0:DeadFrac,,,,, | |
,,pva://DAQ:NEH:tmo:0:Damage_hsd,,,,, | |
,,pva://DAQ:NEH:tmo:0:Damage_bld,,,,, | |
,,pva://DAQ:NEH:tmo:0:Damage_epics,,,,, | |
,,pva://DAQ:NEH:tmo:0:Damage_atm,,,,, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much Zach! I changed it
OK all the checks pass now, I will merge this |
TMo wants to add daq damge PV to track daq during beam time. Daq team and James already test those PVs.