Process data display : many changes, TODO: Meter data and the end of test.
This commit is contained in:
@@ -19,16 +19,16 @@ namespace TBF.BenchControl.Sequences
|
||||
|
||||
public static IntBox RefCount = new IntBox() { Name = "RefCount" };
|
||||
public static FloatBox RefFreq = new FloatBox() { Name = "RefFreq", Format = "F2" };
|
||||
public static FloatBox RefFlow = new FloatBox() { Name = "RefFlow", Format = "F2" }; /// [m3/h]
|
||||
public static FloatBox Mass = new FloatBox() { Name = "Mass", Format = "F3" }; /// [kg]
|
||||
public static FloatBox RefFlow = new FloatBox() { Name = "RefFlow", Format = "F2" }; /// [m3/h]
|
||||
public static float LtrPerRefPulse; /// to calculate ref. volume
|
||||
|
||||
public static FloatBox Mass = new FloatBox() { Name = "Mass", Format = "F3" }; /// [kg]
|
||||
public static FloatBox StartMass = new FloatBox() { Name = "Start Mass", Format = "F3" }; /// [kg]
|
||||
public static FloatBox EndMass = new FloatBox() { Name = "End Mass", Format = "F3" }; /// [kg]
|
||||
|
||||
public static DateTime TestStartTime;
|
||||
public static DateTime TestEndTime;
|
||||
|
||||
public static double StartMassRaw; /// [kg]
|
||||
public static double CurrentMassRaw; /// [kg]
|
||||
public static double EndMassRaw; /// [kg]
|
||||
|
||||
|
||||
public static Results.BatchResults BatchRslts;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user