update cong rama + log errori
This commit is contained in:
@@ -55,8 +55,7 @@
|
||||
},
|
||||
"condEStop": {
|
||||
"checkMode": "AND",
|
||||
"checkList": [
|
||||
]
|
||||
"checkList": []
|
||||
},
|
||||
"condError": {
|
||||
"checkMode": "AND",
|
||||
@@ -118,6 +117,12 @@
|
||||
"size": 20
|
||||
}
|
||||
},
|
||||
"WatchDog": {
|
||||
"IsEnabled": false,
|
||||
"MemConfRead": "",
|
||||
"MemConfWrite": "",
|
||||
"MaxVal": 9999
|
||||
},
|
||||
"filterItemsNodeId": [
|
||||
"ns=2;s=RamosaETN21.RamosaCJ2._Hints",
|
||||
"ns=2;s=RamosaETN21.RamosaCJ2._Statistics",
|
||||
|
||||
@@ -1589,7 +1589,7 @@ namespace IOB_WIN_NEXT.IobOpc
|
||||
}
|
||||
catch (Exception exc)
|
||||
{
|
||||
lgError($"Eccezione durante UA_ref.ReadNodeRaw per {item.StartNodeId}{Environment.NewLine}{exc}");
|
||||
lgError($"Eccezione durante UA_ref.ReadNode per {item.StartNodeId}{Environment.NewLine}{exc}");
|
||||
readErrorCurr++;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -444,8 +444,8 @@ namespace IOB_WIN_NEXT
|
||||
catch (Exception exc)
|
||||
{
|
||||
// Log Error
|
||||
lgError($"ReadValue Error | reqNodeId: {reqNodeId}{Environment.NewLine}{exc}");
|
||||
numErrors++;
|
||||
lgTrace($"ReadValue Error | reqNodeId: {reqNodeId} | numErrors: {numErrors}{Environment.NewLine}{exc}");
|
||||
}
|
||||
|
||||
#endregion Read the Value attribute of a node by calling the Session.ReadValue method
|
||||
|
||||
Reference in New Issue
Block a user