From b9aebd8903e39be4499f4a4b2f500bd8b5f09436 Mon Sep 17 00:00:00 2001 From: Milan Hanajik Date: Thu, 4 Nov 2021 18:04:14 +0100 Subject: [PATCH] LeakTest : Delay when reading initial pressure, ver. 2.27.1800 --- TBF/Properties/AssemblyInfo.cs | 4 ++-- TBF/Rig/Sequences/ProcessData.cs | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/TBF/Properties/AssemblyInfo.cs b/TBF/Properties/AssemblyInfo.cs index 1a9dd9556..dbb30d290 100644 --- a/TBF/Properties/AssemblyInfo.cs +++ b/TBF/Properties/AssemblyInfo.cs @@ -29,5 +29,5 @@ using System.Runtime.InteropServices; // Build Number // Revision // -[assembly: AssemblyVersion("2.27.1791.0")] -[assembly: AssemblyFileVersion("2.27.1791.0")] +[assembly: AssemblyVersion("2.27.1800.0")] +[assembly: AssemblyFileVersion("2.27.1800.0")] diff --git a/TBF/Rig/Sequences/ProcessData.cs b/TBF/Rig/Sequences/ProcessData.cs index 9d1ec7194..3b116f828 100644 --- a/TBF/Rig/Sequences/ProcessData.cs +++ b/TBF/Rig/Sequences/ProcessData.cs @@ -247,9 +247,9 @@ namespace TBF.Rig.Sequences public static Statistics TempDownStat = new Statistics(0, 4, true, new Plotter("Temperature down")); public static Statistics TempDiffStat = new Statistics(0, 4, true); public static Statistics TempDivStat = new Statistics(0, 4, true, new Plotter("Temperature div")); - public static Statistics PressUpStat = new Statistics(3, 4, true, new Plotter("Pressure up")); - public static Statistics PressDownStat = new Statistics(3, 4, true, new Plotter("Pressure down")); - public static Statistics PressDeltaStat = new Statistics(3, 4, true); + public static Statistics PressUpStat = new Statistics(7, 4, true, new Plotter("Pressure up")); + public static Statistics PressDownStat = new Statistics(7, 4, true, new Plotter("Pressure down")); + public static Statistics PressDeltaStat = new Statistics(7, 4, true); public static Statistics ConductStat = new Statistics(0, 4, true, new Plotter("Conductivity")); public static Statistics RefFlowStat = new Statistics(5, 7, true, new Plotter("Flow"));