LeakTest : Delay when reading initial pressure, ver. 2.27.1800

This commit is contained in:
Milan Hanajik 2021-11-04 18:04:14 +01:00
parent 50494fccc9
commit b9aebd8903
2 changed files with 5 additions and 5 deletions

View File

@ -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")]

View File

@ -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"));