• 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

Revision109 (tree)
Time2021-02-06 02:59:38
Authormaharu

Log Message

[PJSC v1.03]Tuner Studioで走行ログを再生した際、VEマップカーソルの負荷軸方向の値としてTPSが参照されない問題を修正

Change Summary

Incremental Difference

--- branches/Ver1.03/reference/PJSC.ini (revision 108)
+++ branches/Ver1.03/reference/PJSC.ini (revision 109)
@@ -474,7 +474,7 @@
474474 rpmBins = array, U08, 256, [ 16], "RPM", 100.0, 0.0, 100.0, 25500.0, 0
475475 ;[PJSC v1.01] fuelLoadBins = array, U08, 272, [ 16], { bitStringValue(algorithmUnits , algorithm) }, 2.0, 0.0, 0.0, {fuelLoadMax}, 0
476476 fuelLoadBins = array, U08, 272, [ 16], { bitStringValue(algorithmUnits , algorithm) }, 1.0, 0.0, 0.0, {fuelLoadMax}, 0 ;[PJSC v1.01]
477- ;fuelLoadBins = array, U08, 272, [ 16], { bitStringValue(algorithmUnits , algorithm) }, 2.0, 0.0, 0.0, { arrayValue(rpmBins , algorithm) }, 0
477+ ;fuelLoadBins = array, U08, 272, [ 16], { bitStringValue(algorithmUnits , algorithm) }, 2.0, 0.0, 0.0, { arrayValue(rpmBins , algorithm) }, 0
478478
479479 ;--------------------------------------------------
480480 ;Start Ignition table (Page 3)
@@ -4203,6 +4203,7 @@
42034203 entry = dutyRatio, "Duty Ratio", int, "%d", { dutyPulseCaptureEnabled } ;[PJSC]
42044204 entry = dutyFreq2, "Duty Frequency2", int, "%d", { dutyPulseCaptureEnabled2 } ;[PJSC]
42054205 entry = dutyRatio2, "Duty Ratio2", int, "%d", { dutyPulseCaptureEnabled2 } ;[PJSC]
4206+ entry = fuelLoad, "Load", int, "%d" ;[PJSC v1.03]
42064207
42074208 entry = auxin_gauge0, "AuxIn CH0", int, "%d"
42084209 entry = auxin_gauge1, "AuxIn CH1", int, "%d"