Merge remote-tracking branch 'gogs.steamware.net/develop' into OSAI
This commit is contained in:
@@ -157,7 +157,7 @@ namespace MTC_Adapter
|
||||
}
|
||||
catch (Exception exc)
|
||||
{
|
||||
lg.Fatal(exc, "Errore nella connessione all'adapter FANUC", szStatusConnection);
|
||||
lg.Fatal(string.Format("Errore nella connessione all'adapter FANUC: {0}{1}{2}", szStatusConnection, Environment.NewLine, exc));
|
||||
connectionOk = false;
|
||||
lg.Info(string.Format("Segnalo Adapter NON running, pausa di {0} msec prima di ulteriori tentativi di riconnessione", utils.CRI("waitRecMSec")));
|
||||
}
|
||||
@@ -1339,7 +1339,6 @@ namespace MTC_Adapter
|
||||
}
|
||||
else
|
||||
{
|
||||
mAlarmCNC.Add(MTConnect.Condition.Level.FAULT, allarme.alm_msg, codAllarme, "", "");
|
||||
vettAxis[allarme.axis - 1].mAxAlarmCNC.Add(MTConnect.Condition.Level.FAULT, allarme.alm_msg, codAllarme, "", "");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user