anche inversioni filtrate e 50 come step!

This commit is contained in:
Samuele E. Locatelli
2019-12-04 10:20:49 +01:00
parent d361adee3c
commit 293fdb05c0
+2 -2
View File
@@ -363,9 +363,9 @@ namespace IOB_WIN
if (enableDataFilter)
{
threshDBand = 1;
if (dataItem.Id.EndsWith("PosAct") || dataItem.Id.EndsWith("PosTgt"))
if (dataItem.Id.EndsWith("PosAct") || dataItem.Id.EndsWith("PosTgt") || dataItem.Id.EndsWith("InvDDone"))
{
threshDBand = 10;
threshDBand = 50;
}
}
else