You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 12, 2019. It is now read-only.
StringerrMessage = "[HCAL " + functionManager.FMname + "] Error! Asking the TA for the stateName when Running resulted in a NULL pointer - this is bad!";
2072
2077
functionManager.goToError(errMessage);
@@ -2108,8 +2113,8 @@ public void run() {
2108
2113
functionManager.goToError(errMessage);
2109
2114
}
2110
2115
2111
-
if (status.equals("Ready")) {
2112
-
logger.info("[HCAL " + functionManager.FMname + "] The Trigger adapter reports: " + status + " , which means that all Triggers were sent ...");
2116
+
if (status.equals("Ready") || TriggerTaskState.equals("IDLE")) {
2117
+
logger.info("[HCAL " + functionManager.FMname + "] The Trigger adapter has status= " + status + " and triggerTaskState= "+TriggerTaskState+", which means that all Triggers were sent ...");
functionManager.getHCALparameterSet().put(newFunctionManagerParameter<StringT>("ACTION_MSG",newStringT("running like hell ...")));
975
-
}
976
-
//XdaqApplicationContainer lpmContainer = new XdaqApplicationContainer(functionManager.containerXdaqApplication.getApplicationsOfClass("tcds::lpm::LPMController"));
977
-
//if (!lpmContainer.isEmpty()) {
978
-
// logger.info("[JohnLog4] " + functionManager.FMname + ": Sending Enable to the LPMController.");
logger.info("[HCAL LVL2 " + functionManager.FMname + "] EvmTrig FM: TriggerAdapter is already in READY, not sending disable.");
1398
1357
}
1399
1358
else{
1400
-
logger.info("[HCAL LVL2 " + functionManager.FMname + "] EvmTrig FM: TriggerAdapter is in the state="+status+", send HCALASYNCDISABLE to TriggerAdapter");
//logger.info("[HCAL LVL2 " + functionManager.FMname + "] EvmTrig FM: TriggerAdapter is in the state="+status+", not sending HCALASYNCDISABLE to TriggerAdapter");
0 commit comments