-
Notifications
You must be signed in to change notification settings - Fork 4
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
FIX: The Arbiter fault on behalf of qrix is now auto reset. #23
Conversation
…have to reset only the actual faults on qrix, when those are cleared this summary fault clears as well.
Arbiter/KFEArbiter/LineIDs.dbg
Outdated
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.
.dbg files shouldn't be committed, this repo's gitignore is old: https://confluence.slac.stanford.edu/display/PCDS/TwinCAT+3+Git+Setup+and+Best+Practices#TwinCAT3GitSetupandBestPractices-.gitignore
@@ -51,6 +51,7 @@ | |||
<SyncUnit Name="tmo" NoDeleteIfUnused="true"/> | |||
<SyncUnit Name="crix" NoDeleteIfUnused="true"/> | |||
<SyncUnit Name="qrix" NoDeleteIfUnused="true"/> | |||
<SyncUnit Name="future" NoDeleteIfUnused="true"/> |
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.
This isn't causing a problem, but what is this? Can we document what it is in this PR?
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.
@ghalym we should document what this is for in the PR description
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.
Code is fine BTW, documentation and gitignore are important too but if you need a merge for PAMM we can follow-up later
Thank you. I fixed the gitignore file and ran pre-commit. |
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.
todo: delete file from repo
The Arbiter fault on behalf of qrix is now auto reset. The user have to reset only the actual faults on qrix, when those are cleared this summary fault clears as well.
Description
Motivation and Context
How Has This Been Tested?
Where Has This Been Documented?
Screenshots (if appropriate):
Pre-merge checklist
Always Newest
pre-commit
(alternativelypre-commit run --all-files
)