• 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

Revision61 (tree)
Time2019-06-30 19:25:19
Authormaharu

Log Message

2019.06.30 Manual update

Change Summary

Incremental Difference

--- branches/Ver1.00_base/reference/PJSC.ini (revision 60)
+++ branches/Ver1.00_base/reference/PJSC.ini (revision 61)
@@ -395,8 +395,14 @@
395395 testrpm = scalar, U16, 95, "RPM", 1.0, { 60000/testint }, 0, 60000, 0 ;[PJSC v1.10]
396396 testpw = scalar, U16, 97, "ms", 0.01, 0.00, 0, 655.35, 1 ; * ( 1 byte)
397397 testinjcnt = scalar, U16, 99, "", 1, 0, 0, 65535, 0, noLocalUpdate ;
398+#if table4_spark ;[PJSC v1.01c]
398399 muxout1selection = bits, U08, 101, [0:3], "Disable", "IDLE control", "Thermo Fan control", "Launch control", "Fuel pump control", "Boost control", "VVT control", "Tach output", "INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID"
399400 muxout2selection = bits, U08, 101, [4:7], "Disable", "IDLE control", "Thermo Fan control", "Launch control", "Fuel pump control", "Boost control", "VVT control", "Tach output", "INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID"
401+#endif ;[PJSC v1.01c]
402+#if table4_fuel ;[PJSC v1.01c]
403+ muxout1selection = bits, U08, 101, [0:3], "Disable", "IDLE control", "Thermo Fan control", "INVALID", "Fuel pump control", "Boost control", "VVT control", "Tach output", "INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID" ;[PJSC v1.01c]
404+ muxout2selection = bits, U08, 101, [4:7], "Disable", "IDLE control", "Thermo Fan control", "INVALID", "Fuel pump control", "Boost control", "VVT control", "Tach output", "INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID" ;[PJSC v1.01c]
405+#endif ;[PJSC v1.01c]
400406 baroDenBins = array, U08, 102, [9], "kPa", 1.0, 0.0, 0.0, 255.0, 0 ;[PJSC v1.10] Bins for the Barometric density correction curve
401407 baroDenRates = array, U08, 111, [9], "%", 1.0, 0.0, 0.0, 255.0, 0 ;[PJSC v1.10] Values for the \Barometric density correction curve
402408 algorithm2 = bits, U08, 120, [0:2], $loadSourceNames ;[PJSC v1.10] For Dual Fuel Load
@@ -549,7 +555,12 @@
549555 egoType = bits , U08, 0, [2:3], "Disabled", "Narrow Band", "Wide Band", "INVALID" ; egoOption
550556 boostEnabled= bits, U08, 0, [4:4], "Off", "On"
551557 vvtEnabled = bits, U08, 0, [5:5], "Off", "On"
552- boostCutType= bits, U08, 0, [6:7], "Off", "Spark Only", "Fuel Only","Both"
558+#if table4_spark ;[PJSC v1.01c]
559+ boostCutType= bits, U08, 0, [6:7], "Off", "Spark Only", "Fuel Only","Both"
560+#endif ;[PJSC v1.01c]
561+#if table4_fuel ; |
562+ boostCutType= bits, U08, 0, [6:7], "Off", "INVALID", "Fuel Only","INVALID" ; V
563+#endif ;[PJSC v1.01c]
553564
554565 egoKP = scalar, U08, 1, "%", 1.0, 0.0, 0.0, 200.0, 0 ; * ( 1 byte)
555566 egoKI = scalar, U08, 2, "%", 1.0, 0.0, 0.0, 200.0, 0 ; * ( 1 byte)
@@ -2459,10 +2470,10 @@
24592470
24602471
24612472 dialog = vvtSettings, "VVT Control"
2462- field = "VVT Control Enabled", vvtEnabled
2473+ field = "VVT Control Enabled", vvtEnabled
24632474 field = "Use VVT map as On / Off only", VVTasOnOff, { vvtEnabled }
2464- field = "VVT output pin", vvtPin, { vvtEnabled }
2465- field = "VVT solenoid freq.", vvtFreq, { vvtEnabled }
2475+ field = "VVT output pin", vvtPin, { vvtEnabled }
2476+ field = "VVT solenoid freq.", vvtFreq, { vvtEnabled }
24662477
24672478
24682479 dialog = warmup, "Warmup Enrichment (WUE) - Percent Multiplier"