refresh debug su subscribe

This commit is contained in:
Samuele Locatelli
2023-11-30 15:58:06 +01:00
parent 38b3ef25bd
commit 767e55c41f
3 changed files with 3 additions and 4 deletions
+1 -1
View File
@@ -622,7 +622,7 @@ namespace IOB_UT_NEXT
/// <summary>
/// Dizionario per la traduzione delle ricette (se gestite) tra valori acquisiti in dossier e impostazioni da inviare (ACTual, SETup)
/// </summary>
public Dictionary<string, string> RecipeKetTranslate { get; set; } = new Dictionary<string, string>();
public Dictionary<string, string> RecipeKeyTranslate { get; set; } = new Dictionary<string, string>();
#endregion Public Properties
}
+1 -2
View File
@@ -1268,7 +1268,6 @@ namespace IOB_WIN_NEXT.IobOpc
lgError("Errore in loadOpcUaConf: file json vuoto!");
}
}
//reader.Dispose();
}
/// <summary>
@@ -1529,7 +1528,7 @@ namespace IOB_WIN_NEXT.IobOpc
lgInfo("---------- SUBSCRIBED NODES ----------");
foreach (var item in selectedItemList)
{
lgInfo(item.Key);
lgInfo($"SubscNode: {item.Key}");
}
lgInfo("---------- END LIST ----------");
+1 -1
View File
@@ -230,7 +230,7 @@ namespace IOB_WIN_NEXT
// se NON fa parte dell'elenco dei VETO di filterItems...
else
{
lgTrace($" NodeId = {result.NodeId}, DisplayName = {result.DisplayName.Text}, NodeClass = {result.NodeClass}, Others: {result.BinaryEncodingId} | {result.BrowseName}");
lgDebug($" NodeId = {result.NodeId}, DisplayName = {result.DisplayName.Text}, NodeClass = {result.NodeClass}, Others: {result.BinaryEncodingId} | {result.BrowseName}");
// se mancasse aggiungo...
if (!nodeIdNameList.ContainsKey($"{result.NodeId}"))
{