Merge branch 'release/FixDisplayCOntapezziFanuc'

This commit is contained in:
Samuele Locatelli
2022-07-12 11:43:04 +02:00
+4 -4
View File
@@ -1112,10 +1112,10 @@ namespace IOB_WIN_NEXT
int newVal = -1;
Int32.TryParse(outputVal.ToString(), out newVal);
contapezziPLC = newVal > -1 ? newVal : contapezziPLC;
if (isVerboseLog)
{
lgInfo("[3] contapezziPLC contapezzi: {0}", contapezziPLC);
}
//if (isVerboseLog)
//{
lgInfo("[3] contapezziPLC contapezzi: {0}", contapezziPLC);
//}
}
stopwatch.Stop();
}