refresh debug su subscribe
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -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 ----------");
|
||||
|
||||
|
||||
@@ -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}"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user