-
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
Txi optics veto #28
Txi optics veto #28
Conversation
FFO_RIX_TXI_OPTICS : FB_FastFault :=( | ||
i_Desc := 'Fault when MR1K1 is IN while a TXI Optics is in (either MR1K3 and MR2K3)', | ||
FFO_RIX_TXI_OPTICS : FB_FastFault :=(i_DevName := 'PMPS Arbiter', | ||
i_Desc := 'Fault when MR1K1 is IN while a TXI Optics is IN (Check MR1K3 and MR2K3)', |
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 like the updated names and descriptions 👍
cMR1K3_IN_UpperLimit : UDINT := 108500000 + 10000000; | ||
cMR1K3_IN_LowerLimit : UDINT := 108500000 - 10000000 ; |
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.
Is there a reference for these encoder count changes?
It is not mentioned 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.
https://jira.slac.stanford.edu/browse/ECS-5650 I think its in the comments here.
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.
Could use better documentation here, but 10,000 microns specified as delta converted nano here.
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'm going to add "Double the MR1K3 IN position's encoder count delta from 5,000 microns to 10,000 microns as per https://jira.slac.stanford.edu/browse/ECS-5650" to the PR description, then I'm going to approve.
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.
lgtm
Description
FIX FFO dev name and description
Double the MR1K3 IN position's encoder count delta from 5,000 microns to 10,000 microns as per https://jira.slac.stanford.edu/browse/ECS-5650
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
)