v1.10.0 #220
@ -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.
|
||||||
|
Reference in New Issue
Block a user