Aggiunta log decodifica contapezzi x MTC
This commit is contained in:
@@ -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))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user