DataEntry.Standard: Exclamation mark displayed when entering the end-state and volume is out of limit.
This commit is contained in:
+4
-1
@@ -450,6 +450,9 @@ namespace TBF.BenchControl.TestMethods.FixedStartMassCollection
|
||||
while (!e.Contains(Event.PreviousStopped));
|
||||
|
||||
|
||||
float volumeCTV = 1.00103f * 1000.0f * (tstRslt.MassEnd - tstRslt.MassStart) /
|
||||
Formulas.WaterDensityFromTemp(tstRslt.TempOutAvrg);
|
||||
|
||||
///
|
||||
/// Enter watermeter end states here
|
||||
///
|
||||
@@ -457,7 +460,7 @@ namespace TBF.BenchControl.TestMethods.FixedStartMassCollection
|
||||
{
|
||||
Bridge.OnActivity(this, "Enter the water meter data");
|
||||
State.Create("FixedStartMassCollection : Enter end-state")
|
||||
.AddOperation(dataEntryCmpnt.ShowTestEndFormOp())
|
||||
.AddOperation(dataEntryCmpnt.ShowTestEndFormOp(volumeCTV, tstRslt.ErrLimLo, tstRslt.ErrLimHi))
|
||||
.AddOperation(checkUiOp)
|
||||
.EnterState();
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user