Fix conf UPC-UA CMS (path errato x check parametri OPC)
This commit is contained in:
@@ -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": [
|
||||
|
||||
@@ -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!");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user