Various Improvements & Fixes #187

Merged
meierj merged 201 commits from mueller/various-improvements-rpi-tweaks into develop 2022-03-26 21:07:07 +01:00
289 changed files with 7187 additions and 15069 deletions
Showing only changes of commit d51e2c19f6 - Show all commits

View File

@@ -46,11 +46,7 @@ class PayloadPcduHandler : DeviceHandlerBase {
PCDU_ON,
} state = States::PCDU_OFF;
enum class MonitoringMode {
NONE,
CLOSE_TO_ZERO,
NEGATIVE
} monMode = MonitoringMode::NONE;
enum class MonitoringMode { NONE, CLOSE_TO_ZERO, NEGATIVE } monMode = MonitoringMode::NONE;
// This variable is tied to DRO +6 V voltage. Voltages, currents are monitored and the experiment
// is shut down immediately if there is a negative voltage.