From 293fdb05c0a0475ad85f4580dd665d1a020d1fa7 Mon Sep 17 00:00:00 2001 From: "Samuele E. Locatelli" Date: Wed, 4 Dec 2019 10:20:49 +0100 Subject: [PATCH] anche inversioni filtrate e 50 come step! --- IOB-WIN/IobMTC.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IOB-WIN/IobMTC.cs b/IOB-WIN/IobMTC.cs index b1892e2c..57e7bb34 100644 --- a/IOB-WIN/IobMTC.cs +++ b/IOB-WIN/IobMTC.cs @@ -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