DataEntry.Standard: Exclamation mark displayed when entering the end-state and volume is out of limit.

This commit is contained in:
Milan Hanajik
2015-04-29 19:03:00 +02:00
parent eb7acef8ae
commit e124f3f406
6 changed files with 209 additions and 15 deletions
@@ -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