Fix conf UPC-UA CMS (path errato x check parametri OPC)

This commit is contained in:
Samuele Locatelli
2021-11-29 16:37:07 +01:00
parent 3a8b0103d1
commit 18abbcd01a
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -2,10 +2,10 @@
"BrowseFullVal": "ns=2;s=Machine",
"BrowseNSIndex": 2,
"BrowseValue": 0,
"keyPartCount": "ProductionProcesses/01/Programs/01/RepsDone",
"keyPartReq": "ProductionProcesses/01/Programs/01/RepsTarget",
"keyPartCount": "RepsDone",
"keyPartReq": "RepsTarget",
"keyPartId": "",
"keyProgName": "ProductionProcesses/01/Programs/01/Name",
"keyProgName": "Name",
"keyRunMode": "Status",
"pingAsPowerOn": true,
"condWork": [
+1 -1
View File
@@ -328,7 +328,7 @@ namespace IOB_WIN_NEXT
}
else
{
lgError("Errore in decodifica valore contapezzi, valore vuoto!");
lgError($"Errore in decodifica valore contapezzi da {opcUaParams.keyPartCount} | valore vuoto!");
}
}