diff --git a/IOB-WIN-NEXT/DATA/CONF/FP_TR2.json b/IOB-WIN-NEXT/DATA/CONF/FP_TR2.json index c7d34b51..9b9f0e20 100644 --- a/IOB-WIN-NEXT/DATA/CONF/FP_TR2.json +++ b/IOB-WIN-NEXT/DATA/CONF/FP_TR2.json @@ -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": [ diff --git a/IOB-WIN-NEXT/IobOpcUaCMS.cs b/IOB-WIN-NEXT/IobOpcUaCMS.cs index c30e24bb..4021efa4 100644 --- a/IOB-WIN-NEXT/IobOpcUaCMS.cs +++ b/IOB-WIN-NEXT/IobOpcUaCMS.cs @@ -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!"); } }