Skip to content

Commit 2185c1b

Browse files
new docs on pdating
1 parent b0fe7a9 commit 2185c1b

File tree

5 files changed

+13
-15
lines changed

5 files changed

+13
-15
lines changed
408 KB
Loading
402 KB
Loading
409 KB
Loading

user-guide/03-Extending your Pioreactor/20-updating-software.mdx

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,19 @@ We highly recommend updating incrementally. That is, update to the _next_ versio
5858

5959
1. Download the release you wish to update to: <ButtonDownloadVersionedReleaseZip/>
6060

61-
2. In the web UI, visit _Updates_. In the drop down in the top right, select "Update from zip file".
61+
2. In the UI, open **Updates**. In the dropdown at the top right, select **Update from zip file**.
6262

63-
3. Select the zip file from step 1.
63+
![Updates page dropdown with "Update from zip file" selected](/img/user-guide/03-extending-your-pioreactor/20-updating-software/select-update-from-zip-dropdown.png)
6464

65-
4. Click update.
65+
3. In the dialog, click **Upload zip file**.
6666

67-
<div class="responsive-video">
68-
<video controls>
69-
<source src="/vid/update_software_zip.mp4" type="video/mp4" />
70-
Your browser does not support the video tag.
71-
</video>
72-
</div>
67+
![Update from zip file dialog with the "Upload zip file" option](/img/user-guide/03-extending-your-pioreactor/20-updating-software/update-from-zip-dialog.png)
68+
69+
4. Select the zip file from step 1 (`release_xx.xx.xx.zip`).
70+
71+
5. Confirm the filename appears in the dialog, then click **Update**.
72+
73+
![Update dialog with zip file selected and ready to update](/img/user-guide/03-extending-your-pioreactor/20-updating-software/zip-file-selected-ready-to-update.png)
7374

7475

7576
### Method 3: Update using a zip file over scp or sftp
@@ -119,5 +120,3 @@ We highly recommend updating incrementally. That is, update to the _next_ versio
119120
```
120121
pios update app --source release_xx.xx.xx.zip
121122
```
122-
123-

user-guide/50-Troubleshooting/Self-test reference.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,16 +28,15 @@ If it continues to fail, contact us.
2828

2929
**No ambient IR light detected** checks that the photodiodes are detecting a near-0 signal when the IR LED is completely off. This test may fail if a powerful IR signal is shining into or onto the Pioreactor's body (aka the Sun - don't put the Pioreactor in direct sunlight and avoid windows). Also make sure that the caps are on all the Pioreactor's LED pockets.
3030

31-
**Reference photodiode is the correct magnitude** checks, if using the reference photodiode (REF), that the REF signal is less than 0.256 volts when the IR LED is at the level specified in the config.ini's `[od_config].[ir_led_intensity]` section. If this test fails,
31+
**Reference photodiode is the correct magnitude** checks, if using the reference photodiode (REF), that the REF signal is less than 1.0 volts and has low variance. If this test fails,
3232
- confirm that in your config.ini that `REF` is present for one of the channels under `[od_config.photodiode_channel]`.
3333
- check the positioning of the REF photodiode (should be adjacent the the IR LED, snugly inserted, and with a cap).
3434
- If still failing, try reducing the value in `[od_config].[ir_led_intensity]`.
3535

36-
**Reference photodiode is in the correct position** checks, if using the reference photodiode (REF), that the REF cable is inserted into the correct photodiode position (channel 1 or 2). The correct position is provided in the config.ini's `[od_config.photodiode_channel]` section. **Note: this is a flakey test, and can fail even when positioned correctly**. The test compares the variances of the two signals (from photodiode channels 1 and 2), and the lower variance one is usually the REF. If this test fails,
36+
**Reference photodiode is in the correct position** checks, if using the reference photodiode (REF), that the REF photodiode is inserted into the correct photodiode position. The test compares the response of the signals to optical noise caused by high stirring. The photodiode in the REF position doesn't see this noise, so it can be detected.
3737
- Is your vial in the Pioreactor? Does your vial have water and a stir bar in it?
38-
- Confirm that in your config.ini that `REF` is present for one of the channels under `[od_config.photodiode_channel]`.
3938

40-
**Photodiode measures near zero signal for clear water** checks that a non turbid liquid, like water, doesn't produce a signal (since there is no scatter). **This is a new test, and may fail even if everything is okay.** Check the following: confirm that your vial contains water (or any very clear liquid) and that your signal photodiode is positioned in 45 deg, 90 deg, or 135 deg. This test won't work for 180 deg.
39+
**Photodiode measures near zero signal for clear water** checks that a non turbid liquid, like water, doesn't produce a signal (since there is no scatter). Check the following: confirm that your vial contains water (or any very clear liquid) and that your signal photodiode is positioned in 45 deg, 90 deg, or 135 deg. This test won't work for 180 deg.
4140

4241
**Heating PCB is detected** checks that the heating PCB is correctly attached to the Pioreactor HAT. A non-trivial failure here suggests a problem when the i2c channel, a loose connection, or damage to the heating PCB. See notes for **Pioreactor HAT is detected**, too.
4342

0 commit comments

Comments
 (0)