• R/O
  • SSH
  • HTTPS

Commit

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

PJSC(Pump Jet Solenoid Controller)はArduinoを使用したバイク用燃料噴射コントローラです。このプロジェクトは、オープンソースECUプロジェクト『Speeduino』をベースにしています。


Commit MetaInfo

Revision42 (tree)
Time2019-02-20 17:15:29
Authormaharu

Log Message

Remove menu for 3wire idle speed control vale.

Change Summary

Incremental Difference

--- branches/Ver1.00_base/reference/PJSC.ini (revision 41)
+++ branches/Ver1.00_base/reference/PJSC.ini (revision 42)
@@ -1393,7 +1393,6 @@
13931393 ;[PJSC v1.10] subMenu = std_separator
13941394 ;[PJSC v1.10] subMenu = tacho, "Tacho Output"
13951395 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 } ; |
13971396 subMenu = fuelpump, "Fuel Pump", { muxout1selection == 4 || muxout2selection == 4 } ; |
13981397 subMenu = std_separator ; |
13991398 subMenu = boostSettings, "Boost Control", { muxout1selection == 5 || muxout2selection == 5 } ; |
@@ -1985,7 +1984,7 @@
19851984 field = "Stepper Inverted", iacStepperInv, { iacAlgorithm == 4 || iacAlgorithm == 5 }
19861985
19871986 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 }
19891988 field = "Idle valve frequency", idleFreq, { iacAlgorithm == 2 || iacAlgorithm == 3 }
19901989 field = "Idle valve direction", iacPWMdir, { iacAlgorithm == 2 || iacAlgorithm == 3 }
19911990
@@ -2131,7 +2130,7 @@
21312130 ; Launch control
21322131 field = "Launch Control"
21332132 field = "Enable Launch", launchEnable
2134- field = "TPS threshold", lnchCtrlTPS, { launchEnable }
2133+ field = "TPS threshold", lnchCtrlTPS, { launchEnable }
21352134 field = "Soft rev limit", lnchSoftLim, { launchEnable }
21362135 field = "Soft limit absolute timing", lnchRetard, { launchEnable }
21372136 field = "Hard rev limit", lnchHardLim, { launchEnable }
@@ -2348,6 +2347,10 @@
23482347 ; clickOnClose - the command will be sent on dialog close always
23492348 commandButton = "Stop Test Mode", cmdStopTestMode,{testactive}, clickOnCloseIfEnabled
23502349
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+
23512354 dialog = outputtestinj1, "Injector CH1", yAxis
23522355 commandButton = "Off", cmdtestinj1off,{testactive}
23532356 ;[PJSC v1.10] commandButton = "50% DC", cmdtestinj150dc,{!testenabled & testactive}
@@ -2410,6 +2413,7 @@
24102413 dialog = outputtest1,"Output Test Mode - PWM" ;[PJSC v1.10]
24112414 topicHelp = "http://speeduino.com/wiki/index.php/Hardware_testing_page"
24122415 panel = enableoutputtestbuttons
2416+ panel = enablefuelpumpbuttons ;[PJSC v1.10]
24132417 panel = outputtest_injectors
24142418 ;[PJSC] panel = outputtest_spark
24152419 ;panel = outputtest_io2