
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.
|
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.
|
GENERIC
Generic Alert.
|
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 PLC is unresponsive
|
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 |
getAlertId() |
String |
getDescription() |
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 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 PRESSURE_TOO_LOW
public static final ComCamVacuumAlerts PRESSURE_TOO_HIGH
public static final ComCamVacuumAlerts VACUUM_VALVE_SHUT_OFF
public static final ComCamVacuumAlerts VACUUM_PLC_NOT_ALIVE
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 getAlertId()
public String getDescription()
public org.lsst.ccs.bus.data.Alert getAlert()
Copyright © 2020 LSST. All rights reserved.