Skip to content

Commit

Permalink
clean up; note on -f
Browse files Browse the repository at this point in the history
  • Loading branch information
CamDavidsonPilon committed Dec 12, 2023
1 parent 65ab79c commit e1192ea
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,12 @@ You're done! Your stirring RPM should be much more responsive now.

Calibrating a pump, like a low-volume peristaltic pump, is very important to accurately dispense or remove a target volume. There is no liquid feedback loop in the Pioreactor (unlike in the stirring & RPM relationship), so this calibration curve is important.

There are three pumps on the Pioreactor: media, alt-media, and waste. You don't need to have all three available, and can calibrate them one at a time.
There are three pumps on the Pioreactor: media, alt-media, and waste. You don't need to have all three available, and can calibrate them one at a time. For calibration, you'll need the following:

1. A pump, with power connection to Pioreactor's PWM outputs
2. An accurate weighing scale, with accuracy of 0.1g or better.
3. Container of water

:::info
You'll need the following:
2. A pump, with power connection to Pioreactor's PWM outputs
3. An accurate weighing scale
4. Container of water
:::


:::tip
Expand All @@ -76,3 +73,13 @@ You'll need the following:
5. Calibrations can be performed depending on the frequency of your Pioreactor use.

</AssemblyInstructionBlock>

### Made a mistake, or want to change some data?

Starting in software version 23.12.11, you can edit your calibration, too. At the end of the calibration, your data is listed (or use `pio run pump_calibration display` to see the data again). Copy the json data (between `{` and `}`) into new json file on the Raspberry Pi, say `~/pump_data.json` for example. Make any edits you wish to the data. Then you can "rerun" the calibration with data from that file:

```
pio run pump_calbration -f ~/pump_data.json
```


Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@ Similarly, from the [command line](https://docs.pioreactor.com/user-guide/access



### Method 3: Update using the UI to upload a zip file
### Method 2: Update using a zip file and the UI

:::info
Available in versions >= 23.12.11
Available in versions 23.12.11
:::

Each time we release a new Pioreactor version, we create a bundle of the required files as a zip file. This zip file can be uploaded to your Pioreactor cluster via the UI.
Expand All @@ -69,7 +69,7 @@ Each time we release a new Pioreactor version, we create a bundle of the require
</div>


### Method 2: Update using a zip file over scp or sftp
### Method 3: Update using a zip file over scp or sftp


1. On the [Releases page](https://github.com/Pioreactor/pioreactor/releases), download the `release_xx.xx.xx.zip` file for the version you want.
Expand Down

0 comments on commit e1192ea

Please sign in to comment.