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/03-Extending your Pioreactor/20-updating-software.mdx
+10-11Lines changed: 10 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,18 +58,19 @@ We highly recommend updating incrementally. That is, update to the _next_ versio
58
58
59
59
1. Download the release you wish to update to: <ButtonDownloadVersionedReleaseZip/>
60
60
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**.
62
62
63
-
3. Select the zip file from step 1.
63
+


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
+

73
74
74
75
75
76
### 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
Copy file name to clipboardExpand all lines: user-guide/50-Troubleshooting/Self-test reference.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,16 +28,15 @@ If it continues to fail, contact us.
28
28
29
29
**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.
30
30
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,
32
32
- confirm that in your config.ini that `REF` is present for one of the channels under `[od_config.photodiode_channel]`.
33
33
- check the positioning of the REF photodiode (should be adjacent the the IR LED, snugly inserted, and with a cap).
34
34
- If still failing, try reducing the value in `[od_config].[ir_led_intensity]`.
35
35
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.
37
37
- 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]`.
39
38
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.
41
40
42
41
**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.
0 commit comments