Usb pump#6
Merged
UrszulaNeuman merged 12 commits intomainfrom Apr 21, 2026
Merged
Conversation
…e layout of responces
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #6 +/- ##
===========================================
- Coverage 68.75% 49.10% -19.65%
===========================================
Files 3 11 +8
Lines 64 391 +327
===========================================
+ Hits 44 192 +148
- Misses 20 199 +179 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adapt the driver to work with the new pump that uses the USB connection.
Adds an important change to the way the pump numbers work.
A pump number pv has been added. It is set by the operator and once set all the settings are directed to the pvs of the chosen pump number. This behaviour is in line with the manual operation of the pump and works well. Constant changes of the pump number every time a pv value was changed did no work well (slowed down the communication and occasionally messed up the synchronisation).