• 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

Revisión110 (tree)
Tiempo2021-02-07 00:43:27
Autormaharu

Log Message

[PJSC v1.03]走行ログにch2~4のPulse widthとDuty cycleを追加

Cambiar Resumen

Diferencia incremental

--- branches/Ver1.03/reference/PJSC.ini (revision 109)
+++ branches/Ver1.03/reference/PJSC.ini (revision 110)
@@ -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)
@@ -4174,10 +4174,14 @@
41744174 entry = veCurr3, "VE3", int, "%d", { multiVEmapEnabled } ;[PJSC v1.01]
41754175 entry = veCurr4, "VE4", int, "%d", { multiVEmapEnabled } ;[PJSC v1.01]
41764176 entry = pulseWidth, "PW", float, "%.1f"
4177+ entry = pulseWidth2, "PW2", float, "%.1f" ;[PJSC v1.03]
4178+ entry = pulseWidth3, "PW3", float, "%.1f" ;[PJSC v1.03]
4179+ entry = pulseWidth4, "PW4", float, "%.1f" ;[PJSC v1.03]
41774180 entry = afrTarget, "AFR Target", float, "%.3f"
4178- entry = pulseWidth, "PW2", float, "%.1f"
41794181 entry = dutyCycle, "DutyCycle1", float, "%.1f"
4180- entry = dutyCycle, "DutyCycle2", float, "%.1f"
4182+ entry = dutyCycle2 "DutyCycle2", float, "%.1f" ;[PJSC v1.03]
4183+ entry = dutyCycle3 "DutyCycle3", float, "%.1f" ;[PJSC v1.03]
4184+ entry = dutyCycle4 "DutyCycle4", float, "%.1f" ;[PJSC v1.03]
41814185 entry = TPSdot, "TPS DOT", int, "%d"
41824186 entry = advance, "Advance", int, "%d"
41834187 entry = dwell, "Dwell", float, "%.1f"
@@ -4197,13 +4201,11 @@
41974201 entry = nitrousOn, "Nitrous On", int, "%d", { n2o_enable > 0 }
41984202 entry = syncLossCounter, "Sync Loss #", int, "%d"
41994203 entry = valvePosition, "ExValve Pos", int, "%d", { analogInputPortSelect == 1};[PJSC v1.02]
4200-;[PJSC v1.02] entry = valvePosition, "ExValve Pos", int, "%d", { exValveCaptureEnabled } ;[PJSC]
42014204 entry = sparkedAngle, "Spark Angle", int, "%d", { exTrigModeSelect == 1 } ;[PJSC]
42024205 entry = dutyFreq, "Duty Frequency", int, "%d", { dutyPulseCaptureEnabled } ;[PJSC]
42034206 entry = dutyRatio, "Duty Ratio", int, "%d", { dutyPulseCaptureEnabled } ;[PJSC]
42044207 entry = dutyFreq2, "Duty Frequency2", int, "%d", { dutyPulseCaptureEnabled2 } ;[PJSC]
42054208 entry = dutyRatio2, "Duty Ratio2", int, "%d", { dutyPulseCaptureEnabled2 } ;[PJSC]
4206- entry = fuelLoad, "Load", int, "%d" ;[PJSC v1.03]
42074209
42084210 entry = auxin_gauge0, "AuxIn CH0", int, "%d"
42094211 entry = auxin_gauge1, "AuxIn CH1", int, "%d"