-
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
Changes to FFO and MKS317 #43
Conversation
Issue#20 : Ion Pumps use own pressure reading after turning on, also added a method for AutoOn. user program to invoke the method. Issue#22, Update MKS 909 Hot Cathode POU with logging and all other upgrades.
ENH: PTM MagDriveDigital has status updates DEV: Serial_IO Methodes added to pumps with serial interface
FIX: PTM_Ebara Current speed calculations
BUG: Adjust MKS317's limits for the ValidLo state
# Conflicts: # L2SIVacuum/L2SIVacuum.tmc
# Conflicts: # L2SIVacuum/L2SIVacuum.tmc
DEV: Modify limit based on experience with EM1K0-GMD-GPI-40 and signal noise.
@slacAWallace I am not sure why every new pull request still show the old commits. Any idea what I could be doing wrong here? |
Take a look here and see where your master is in comparison to where pcdshub's is: https://github.com/pcdshub/lcls-twincat-vacuum/network |
All of these "extra" commits are not present on the pcdshub master branch. I assume this is because your pull requests were merged via a squash commit? You can avoid this in the future by starting from exactly the pcdshub master branch when you make changes. |
…s has been configured (5-10 times) the signal transmission
The other thing you can do to help avoid this is to make a new branch instead of working on your own master branch. Then you can keep your master as a mirror of pcdshub/master and then you're always starting from the shared master when you create new branches in the future. There is some elaboration here: https://pcdshub.github.io/development.html |
FIX: MKS275 deadband FIX: MKS317 DisconnectedBoundary
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.
Looks good
ENH: VGC FFO AutoReset
DEV: Modify limit based on experience with EM1K0-GMD-GPI-40