-
Notifications
You must be signed in to change notification settings - Fork 19
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
Img401 #99
Img401 #99
Conversation
…IMG401 # Conflicts: # L2SIVacuum/L2SIVacuum.tmc Signed-off-by: jyin999 <jyin@slac.stanford.edu>
For gauge "Valid" state, add checking of "i_HV_ON" and "q_xHV_DIS". It is to solve the issue when cable is disconnected, Beckhoff readings are jumping between 0 and small noise voltage, it cause gauge state changes between "Valid" and "GaugDisc". Then PLC sends out a lot logger messages. Add the code below to distinguish gauge "Off" state from gauge "OOR" state: "ELSIF rV <= vDisconnected AND NOT IG.i_xHV_ON and NOT IG.q_xHV_DIS THEN |
Signed-off-by: jyin999 <jyin@slac.stanford.edu>
Description
Motivation and Context
How Has This Been Tested?
Where Has This Been Documented?
Pre-merge checklist
Always Newest
version (Library, *
)pre-commit
or ranpre-commit run --all-files