• 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

Revision70 (tree)
Time2019-07-15 19:44:01
Authormaharu

Log Message

[PJSC v1.01c] Pending Test mode for MUX3 and MUX4 output.

Change Summary

Incremental Difference

--- branches/Ver1.00_base/reference/PJSC.ini (revision 69)
+++ branches/Ver1.00_base/reference/PJSC.ini (revision 70)
@@ -2574,8 +2574,8 @@
25742574 commandButton = "Stop Test Mode", cmdStopTestMode,{testactive}, clickOnCloseIfEnabled
25752575
25762576 dialog = enablefuelpumpbuttons, "Fuel pump", xAxis ;[PJSC v1.10]
2577- commandButton = "Fuel Pump On", cmdfpon ;[PJSC v1.10]
2578- commandButton = "Fuel Pump Off", cmdfpoff ;[PJSC v1.10]
2577+ commandButton = "Fuel Pump On", cmdfpon, { muxout1selection == 4 || muxout2selection == 4 } ;[PJSC v1.01c]
2578+ commandButton = "Fuel Pump Off", cmdfpoff, { muxout1selection == 4 || muxout2selection == 4 } ;[PJSC v1.01c]
25792579
25802580 dialog = outputtestinj1, "Injector CH1", yAxis
25812581 commandButton = "Off", cmdtestinj1off,{testactive}
@@ -2635,36 +2635,36 @@
26352635 panel = outputtestspk3
26362636 panel = outputtestspk4
26372637
2638- dialog = outputtestmux1, "MUX1", yAxis ;[PJSC v1.01c]
2639- commandButton = "Off", cmdtestmux1off, {testactive} ; |
2640- commandButton = "On", cmdtestmux1on, {!testenabled & testactive} ; |
2641- commandButton = "PWM", cmdtestmux150dc, {!testenabled & testactive} ; |
2642- field = "PWM freq.", dutyFreqTst9, {!testenabled & testactive} ; |
2643- field = "Duty ratio", dutyRatioTst9, {!testenabled & testactive} ; |
2644- dialog = outputtestmux2, "MUX2", yAxis ; |
2645- commandButton = "Off", cmdtestmux2off, {testactive} ; |
2646- commandButton = "On", cmdtestmux2on, {!testenabled & testactive} ; |
2647- commandButton = "PWM", cmdtestmux250dc, {!testenabled & testactive} ; |
2648- field = "PWM freq.", dutyFreqTst10, {!testenabled & testactive} ; |
2649- field = "Duty ratio", dutyRatioTst10, {!testenabled & testactive} ; |
2650- dialog = outputtestmux3, "MUX3", yAxis ; |
2651- commandButton = "Off", cmdtestmux3off, {testactive && pinLayout == 64} ; |
2652- commandButton = "On", cmdtestmux3on, {!testenabled && testactive && pinLayout == 64} ; |
2653- commandButton = "PWM", cmdtestmux350dc, {!testenabled && testactive && pinLayout == 64} ; |
2654- field = "PWM freq.", dutyFreqTst11, {!testenabled && testactive && pinLayout == 64} ; |
2655- field = "Duty ratio", dutyRatioTst11, {!testenabled && testactive && pinLayout == 64} ; |
2656- dialog = outputtestmux4, "MUX4", yAxis ; |
2657- commandButton = "Off", cmdtestmux4off, {testactive && pinLayout == 64} ; |
2658- commandButton = "On", cmdtestmux4on, {!testenabled && testactive && pinLayout == 64} ; |
2659- commandButton = "PWM", cmdtestmux450dc, {!testenabled && testactive && pinLayout == 64} ; |
2660- field = "PWM freq.", dutyFreqTst12, {!testenabled && testactive && pinLayout == 64} ; |
2661- field = "Duty ratio", dutyRatioTst12, {!testenabled && testactive && pinLayout == 64} ; |
2662- ; |
2663- dialog = outputtest_mux, "MUX Output Test", xAxis ; |
2664- panel = outputtestmux1 ; |
2665- panel = outputtestmux2 ; |
2666- panel = outputtestmux3, { pinLayout == 64 } ; V
2667- panel = outputtestmux4, { pinLayout == 64 } ;[PJSC v1.01c]
2638+ dialog = outputtestmux1, "MUX1", yAxis ;[PJSC v1.01c]
2639+ commandButton = "Off", cmdtestmux1off, {testactive} ; |
2640+ commandButton = "On", cmdtestmux1on, {!testenabled && testactive && muxout1selection == 0 } ; |
2641+ commandButton = "PWM", cmdtestmux150dc, {!testenabled && testactive && muxout1selection == 0 } ; |
2642+ field = "PWM freq.", dutyFreqTst9, {!testenabled && testactive && muxout1selection == 0 } ; |
2643+ field = "Duty ratio", dutyRatioTst9, {!testenabled && testactive && muxout1selection == 0 } ; |
2644+ dialog = outputtestmux2, "MUX2", yAxis ; |
2645+ commandButton = "Off", cmdtestmux2off, {testactive} ; |
2646+ commandButton = "On", cmdtestmux2on, {!testenabled && testactive && muxout2selection == 0 } ; |
2647+ commandButton = "PWM", cmdtestmux250dc, {!testenabled && testactive && muxout2selection == 0 } ; |
2648+ field = "PWM freq.", dutyFreqTst10, {!testenabled && testactive && muxout2selection == 0 } ; |
2649+ field = "Duty ratio", dutyRatioTst10, {!testenabled && testactive && muxout2selection == 0 } ; |
2650+ dialog = outputtestmux3, "MUX3", yAxis ; |
2651+ commandButton = "Off", cmdtestmux3off, {testactive && pinLayout == 64} ; |
2652+ commandButton = "On", cmdtestmux3on, {!testenabled && testactive && muxout3selection == 0 && pinLayout == 64} ; |
2653+; commandButton = "PWM", cmdtestmux350dc, {!testenabled && testactive && muxout3selection == 0 && pinLayout == 64} ; |
2654+; field = "PWM freq.", dutyFreqTst11, {!testenabled && testactive && muxout3selection == 0 && pinLayout == 64} ; |
2655+; field = "Duty ratio", dutyRatioTst11, {!testenabled && testactive && muxout3selection == 0 && pinLayout == 64} ; |
2656+ dialog = outputtestmux4, "MUX4", yAxis ; |
2657+ commandButton = "Off", cmdtestmux4off, {testactive && pinLayout == 64} ; |
2658+ commandButton = "On", cmdtestmux4on, {!testenabled && testactive && muxout4selection == 0 && pinLayout == 64} ; |
2659+; commandButton = "PWM", cmdtestmux450dc, {!testenabled && testactive && muxout4selection == 0 && pinLayout == 64} ; |
2660+; field = "PWM freq.", dutyFreqTst12, {!testenabled && testactive && muxout4selection == 0 && pinLayout == 64} ; |
2661+; field = "Duty ratio", dutyRatioTst12, {!testenabled && testactive && muxout4selection == 0 && pinLayout == 64} ; |
2662+ ; |
2663+ dialog = outputtest_mux, "MUX Output Test", xAxis ; |
2664+ panel = outputtestmux1 ; |
2665+ panel = outputtestmux2 ; |
2666+ panel = outputtestmux3, { pinLayout == 64 } ; V
2667+ panel = outputtestmux4, { pinLayout == 64 } ;[PJSC v1.01c]
26682668
26692669 ;[PJSC v1.10] dialog = outputtest1,"Test Output Hardware"
26702670 dialog = outputtest1,"Output Test Mode - PWM" ;[PJSC v1.10]