This commit is contained in:
parent
773242cc8e
commit
d51e2c19f6
@ -46,11 +46,7 @@ class PayloadPcduHandler : DeviceHandlerBase {
|
|||||||
PCDU_ON,
|
PCDU_ON,
|
||||||
} state = States::PCDU_OFF;
|
} state = States::PCDU_OFF;
|
||||||
|
|
||||||
enum class MonitoringMode {
|
enum class MonitoringMode { NONE, CLOSE_TO_ZERO, NEGATIVE } monMode = MonitoringMode::NONE;
|
||||||
NONE,
|
|
||||||
CLOSE_TO_ZERO,
|
|
||||||
NEGATIVE
|
|
||||||
} monMode = MonitoringMode::NONE;
|
|
||||||
|
|
||||||
// This variable is tied to DRO +6 V voltage. Voltages, currents are monitored and the experiment
|
// 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.
|
// is shut down immediately if there is a negative voltage.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user