fix evento x invDDone...

This commit is contained in:
Samuele E. Locatelli
2017-05-22 12:43:20 +02:00
parent ee80621fb7
commit 720a7cbbaa
+2 -2
View File
@@ -534,7 +534,7 @@ namespace MTC_Adapter
/// <summary>
/// numero di inversioni di direzione fatte nell'intervallo di tempo
/// </summary>
public Sample mAxInvDDone;
public Event mAxInvDDone;
/// <summary>
/// Allarmi CNC del PATH
/// </summary>
@@ -588,7 +588,7 @@ namespace MTC_Adapter
mAxAccTime = new Sample(string.Format("{0}_AccTime", ident));
mAxBattery = new Sample(string.Format("{0}_Battery", ident));
mAxDistDone = new Sample(string.Format("{0}_DistDone", ident));
mAxInvDDone = new Sample(string.Format("{0}_InvDDone", ident));
mAxInvDDone = new Event(string.Format("{0}_InvDDone", ident));
mAxAlarmCNC = new Condition(string.Format("{0}_AlarmCNC", ident));
mAxAlarmPLC = new Condition(string.Format("{0}_AlarmPLC", ident));