public enum ComCamVacuumAlerts extends Enum<ComCamVacuumAlerts>
| Enum Constant and Description |
|---|
COLD_PLATE_TEMPERATURE_TOO_HIGH
Alert raised when the cold plate temperature is too high.
|
COLD_PLATE_TEMPERATURE_TOO_LOW
Alert raised when the cold plate temperature is too low.
|
COOLER_AUTO_OFF_T_TOO_HIGH
Alert raised when the cooler auto off temp is attempted to be set too high.
|
COOLER_AUTO_ON_T_TOO_HIGH
Alert raised when the cooler auto on temp is attempted to be set too high.
|
COOLER_AUTO_SHUTOFF
Alert raised when the cooler auto shutoff state is raised.
|
COOLER_PWR_SETTING_TOO_High
Alert raised when the cooler power setting is too high.
|
COOLER_PWR_SETTING_TOO_LOW
Alert raised when the cooler power setting is too low.
|
COOLER_PWR_TOO_HIGH
Alert raised when the cooler power is too high.
|
COOLER_REJECT_T_TOO_HIGH
Alert raised when the cooler reject temp is too high.
|
COOLER_TEMPERATURE_TOO_High
Alert raised when the cooler temperature is too high.
|
COOLER_TEMPERATURE_TOO_LOW
Alert raised when the cooler temperature is too low.
|
CRYO_GATE_CANNOT_OPEN |
CRYO_GATE_CLOSED |
CRYO_GATE_FORCED_SHUT |
CRYO_ION_PUMPS_STOPPED |
CRYO_PLATE_TEMPERATURE_TOO_HIGH
Alert raised when the cryo plate temperature is too high.
|
CRYO_PLATE_TEMPERATURE_TOO_LOW
Alert raised when the cryo plate temperature is too low.
|
CRYO_TURBO_PUMP_BAD |
CRYO_TURBO_PUMP_STOPPED |
CRYO_VACUUM_BAD |
GENERIC
Generic Alert.
|
HX_GATE_CANNOT_OPEN |
HX_GATE_FORCED_SHUT |
HX_TURBO_PUMP_BAD |
HX_VACUUM_BAD |
PRESSURE_TOO_HIGH
Alert raised when the pressure is too high.
|
PRESSURE_TOO_LOW
Alert raised when the pressure is too low.
|
TURBO_PUMP_FAIL
Alert raised if TurboPump status shows pump failure
|
TURBO_PUMP_OVERTEMP
Alert raised if TurboPump temperature is too high
|
UPS_DISCONNECTED
Alert raised when UPS becomes disconnected
|
UPS_ON_BATTERY
Alert raised when UPS goes onto battery.
|
VACUUM_PLC_NOT_ALIVE |
VACUUM_VALVE_SHUT_OFF
Alert raised when the vacuum valve is shut off.
|
| Modifier and Type | Method and Description |
|---|---|
org.lsst.ccs.bus.data.Alert |
getAlert() |
String |
getDescription() |
String |
getId() |
static ComCamVacuumAlerts |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ComCamVacuumAlerts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ComCamVacuumAlerts VACUUM_PLC_NOT_ALIVE
public static final ComCamVacuumAlerts CRYO_VACUUM_BAD
public static final ComCamVacuumAlerts CRYO_GATE_FORCED_SHUT
public static final ComCamVacuumAlerts CRYO_GATE_CANNOT_OPEN
public static final ComCamVacuumAlerts CRYO_TURBO_PUMP_BAD
public static final ComCamVacuumAlerts HX_VACUUM_BAD
public static final ComCamVacuumAlerts HX_GATE_FORCED_SHUT
public static final ComCamVacuumAlerts HX_GATE_CANNOT_OPEN
public static final ComCamVacuumAlerts HX_TURBO_PUMP_BAD
public static final ComCamVacuumAlerts CRYO_TURBO_PUMP_STOPPED
public static final ComCamVacuumAlerts CRYO_ION_PUMPS_STOPPED
public static final ComCamVacuumAlerts CRYO_GATE_CLOSED
public static final ComCamVacuumAlerts CRYO_PLATE_TEMPERATURE_TOO_HIGH
public static final ComCamVacuumAlerts CRYO_PLATE_TEMPERATURE_TOO_LOW
public static final ComCamVacuumAlerts COLD_PLATE_TEMPERATURE_TOO_HIGH
public static final ComCamVacuumAlerts COLD_PLATE_TEMPERATURE_TOO_LOW
public static final ComCamVacuumAlerts COOLER_TEMPERATURE_TOO_LOW
public static final ComCamVacuumAlerts COOLER_TEMPERATURE_TOO_High
public static final ComCamVacuumAlerts COOLER_PWR_SETTING_TOO_LOW
public static final ComCamVacuumAlerts COOLER_PWR_SETTING_TOO_High
public static final ComCamVacuumAlerts COOLER_PWR_TOO_HIGH
public static final ComCamVacuumAlerts COOLER_AUTO_SHUTOFF
public static final ComCamVacuumAlerts COOLER_AUTO_OFF_T_TOO_HIGH
public static final ComCamVacuumAlerts COOLER_AUTO_ON_T_TOO_HIGH
public static final ComCamVacuumAlerts COOLER_REJECT_T_TOO_HIGH
public static final ComCamVacuumAlerts PRESSURE_TOO_LOW
public static final ComCamVacuumAlerts PRESSURE_TOO_HIGH
public static final ComCamVacuumAlerts VACUUM_VALVE_SHUT_OFF
public static final ComCamVacuumAlerts UPS_ON_BATTERY
public static final ComCamVacuumAlerts UPS_DISCONNECTED
public static final ComCamVacuumAlerts TURBO_PUMP_FAIL
public static final ComCamVacuumAlerts TURBO_PUMP_OVERTEMP
public static final ComCamVacuumAlerts GENERIC
public static ComCamVacuumAlerts[] values()
for (ComCamVacuumAlerts c : ComCamVacuumAlerts.values()) System.out.println(c);
public static ComCamVacuumAlerts valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic String getId()
public String getDescription()
public org.lsst.ccs.bus.data.Alert getAlert()
Copyright © 2023 LSST. All rights reserved.