PJSC(Pump Jet Solenoid Controller)はArduinoを使用したバイク用燃料噴射コントローラです。このプロジェクトは、オープンソースECUプロジェクト『Speeduino』をベースにしています。
[PJSC v1.03]Tuner Studioで走行ログを再生した際、VEマップカーソルの負荷軸方向の値としてTPSが参照されない問題を修正
| @@ -474,7 +474,7 @@ | ||
| 474 | 474 | rpmBins = array, U08, 256, [ 16], "RPM", 100.0, 0.0, 100.0, 25500.0, 0 |
| 475 | 475 | ;[PJSC v1.01] fuelLoadBins = array, U08, 272, [ 16], { bitStringValue(algorithmUnits , algorithm) }, 2.0, 0.0, 0.0, {fuelLoadMax}, 0 |
| 476 | 476 | 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 | |
| 478 | 478 | |
| 479 | 479 | ;-------------------------------------------------- |
| 480 | 480 | ;Start Ignition table (Page 3) |
| @@ -4203,6 +4203,7 @@ | ||
| 4203 | 4203 | entry = dutyRatio, "Duty Ratio", int, "%d", { dutyPulseCaptureEnabled } ;[PJSC] |
| 4204 | 4204 | entry = dutyFreq2, "Duty Frequency2", int, "%d", { dutyPulseCaptureEnabled2 } ;[PJSC] |
| 4205 | 4205 | entry = dutyRatio2, "Duty Ratio2", int, "%d", { dutyPulseCaptureEnabled2 } ;[PJSC] |
| 4206 | + entry = fuelLoad, "Load", int, "%d" ;[PJSC v1.03] | |
| 4206 | 4207 | |
| 4207 | 4208 | entry = auxin_gauge0, "AuxIn CH0", int, "%d" |
| 4208 | 4209 | entry = auxin_gauge1, "AuxIn CH1", int, "%d" |