VVT bench at zero RPM
This commit is contained in:
parent
b9272ac863
commit
ff913e361f
|
@ -55,7 +55,8 @@ public class SimulatorFunctionalTest {
|
||||||
|
|
||||||
ecu.sendCommand(getDisableCommand(Fields.CMD_SELF_STIMULATION));
|
ecu.sendCommand(getDisableCommand(Fields.CMD_SELF_STIMULATION));
|
||||||
IoUtil.awaitRpm(0);
|
IoUtil.awaitRpm(0);
|
||||||
// todo: fix me as well! testOutputPin(bench_mode_e.BENCH_VVT0_VALVE, Fields.BENCH_VVT_DURATION);
|
|
||||||
|
testOutputPin(bench_mode_e.BENCH_VVT0_VALVE, Fields.BENCH_VVT_DURATION);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void assertHappyTriggerSimulator() throws InterruptedException {
|
private void assertHappyTriggerSimulator() throws InterruptedException {
|
||||||
|
|
Loading…
Reference in New Issue