Aggiunta log decodifica contapezzi x MTC

This commit is contained in:
Samuele Locatelli
2021-11-29 16:11:55 +01:00
parent 77fb685215
commit 3a8b0103d1
+5
View File
@@ -1082,6 +1082,11 @@ namespace IOB_WIN_NEXT
// cerco parametro contapezzi...
string currPzCount = getDataItemValue(mtcParams.keyPartCount);
if (isVerboseLog)
{
lgInfo($"contapezzi: {mtcParams.keyPartCount} --> {currPzCount}");
}
// se ho un contapezzi... processo...
if (!string.IsNullOrEmpty(currPzCount))
{