Skip to content

Commit 005c5c2

Browse files
dosing
1 parent e8c1770 commit 005c5c2

1 file changed

Lines changed: 7 additions & 4 deletions

File tree

user-guide/29-Automations/02-dosing-automations.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ When liquid is added, say 1ml, the volume rises an additional 1ml. Then 1ml of l
149149

150150
### Why does my influx pump only partially add the amount of liquid required? What are subdoses?
151151

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.
153153

154154
### Volume parameters
155155

@@ -177,6 +177,9 @@ You can edit these parameters in your config.ini files. For dosing runs started
177177

178178
#### Section `[bioreactor]`
179179

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

Comments
 (0)