• 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

Revision93 (tree)
Time2020-05-14 23:48:41
Authormaharu

Log Message

マニュアル修正:
- 部品配置図の抵抗R23,R25とR24,R26の位置を入れ替え
- Tach Input回路図の+2.5Vリファレンス電圧ライン接続先を変更

Change Summary

Incremental Difference

--- branches/Ver1.02/reference/PJSC.ini (revision 92)
+++ branches/Ver1.02/reference/PJSC.ini (revision 93)
@@ -3525,7 +3525,7 @@
35253525 gridOrient = 250, 0, 340
35263526 upDownLabel = "(RICHER)", "(LEANER)"
35273527
3528-#if table4_spark //[PJSC v1.01]
3528+#if table4_spark ;[PJSC v1.01]
35293529 table = sparkTbl, sparkMap, "Ignition Advance Table", 3
35303530 xBins = rpmBins2, rpm
35313531 ;yBins = ignLoadBins, ignLoad
@@ -3534,7 +3534,7 @@
35343534 zBins = advTable1
35353535 gridHeight = 3.0
35363536 upDownLabel = "ADVANCING", "RETARDING"
3537-#endif //[PJSC v1.01]
3537+#endif ;[PJSC v1.01]
35383538
35393539 ;table = afrTbl, afrTableMap, "AFR Table", 5
35403540 table = afrTable1Tbl, afrTable1Map, "AFR Table", 5
--- branches/Ver1.02/speeduino/globals.h (revision 92)
+++ branches/Ver1.02/speeduino/globals.h (revision 93)
@@ -277,10 +277,6 @@
277277 #define MUXOUT_VVT 6 //[PJSC v1.01] MUX output selection
278278 #define MUXOUT_TACH 7 //[PJSC v1.01] MUX output selection
279279
280-#define ANALOG_INPUT_OFF 0 //[PJSC v1.02] Analog input selection
281-#define ANALOG_EXVALVE 1 //[PJSC v1.02] Analog input selection
282-#define ANALOG_O2_SEC 2 //[PJSC v1.02] Analog input selection
283-
284280 struct table3D fuelTable; //16x16 fuel map
285281 struct table3D fuelTable2; //16x16 fuel map2 [PJSC]
286282 struct table3D fuelTable3; //16x16 fuel map3 [PJSC v1.01]
@@ -653,12 +649,10 @@
653649 byte fuelCorrectionEnabled: 1; // |[PJSC v1.01]
654650 byte unused2_75: 1; // |
655651 byte exTrigModeSelect : 2; // | For External Trigger
656- byte externalTrigEdge: 1; // | 0: Rising, 1: Falling
657-//[PJSC v1.02] byte exValveCaptureEnabled: 1; // | For capturing Exhaust valve position
658- byte exValveCalibrationMode: 1; // | For support Exhaust Valve calibrationmode
659-//[PJSC v1.02] byte unused2_76: 3; // |
660- byte analogInputPortSelection: 2; // |[PJSC v1.02] For Analog input port selection
661- byte unused2_76: 2; // |[PJSC v1.02]
652+ byte externalTrigEdge: 1; // | 0: Rising, 1: Falling
653+ byte exValveCaptureEnabled: 1; // | For capturing Exhaust valve position
654+ byte exValveCalibrationMode: 1; //[PJSC] Support Exhaust Valve calibrationmode
655+ byte unused2_76: 3; // |
662656 byte dutyPulseCaptureEnabled: 1; // | For capturing duty pulse ch1
663657 byte dutyPulseCaptureEnabled2: 1; // | For capturing duty pulse ch2
664658 byte dutyPulseOnLevel: 1; // | For capturing duty pulse ch1, 0: high, 1: low
@@ -786,10 +780,7 @@
786780 //[PJSC v1.01] byte unused2_64[57];
787781 byte baroDenBins[9]; //[PJSC v1.01] For Barometric extend correnction
788782 byte baroDenRates[9]; //[PJSC v1.01] For Barometric extend correnction
789-//[PJSC v1.02] byte unused2_82[39];
790- byte crankingFilter : 1; //[PJSC v1.02]
791- byte unused2_82 : 7; //[PJSC v1.02]
792- byte unused2_83[38]; //[PJSC v1.02]
783+ byte unused2_82[39];
793784
794785 #if defined(CORE_AVR)
795786 };
@@ -1125,7 +1116,6 @@
11251116 byte pinMuxout2; //[PJSC v1.01] For MUX output setting
11261117 byte pinMuxout3; //[PJSC v1.01] For MUX output setting
11271118 byte pinMuxout4; //[PJSC v1.01] For MUX output setting
1128-byte pinAnalogInput1; //[PJSC v1.02] For Analog input selection
11291119
11301120 // global variables // from speeduino.ino
11311121 extern struct statuses currentStatus; // from speeduino.ino
--- trunk/reference/PJSC.ini (revision 92)
+++ trunk/reference/PJSC.ini (revision 93)
@@ -3514,7 +3514,7 @@
35143514 gridOrient = 250, 0, 340
35153515 upDownLabel = "(RICHER)", "(LEANER)"
35163516
3517-#if table4_spark //[PJSC v1.01]
3517+#if table4_spark ;[PJSC v1.01]
35183518 table = sparkTbl, sparkMap, "Ignition Advance Table", 3
35193519 xBins = rpmBins2, rpm
35203520 ;yBins = ignLoadBins, ignLoad
@@ -3523,7 +3523,7 @@
35233523 zBins = advTable1
35243524 gridHeight = 3.0
35253525 upDownLabel = "ADVANCING", "RETARDING"
3526-#endif //[PJSC v1.01]
3526+#endif ;[PJSC v1.01]
35273527
35283528 ;table = afrTbl, afrTableMap, "AFR Table", 5
35293529 table = afrTable1Tbl, afrTable1Map, "AFR Table", 5