PMaxTest, LeakTest : Minor modifications in pressure adjustment steps.
This commit is contained in:
parent
b75a8105de
commit
2c0914baf8
@ -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)
|
||||
{
|
||||
|
||||
@ -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)
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user