Merge branch 'release/FixDisplayCOntapezziFanuc'
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user