bench test delay parameter is not useful
only:hellen154hyundai
This commit is contained in:
parent
2a4460788e
commit
c886c8b3d5
|
@ -103,7 +103,7 @@ public class BenchTestPane {
|
||||||
CommandControl panel = new CommandControl(uiContext,"Spark #", "spark.jpg", TEST, indexes) {
|
CommandControl panel = new CommandControl(uiContext,"Spark #", "spark.jpg", TEST, indexes) {
|
||||||
@Override
|
@Override
|
||||||
protected String getCommand() {
|
protected String getCommand() {
|
||||||
return "sparkbench2 1000 " + indexes.getSelectedItem() + " 5 333 3";
|
return "sparkbench2 " + indexes.getSelectedItem() + " 5 333 3";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
return panel.getContent();
|
return panel.getContent();
|
||||||
|
@ -114,7 +114,7 @@ public class BenchTestPane {
|
||||||
CommandControl panel = new CommandControl(uiContext,"Injector #", "injector.png", TEST, indexes) {
|
CommandControl panel = new CommandControl(uiContext,"Injector #", "injector.png", TEST, indexes) {
|
||||||
@Override
|
@Override
|
||||||
protected String getCommand() {
|
protected String getCommand() {
|
||||||
return "fuelbench2 1000 " + indexes.getSelectedItem() + " 5 333 3";
|
return "fuelbench2 " + indexes.getSelectedItem() + " 5 333 3";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
return panel.getContent();
|
return panel.getContent();
|
||||||
|
@ -125,7 +125,7 @@ public class BenchTestPane {
|
||||||
CommandControl panel = new CommandControl(uiContext,"TCU Solenoid #", "solenoid.jpg", TEST, indexes) {
|
CommandControl panel = new CommandControl(uiContext,"TCU Solenoid #", "solenoid.jpg", TEST, indexes) {
|
||||||
@Override
|
@Override
|
||||||
protected String getCommand() {
|
protected String getCommand() {
|
||||||
return "tcusolbench 1000 " + indexes.getSelectedItem() + " 1000 1000 3";
|
return "tcusolbench " + indexes.getSelectedItem() + " 1000 1000 3";
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
return panel.getContent();
|
return panel.getContent();
|
||||||
|
|
Loading…
Reference in New Issue