• 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

Revision34 (tree)
Time2019-02-17 00:30:04
Authormaharu

Log Message

Support dual fuel load.

Change Summary

Incremental Difference

--- branches/Ver1.00_base/reference/PJSC.ini (revision 33)
+++ branches/Ver1.00_base/reference/PJSC.ini (revision 34)
@@ -1345,7 +1345,7 @@
13451345 ;[PJSC] subMenu = sparkTbl, "Spark Table", 2
13461346 subMenu = veMapSelectDialog, "VE Table select" ;[PJSC]
13471347 subMenu = veTable1Dialog, "&VE Table 1", 0 ; V
1348- subMenu = veTable2Dialog, "&VE Table 2", 0, { multiVEmapEnabled <= 1 } ;[PJSC]
1348+ subMenu = veTable2Dialog, "&VE Table 2", 0, { multiVEmapEnabled >= 1 } ;[PJSC]
13491349 subMenu = afrTable1Tbl, "AFR Table", 5
13501350 subMenu = std_separator
13511351 subMenu = inj_trimad, "Sequential fuel trim", 9
@@ -1876,28 +1876,28 @@
18761876 panel = accelEnrichments_center, Center
18771877 panel = accelEnrichments_south, South
18781878
1879- dialog = veMapSelectionSet1, "VE Table selection1 - SW OFF" ;[PJSC v1.10]
1880- field = "Injector 1", veMapSelection1, { multiVEmapEnabled == 1 } ; |
1881- field = "Injector 2", veMapSelection2, { multiVEmapEnabled == 1 } ; |
1882- field = "Injector 3", veMapSelection3, { multiVEmapEnabled == 1 } ; |
1883- field = "Injector 4", veMapSelection4, { multiVEmapEnabled == 1 } ; |
1884- ; |
1885- dialog = veMapSelectionSet2, "VE Table selection1 - SW ON" ; |
1886- field = "Injector 1", veMapSelection1_2, { multiVEmapEnabled == 1 } ; |
1887- field = "Injector 2", veMapSelection2_2, { multiVEmapEnabled == 1 } ; |
1888- field = "Injector 3", veMapSelection3_2, { multiVEmapEnabled == 1 } ; |
1889- field = "Injector 4", veMapSelection4_2, { multiVEmapEnabled == 1 } ; |
1890- ; |
1891- dialog = veMapSelectionDialog, "", xAxis ; |
1892- panel = veMapSelectionSet1 ; |
1893- panel = veMapSelectionSet2 ; |
1894- ; |
1895- dialog = veMapSelectDialog, "VE Table select" ; |
1896- field = "Multi VE Table", multiVEmapEnabled ; |
1897- field = "Primary Fuel Load", algorithm ; |
1898- field = "Secondary Fuel Load", algorithm2 ; |
1899- field = "Secondary Fuel", secondaryFuelUsage, { algorithm2 <= 2 } ; V
1900- panel = veMapSelectionDialog ;[PJSC v1.10]
1879+ dialog = veMapSelectionSet1, "VE Table selection1 - SW OFF" ;[PJSC v1.10]
1880+ field = "Injector 1", veMapSelection1, { multiVEmapEnabled == 1 || multiVEmapEnabled == 2 } ; |
1881+ field = "Injector 2", veMapSelection2, { multiVEmapEnabled == 1 || multiVEmapEnabled == 2 } ; |
1882+ field = "Injector 3", veMapSelection3, { multiVEmapEnabled == 1 || multiVEmapEnabled == 2 } ; |
1883+ field = "Injector 4", veMapSelection4, { multiVEmapEnabled == 1 || multiVEmapEnabled == 2 } ; |
1884+ ; |
1885+ dialog = veMapSelectionSet2, "VE Table selection1 - SW ON" ; |
1886+ field = "Injector 1", veMapSelection1_2, { multiVEmapEnabled == 1 || multiVEmapEnabled == 2 } ; |
1887+ field = "Injector 2", veMapSelection2_2, { multiVEmapEnabled == 1 || multiVEmapEnabled == 2 } ; |
1888+ field = "Injector 3", veMapSelection3_2, { multiVEmapEnabled == 1 || multiVEmapEnabled == 2 } ; |
1889+ field = "Injector 4", veMapSelection4_2, { multiVEmapEnabled == 1 || multiVEmapEnabled == 2 } ; |
1890+ ; |
1891+ dialog = veMapSelectionDialog, "", xAxis ; |
1892+ panel = veMapSelectionSet1 ; |
1893+ panel = veMapSelectionSet2 ; |
1894+ ; |
1895+ dialog = veMapSelectDialog, "VE Table select" ; |
1896+ field = "Multi VE Table", multiVEmapEnabled ; |
1897+ field = "Primary Fuel Load", algorithm ; |
1898+ field = "Secondary Fuel Load", algorithm2, { multiVEmapEnabled >= 1 } ; |
1899+ field = "Dual Fuel Load Algorithm", secondaryFuelUsage, { multiVEmapEnabled == 3 } ; V
1900+ panel = veMapSelectionDialog ;[PJSC v1.10]
19011901
19021902 ;[PJSC] dialog = veTableDialog_north, ""
19031903 ;[PJSC] panel = veTable1Tbl