PJSC(Pump Jet Solenoid Controller)はArduinoを使用したバイク用燃料噴射コントローラです。このプロジェクトは、オープンソースECUプロジェクト『Speeduino』をベースにしています。
Remove menu for 3wire idle speed control vale.
| @@ -1393,7 +1393,6 @@ | ||
| 1393 | 1393 | ;[PJSC v1.10] subMenu = std_separator |
| 1394 | 1394 | ;[PJSC v1.10] subMenu = tacho, "Tacho Output" |
| 1395 | 1395 | subMenu = fanSettings, "Thermo Fan", { muxout1selection == 2 || muxout2selection == 2 } ;[PJSC v1.10] For MUX selection |
| 1396 | - subMenu = LaunchControl, "Launch Control / Flat Shift", { muxout1selection == 3 || muxout2selection == 3 } ; | | |
| 1397 | 1396 | subMenu = fuelpump, "Fuel Pump", { muxout1selection == 4 || muxout2selection == 4 } ; | |
| 1398 | 1397 | subMenu = std_separator ; | |
| 1399 | 1398 | subMenu = boostSettings, "Boost Control", { muxout1selection == 5 || muxout2selection == 5 } ; | |
| @@ -1985,7 +1984,7 @@ | ||
| 1985 | 1984 | field = "Stepper Inverted", iacStepperInv, { iacAlgorithm == 4 || iacAlgorithm == 5 } |
| 1986 | 1985 | |
| 1987 | 1986 | dialog = pwm_idle, "PWM Idle" |
| 1988 | - field = "Number of outputs", iacChannels, { iacAlgorithm == 2 || iacAlgorithm == 3 } | |
| 1987 | +;[PJSC v1.10] field = "Number of outputs", iacChannels, { iacAlgorithm == 2 || iacAlgorithm == 3 } | |
| 1989 | 1988 | field = "Idle valve frequency", idleFreq, { iacAlgorithm == 2 || iacAlgorithm == 3 } |
| 1990 | 1989 | field = "Idle valve direction", iacPWMdir, { iacAlgorithm == 2 || iacAlgorithm == 3 } |
| 1991 | 1990 |
| @@ -2131,7 +2130,7 @@ | ||
| 2131 | 2130 | ; Launch control |
| 2132 | 2131 | field = "Launch Control" |
| 2133 | 2132 | field = "Enable Launch", launchEnable |
| 2134 | - field = "TPS threshold", lnchCtrlTPS, { launchEnable } | |
| 2133 | + field = "TPS threshold", lnchCtrlTPS, { launchEnable } | |
| 2135 | 2134 | field = "Soft rev limit", lnchSoftLim, { launchEnable } |
| 2136 | 2135 | field = "Soft limit absolute timing", lnchRetard, { launchEnable } |
| 2137 | 2136 | field = "Hard rev limit", lnchHardLim, { launchEnable } |
| @@ -2348,6 +2347,10 @@ | ||
| 2348 | 2347 | ; clickOnClose - the command will be sent on dialog close always |
| 2349 | 2348 | commandButton = "Stop Test Mode", cmdStopTestMode,{testactive}, clickOnCloseIfEnabled |
| 2350 | 2349 | |
| 2350 | + dialog = enablefuelpumpbuttons, "Fuel pump", xAxis ;[PJSC v1.10] | |
| 2351 | + commandButton = "Fuel Pump On", cmdfpon ;[PJSC v1.10] | |
| 2352 | + commandButton = "Fuel Pump Off", cmdfpoff ;[PJSC v1.10] | |
| 2353 | + | |
| 2351 | 2354 | dialog = outputtestinj1, "Injector CH1", yAxis |
| 2352 | 2355 | commandButton = "Off", cmdtestinj1off,{testactive} |
| 2353 | 2356 | ;[PJSC v1.10] commandButton = "50% DC", cmdtestinj150dc,{!testenabled & testactive} |
| @@ -2410,6 +2413,7 @@ | ||
| 2410 | 2413 | dialog = outputtest1,"Output Test Mode - PWM" ;[PJSC v1.10] |
| 2411 | 2414 | topicHelp = "http://speeduino.com/wiki/index.php/Hardware_testing_page" |
| 2412 | 2415 | panel = enableoutputtestbuttons |
| 2416 | + panel = enablefuelpumpbuttons ;[PJSC v1.10] | |
| 2413 | 2417 | panel = outputtest_injectors |
| 2414 | 2418 | ;[PJSC] panel = outputtest_spark |
| 2415 | 2419 | ;panel = outputtest_io2 |