Temperature, Pressure : shorter filter (7s -> 4s) and skip (5s -> 3s) times, ver. 2.24.1317
This commit is contained in:
parent
6dbb6118ea
commit
28937ff01d
@ -93,13 +93,13 @@ namespace TBF.BenchControl.Sequences
|
||||
public static Statistics AmbPressStat = new Statistics(new Plotter("Ambient pressure"));
|
||||
public static Statistics AmbHumiStat = new Statistics(new Plotter("Ambient humidity"));
|
||||
|
||||
public static Statistics TempUpStat = new Statistics(0, 7, true, new Plotter("Temperature up"));
|
||||
public static Statistics TempDownStat = new Statistics(0, 7, true, new Plotter("Temperature down"));
|
||||
public static Statistics TempDiffStat = new Statistics(0, 7, true);
|
||||
public static Statistics TempDivStat = new Statistics(0, 7, true, new Plotter("Temperature div"));
|
||||
public static Statistics PressUpStat = new Statistics(5, 7, true, new Plotter("Pressure up"));
|
||||
public static Statistics PressDownStat = new Statistics(5, 7, true, new Plotter("Pressure down"));
|
||||
public static Statistics PressDeltaStat = new Statistics(5, 7, true);
|
||||
public static Statistics TempUpStat = new Statistics(0, 4, true, new Plotter("Temperature up"));
|
||||
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 RefFlowStat = new Statistics(5, 7, true, new Plotter("Flow"));
|
||||
|
||||
public static Statistics TempRefHiStat = new Statistics();
|
||||
|
||||
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("2.24.1316.0")]
|
||||
[assembly: AssemblyFileVersion("2.24.1316.0")]
|
||||
[assembly: AssemblyVersion("2.24.1317.0")]
|
||||
[assembly: AssemblyFileVersion("2.24.1317.0")]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user