You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: user-guide/29-Automations/02-dosing-automations.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -149,7 +149,7 @@ When liquid is added, say 1ml, the volume rises an additional 1ml. Then 1ml of l
149
149
150
150
### Why does my influx pump only partially add the amount of liquid required? What are subdoses?
151
151
152
-
To further avoid overflow, we limit how much liquid is added in a single pump cycle. If the amount of liquid to be added is greater than the `max_dose_volume`, then the liquid is divided into smaller doses (halved until those new doses are less than `max_subdose` parameter), with the waste-pump run in between to avoid overflow. These small doses are called _subdoses_. You can change the maximum subdose value with the parameter `max_subdose`, see below.
152
+
To further avoid overflow, we limit how much liquid is added in a single pump cycle. If the amount of liquid to be added is greater than the configuration parameter `max_subdose`, then the liquid is divided into smaller doses (halved until those new doses are less than `max_subdose` parameter), with the waste-pump run in between to avoid overflow. These small doses are called _subdoses_. You can change the maximum subdose value with the parameter `max_subdose`, see below.
153
153
154
154
### Volume parameters
155
155
@@ -177,6 +177,9 @@ You can edit these parameters in your config.ini files. For dosing runs started
177
177
178
178
#### Section `[bioreactor]`
179
179
180
-
-`efflux_tube_volume_ml`: determined by the volume that just touches the outflow tube. I.e. if you were to keep running the waste pump, what would the stable volume be.
181
-
-`initial_volume_ml`: the initial volume of liquid in the vial. In the UI this is surfaced as `Current volume`, and is used to calculate the volume of liquid in the vial at any given time.
182
-
-`initial_alt_media_fraction`: the initial fraction of the alternative media in the vial. This is used to calculate the volume of alternative media in the vial at any given time.
180
+
-`efflux_tube_volume_ml`: determined by the volume that just touches the outflow tube. I.e. if you were to keep running the waste pump, what would the stable volume be. Default 14.
181
+
-`initial_volume_ml`: the initial volume of liquid in the vial. In the UI this is surfaced as `Current volume`, and is used to calculate the volume of liquid in the vial at any given time. Default 14.
182
+
-`initial_alt_media_fraction`: the initial fraction of the alternative media in the vial. This is used to calculate the volume of alternative media in the vial at any given time. Default 0.
183
+
-`initial_cumulative_media_added_ml`: the initial volume of media that has been moved by the pumps. (Useful for tracking media in a source vessel). Default 0.
184
+
-`initial_cumulative_alt_media_added_ml`: See `initial_cumulative_media_added_ml` above. Default 0.
185
+
-`initial_cumulative_waste_removed_ml`: The initial volume of waste that has been removed. Default 0.
0 commit comments