PMaxTest, LeakTest : Minor modifications in pressure adjustment steps.

This commit is contained in:
Milan Hanajik 2016-11-18 11:03:44 +01:00
parent b75a8105de
commit 2c0914baf8
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ namespace TBF.BenchControl.TestMethods.LeakTest
PressUp.ToString(),
PressDown.ToString()));
float step = (pumpPower < 40.0f) ? 5.0f : ((pumpPower < 60.0f) ? 3.0f : ((pumpPower < 80.0f) ? 2.0f : 1.0f));
float step = (pumpPower < 40.0f) ? 4.7f : ((pumpPower < 60.0f) ? 3.3f : ((pumpPower < 80.0f) ? 2.2f : ((pumpPower < 90.0f) ? 1.5f : 1.2f)));
if (PressDown.Val < testParams.PressureLo)
{

View File

@ -114,7 +114,7 @@ namespace TBF.BenchControl.TestMethods.PMaxTest
PressUp.ToString(),
PressDown.ToString()));
float step = (pumpPower < 40.0f) ? 5.0f : ((pumpPower < 60.0f) ? 3.0f : ((pumpPower < 80.0f) ? 2.0f : 1.0f));
float step = (pumpPower < 40.0f) ? 4.7f : ((pumpPower < 60.0f) ? 3.3f : ((pumpPower < 80.0f) ? 2.2f : ((pumpPower < 90.0f) ? 1.5f : 1.2f)));
if (PressDown.Val < testParams.PressureLo)
{