
public enum PathfinderAlerts extends Enum<PathfinderAlerts>
| Enum Constant and Description |
|---|
GENERIC
Generic Alert.
|
HX_GATE_CANNOT_OPEN |
HX_GATE_FORCED_SHUT |
HX_TURBO_PUMP_BAD |
HX_VACUUM_BAD |
LOAD_RTD_OVERTEMP
Alert raised if a load RTD temperature is too high
|
PRESSURE_TOO_HIGH
Alert raised when the pressure is too high.
|
PRESSURE_TOO_LOW
Alert raised when the pressure is too low.
|
TEMP_MAX_TOO_HIGH
Alert raised if max temp too high
|
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 PathfinderAlerts |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PathfinderAlerts[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PathfinderAlerts VACUUM_PLC_NOT_ALIVE
public static final PathfinderAlerts HX_VACUUM_BAD
public static final PathfinderAlerts HX_GATE_FORCED_SHUT
public static final PathfinderAlerts HX_GATE_CANNOT_OPEN
public static final PathfinderAlerts HX_TURBO_PUMP_BAD
public static final PathfinderAlerts PRESSURE_TOO_LOW
public static final PathfinderAlerts PRESSURE_TOO_HIGH
public static final PathfinderAlerts VACUUM_VALVE_SHUT_OFF
public static final PathfinderAlerts UPS_ON_BATTERY
public static final PathfinderAlerts UPS_DISCONNECTED
public static final PathfinderAlerts TURBO_PUMP_FAIL
public static final PathfinderAlerts TURBO_PUMP_OVERTEMP
public static final PathfinderAlerts LOAD_RTD_OVERTEMP
public static final PathfinderAlerts TEMP_MAX_TOO_HIGH
public static final PathfinderAlerts GENERIC
public static PathfinderAlerts[] values()
for (PathfinderAlerts c : PathfinderAlerts.values()) System.out.println(c);
public static PathfinderAlerts 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 © 2021 LSST. All rights reserved.