fix(shared-data): Faster ethanol-80 dispense flowrates and delay times after retesting #18675
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.
Overview
Initial testing was done using
2.0
delay times and flow-rates of7
and35
. This made the pipetting very slow, which makes it easier to get good CV, but is not ideal for protocol duration. The testing iteratively testing faster flow-rates and delay times to find faster settings that get identical results. The new validated values are in the PR.Also fixed some mistakes in the
blowout
parameterflowrate
, where the flowrate exceeded the physical possible max speed of the plunger. This is not an issue for robot software, because at runtime it will limit the speed to the max, however in PD this causes an error/warning to pop up (which is great!)Test Plan and Hands on Testing
Changelog
Review requests
Risk assessment