LeakTest : Delay when reading initial pressure, ver. 2.27.1800
This commit is contained in:
parent
50494fccc9
commit
b9aebd8903
@ -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")]
|
||||
|
||||
@ -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"));
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user