test deadband OPC-UA passato in trace level log
This commit is contained in:
@@ -1500,12 +1500,12 @@ namespace IOB_WIN_OPC_UA.IobOpc
|
||||
}
|
||||
if (answ)
|
||||
{
|
||||
lgDebug($"Test deadband reached| uuid: {uuid} | DisplayName: {dataItem.DisplayName} | oldVal: {oldVal} | newVal: {newVal} | dBand: {dBand}");
|
||||
lgTrace($"Test deadband reached| uuid: {uuid} | DisplayName: {dataItem.DisplayName} | oldVal: {oldVal} | newVal: {newVal} | dBand: {dBand}");
|
||||
}
|
||||
#if DEBUG
|
||||
else
|
||||
{
|
||||
//lgTrace($"Test deadband NOT exceeded | uuid: {uuid} | DisplayName: {dataItem.DisplayName} | oldVal: {oldVal} | newVal: {newVal}");
|
||||
lgTrace($"Test deadband NOT exceeded | uuid: {uuid} | DisplayName: {dataItem.DisplayName} | oldVal: {oldVal} | newVal: {newVal}");
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user