Startup
This commit is contained in:
@@ -2271,7 +2271,11 @@ public class ScreenPanel5 extends Panel {
|
||||
}
|
||||
|
||||
boolean getLaserState() throws Exception {
|
||||
return (Epics.get("SIN-TIMAST-TMA:Beam-Las-Delay-Sel", Integer.class) == 0);
|
||||
try{
|
||||
return (Epics.get("SIN-TIMAST-TMA:Beam-Las-Delay-Sel", Integer.class) == 0);
|
||||
}catch (Exception ex){
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
void elog(String logbook, String title, String message, String[] attachments) throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user