-
Notifications
You must be signed in to change notification settings - Fork 4
Operating parameters don't actually change #2
Comments
I'm looking into it. In the future, please provide a script to reproduce the bug... |
Verified OK. |
After updating caladan with git pull origin master, the bug is still present. The attached script should run but fails. It did work, briefly, before the issue was closed this morning. `#!/bin/bash set -euo pipefail load_wrapper 6.1t.5 |
I realize I'm running these shell scripts from the tessfpe/scripts directory, and most of your shell scripts call the Python scripts located in $DIR/python. Is that the problem? |
Needed to Make the install again. Works now. |
When changing operating parameters using the python tool, it outputs a listing which correctly shows the new values. However, if I immediately read the housekeeping, it shows the default values, as if the change was never made. This seems to be true of other parameters, too. I confirmed that no change is made in the hardware by measuring current in the trim heater dummy load after changing the current to 100 mA, or to 227 mA. This may be due to a very recent change, since yesterday we did observe current in the trim heater dummy load.
The text was updated successfully, but these errors were encountered: