Merge remote-tracking branch 'origin/develop' into develop

This commit is contained in:
Samuele E. Locatelli
2017-07-24 17:31:27 +02:00
3 changed files with 5 additions and 3 deletions
+2
View File
@@ -382,6 +382,8 @@ namespace MTC
{
// init valori default...
windSize = baseUtils.CRI("countWindSize") > 0 ? baseUtils.CRI("countWindSize") : 60;
lTime = new List<DateTime>();
lVal = new List<int>();
}
/// <summary>
/// Conteggio elementi
+2 -2
View File
@@ -2158,6 +2158,8 @@ namespace MTC_Adapter
}
parentForm.dataMonitor_2 = sb2.ToString();
// gestisco lettura dati manutenzione da PLC...
getMtzDataFromPlc();
// gestisco lettura dati status da PLC...
getStatusDataFromPlc();
// gestisco lettura dati analogici da PLC...
@@ -3301,8 +3303,6 @@ namespace MTC_Adapter
// dati da PC
mClock.Value = string.Format("{0:yyyy-MM-dd} {0:HH:mm:ss}", DateTime.Now);
// gestisco lettura dati manutenzione da PLC...
getMtzDataFromPlc();
// reload dati da file...
reloadDataFromFile();
+1 -1
View File
@@ -637,7 +637,7 @@ namespace MTC_Adapter
}
fatto = true;
}
catch
catch(Exception exc)
{ }
return fatto;
}