ETB tiny progress
This commit is contained in:
parent
2540aebf6e
commit
f09119b6fa
|
@ -68,7 +68,7 @@ enable2ndByteCanID = false
|
|||
|
||||
; see PAGE_0_SIZE in C source code
|
||||
; CONFIG_DEFINITION_START
|
||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Sat Apr 20 23:18:45 EDT 2019
|
||||
; this section was generated automatically by ConfigDefinition.jar based on rusefi_config.txt Mon Apr 22 21:32:30 EDT 2019
|
||||
|
||||
pageSize = 20000
|
||||
page = 1
|
||||
|
@ -2157,6 +2157,13 @@ cmd_test_inj15 = "w\x00\x13\x00\x0f"
|
|||
cmd_test_inj16 = "w\x00\x13\x00\x10"
|
||||
|
||||
cmd_test_fuel_pump = "w\x00\x14\x00\x01"
|
||||
cmd_calibrate_tps_1_closed = "w\x00\x14\x00\x02"
|
||||
cmd_calibrate_tps_1_wot = "w\x00\x14\x00\x03"
|
||||
cmd_calibrate_tps_2_closed = "w\x00\x14\x00\x04"
|
||||
cmd_calibrate_tps_2_wot = "w\x00\x14\x00\x05"
|
||||
cmd_calibrate_pedal_up = "w\x00\x14\x00\x06"
|
||||
cmd_calibrate_pedal_down = "w\x00\x14\x00\x07"
|
||||
|
||||
cmd_test_radiator_fan = "w\x00\x15\x00\x01"
|
||||
cmd_test_check_engine_light = "w\x00\x16\x00\x01"
|
||||
cmd_test_idle_valve = "w\x00\x17\x00\x01"
|
||||
|
@ -3222,6 +3229,10 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
text = "More about fuel control on the web"
|
||||
webHelp = "https://rusefi.com/s/fuel"
|
||||
|
||||
help = etbHelp, "ETB Control"
|
||||
text = "More about electronic throttle body on the web"
|
||||
webHelp = "https://rusefi.com/s/etb"
|
||||
|
||||
help = tpsTpsHelp, "Acceleration Enrichment"
|
||||
text = "More about Tps To Tps acceleration on the web"
|
||||
webHelp = "https://rusefi.com/s/tpstps"
|
||||
|
@ -3237,8 +3248,9 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
dialog = veTableDialog3D, "VE Table"
|
||||
topicHelp = "veTableDialogHelp"
|
||||
panel = veTableMap, South
|
||||
|
||||
dialog = etbDialog, "Electronic Thtottle Body (beta)"
|
||||
|
||||
dialog = etbDialogLeft
|
||||
field = "https://rusefi.com/s/etb"
|
||||
field = "verbose", isVerboseETB
|
||||
field = "Throttle Pedal Up", throttlePedalUpVoltage
|
||||
field = "Throttle Pedal Wide Open", throttlePedalWOTVoltage
|
||||
|
@ -3261,6 +3273,23 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = "iTermMin", etb_iTermMin, {throttlePedalPositionAdcChannel != 16}
|
||||
field = "iTermMax", etb_iTermMax, {throttlePedalPositionAdcChannel != 16}
|
||||
field = "etbDeadband", etbDeadband, {throttlePedalPositionAdcChannel != 16}
|
||||
|
||||
dialog = etbDialogRight
|
||||
field = "Press buttons to calibrate sensors"
|
||||
field = "You would have to remove air filter to move throttle manually"
|
||||
commandButton = "TPS#1 closed position", cmd_calibrate_tps_1_closed
|
||||
commandButton = "TPS#1 wide open position", cmd_calibrate_tps_1_wot
|
||||
field = "Not many vehicles have two throttle bodies but some do"
|
||||
commandButton = "TPS#2 closed position", cmd_calibrate_tps_2_closed
|
||||
commandButton = "TPS#2 wide open position", cmd_calibrate_tps_2_wot
|
||||
commandButton = "Pedal Up", cmd_calibrate_pedal_up
|
||||
commandButton = "Pedal Down", cmd_calibrate_pedal_down
|
||||
|
||||
dialog = etbDialog, "Electronic Thtottle Body (beta)", border
|
||||
topicHelp = "etbHelp"
|
||||
panel = etbDialogLeft, West
|
||||
panel = etbDialogRight, East
|
||||
|
||||
|
||||
dialog = testSpark, "Spark"
|
||||
commandButton = "Spark #1", cmd_test_spk1
|
||||
|
|
|
@ -1231,6 +1231,13 @@ cmd_test_inj15 = "w\x00\x13\x00\x0f"
|
|||
cmd_test_inj16 = "w\x00\x13\x00\x10"
|
||||
|
||||
cmd_test_fuel_pump = "w\x00\x14\x00\x01"
|
||||
cmd_calibrate_tps_1_closed = "w\x00\x14\x00\x02"
|
||||
cmd_calibrate_tps_1_wot = "w\x00\x14\x00\x03"
|
||||
cmd_calibrate_tps_2_closed = "w\x00\x14\x00\x04"
|
||||
cmd_calibrate_tps_2_wot = "w\x00\x14\x00\x05"
|
||||
cmd_calibrate_pedal_up = "w\x00\x14\x00\x06"
|
||||
cmd_calibrate_pedal_down = "w\x00\x14\x00\x07"
|
||||
|
||||
cmd_test_radiator_fan = "w\x00\x15\x00\x01"
|
||||
cmd_test_check_engine_light = "w\x00\x16\x00\x01"
|
||||
cmd_test_idle_valve = "w\x00\x17\x00\x01"
|
||||
|
@ -2296,6 +2303,10 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
text = "More about fuel control on the web"
|
||||
webHelp = "https://rusefi.com/s/fuel"
|
||||
|
||||
help = etbHelp, "ETB Control"
|
||||
text = "More about electronic throttle body on the web"
|
||||
webHelp = "https://rusefi.com/s/etb"
|
||||
|
||||
help = tpsTpsHelp, "Acceleration Enrichment"
|
||||
text = "More about Tps To Tps acceleration on the web"
|
||||
webHelp = "https://rusefi.com/s/tpstps"
|
||||
|
@ -2311,8 +2322,9 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
dialog = veTableDialog3D, "VE Table"
|
||||
topicHelp = "veTableDialogHelp"
|
||||
panel = veTableMap, South
|
||||
|
||||
dialog = etbDialog, "Electronic Thtottle Body (beta)"
|
||||
|
||||
dialog = etbDialogLeft
|
||||
field = "https://rusefi.com/s/etb"
|
||||
field = "verbose", isVerboseETB
|
||||
field = "Throttle Pedal Up", throttlePedalUpVoltage
|
||||
field = "Throttle Pedal Wide Open", throttlePedalWOTVoltage
|
||||
|
@ -2335,6 +2347,23 @@ cmd_set_engine_type_default = "w\x00\x31\x00\x00"
|
|||
field = "iTermMin", etb_iTermMin, {throttlePedalPositionAdcChannel != 16}
|
||||
field = "iTermMax", etb_iTermMax, {throttlePedalPositionAdcChannel != 16}
|
||||
field = "etbDeadband", etbDeadband, {throttlePedalPositionAdcChannel != 16}
|
||||
|
||||
dialog = etbDialogRight
|
||||
field = "Press buttons to calibrate sensors"
|
||||
field = "You would have to remove air filter to move throttle manually"
|
||||
commandButton = "TPS#1 closed position", cmd_calibrate_tps_1_closed
|
||||
commandButton = "TPS#1 wide open position", cmd_calibrate_tps_1_wot
|
||||
field = "Not many vehicles have two throttle bodies but some do"
|
||||
commandButton = "TPS#2 closed position", cmd_calibrate_tps_2_closed
|
||||
commandButton = "TPS#2 wide open position", cmd_calibrate_tps_2_wot
|
||||
commandButton = "Pedal Up", cmd_calibrate_pedal_up
|
||||
commandButton = "Pedal Down", cmd_calibrate_pedal_down
|
||||
|
||||
dialog = etbDialog, "Electronic Thtottle Body (beta)", border
|
||||
topicHelp = "etbHelp"
|
||||
panel = etbDialogLeft, West
|
||||
panel = etbDialogRight, East
|
||||
|
||||
|
||||
dialog = testSpark, "Spark"
|
||||
commandButton = "Spark #1", cmd_test_spk1
|
||||
|
|
|
@ -0,0 +1,17 @@
|
|||
<html>
|
||||
<head>
|
||||
|
||||
<meta http-equiv="refresh" content="0; url=https://github.com/rusefi/rusefi_documentation/blob/master/FAQ/HOWTO_electronic_throttle_body.md" />
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<center>
|
||||
|
||||
<br><br><br><br><br>
|
||||
|
||||
<a href="https://github.com/rusefi/rusefi_documentation/blob/master/FAQ/HOWTO_electronic_throttle_body.md">https://github.com/rusefi/rusefi_documentation/blob/master/FAQ/HOWTO_electronic_throttle_body.md</a>
|
||||
|
||||
</center>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in New Issue