From 2e406b1a145f342a37cd4cb91c283a91dbec72a0 Mon Sep 17 00:00:00 2001 From: GitHub gen-configs Action Date: Fri, 8 Sep 2023 11:41:35 +0000 Subject: [PATCH] Auto-generated configs and docs --- .../connectors/generated_outputs.h | 33 + .../connectors/generated_ts_name_by_pin.cpp | 49 + .../connectors/generated_outputs.h | 68 +- .../connectors/generated_ts_name_by_pin.cpp | 92 +- .../generated/signature_alphax-8chan-revA.h | 6 + .../generated/signature_alphax-8chan.h | 4 +- .../generated/signature_alphax-8chan_f7.h | 4 +- .../generated/rusefi_alphax-8chan-revA.ini | 8502 +++++++++++++++++ .../generated/rusefi_alphax-8chan.ini | 14 +- .../generated/rusefi_alphax-8chan_f7.ini | 14 +- 10 files changed, 8712 insertions(+), 74 deletions(-) create mode 100644 firmware/config/boards/hellen/alphax-8chan-revA/connectors/generated_outputs.h create mode 100644 firmware/config/boards/hellen/alphax-8chan-revA/connectors/generated_ts_name_by_pin.cpp create mode 100644 firmware/controllers/generated/signature_alphax-8chan-revA.h create mode 100644 firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini diff --git a/firmware/config/boards/hellen/alphax-8chan-revA/connectors/generated_outputs.h b/firmware/config/boards/hellen/alphax-8chan-revA/connectors/generated_outputs.h new file mode 100644 index 0000000000..1ad1a82dba --- /dev/null +++ b/firmware/config/boards/hellen/alphax-8chan-revA/connectors/generated_outputs.h @@ -0,0 +1,33 @@ +//DO NOT EDIT MANUALLY, let automation work hard. + +// auto-generated by PinoutLogic.java based on config/boards/hellen/alphax-8chan-revA/connectors/8chan-A-B.yaml +// auto-generated by PinoutLogic.java based on config/boards/hellen/alphax-8chan-revA/connectors/8chan-C.yaml +// auto-generated by PinoutLogic.java based on config/boards/hellen/alphax-8chan-revA/connectors/8chan-D.yaml +#pragma once + +Gpio GENERATED_OUTPUTS = { + Gpio::D10, + Gpio::D11, + Gpio::G8, + Gpio::G7, + Gpio::G12, + Gpio::F14, + Gpio::F13, + Gpio::F12, + Gpio::D9, + Gpio::A8, + Gpio::G2, + Gpio::D3, + Gpio::A9, + Gpio::G13, + Gpio::C7, + Gpio::G6, + Gpio::E3, + Gpio::E4, + Gpio::E5, + Gpio::C13, + Gpio::E6, + Gpio::B9, + Gpio::B8, + Gpio::E2, +} diff --git a/firmware/config/boards/hellen/alphax-8chan-revA/connectors/generated_ts_name_by_pin.cpp b/firmware/config/boards/hellen/alphax-8chan-revA/connectors/generated_ts_name_by_pin.cpp new file mode 100644 index 0000000000..7d3c79b522 --- /dev/null +++ b/firmware/config/boards/hellen/alphax-8chan-revA/connectors/generated_ts_name_by_pin.cpp @@ -0,0 +1,49 @@ +//DO NOT EDIT MANUALLY, let automation work hard. + +// auto-generated by PinoutLogic.java based on config/boards/hellen/alphax-8chan-revA/connectors/8chan-A-B.yaml +// auto-generated by PinoutLogic.java based on config/boards/hellen/alphax-8chan-revA/connectors/8chan-C.yaml +// auto-generated by PinoutLogic.java based on config/boards/hellen/alphax-8chan-revA/connectors/8chan-D.yaml +#include "pch.h" + +// see comments at declaration in pin_repository.h +const char * getBoardSpecificPinName(brain_pin_e brainPin) { + switch(brainPin) { + case Gpio::A10: return "8A - Crank VR"; + case Gpio::A2: return "5C - Hall Input 4"; + case Gpio::A6: return "23A - Hall Input 1"; + case Gpio::A8: return "8D - Fuel Pump"; + case Gpio::A9: return "11D - LS 8"; + case Gpio::B8: return "20C - Ignition 6"; + case Gpio::B9: return "19C - Ignition 7"; + case Gpio::C13: return "13A - Ignition 1"; + case Gpio::C7: return "13D - Boost"; + case Gpio::D10: return "1A - Injector 4"; + case Gpio::D11: return "2A - Injector 3"; + case Gpio::D2: return "17B - Digital In Flex"; + case Gpio::D3: return "10D - LS 7"; + case Gpio::D9: return "29C - Injector 5"; + case Gpio::E0: return "13C - 2-Step Input"; + case Gpio::E14: return "30A - Hall Input 2"; + case Gpio::E15: return "31A - Hall Input 3"; + case Gpio::E2: return "21C - Ignition 5"; + case Gpio::E3: return "10A - Ignition 4"; + case Gpio::E4: return "11A - Ignition 3"; + case Gpio::E5: return "12A - Ignition 2"; + case Gpio::E6: return "18C - Ignition 8"; + case Gpio::F12: return "28C - Injector 6"; + case Gpio::F13: return "27C - Injector 7"; + case Gpio::F14: return "26C - Injector 8"; + case Gpio::F3: return "14B - Digital In 2"; + case Gpio::F4: return "15B - Digital In 3"; + case Gpio::F5: return "16B - Digital In 4"; + case Gpio::F9: return "9A - Cam VR"; + case Gpio::G12: return "8B - Main Relay LS"; + case Gpio::G13: return "12D - NOS"; + case Gpio::G2: return "9D - Fan Relay"; + case Gpio::G6: return "21D - Tachometer"; + case Gpio::G7: return "4A - Injector 1"; + case Gpio::G8: return "3A - Injector 2"; + default: return nullptr; + } + return nullptr; +} diff --git a/firmware/config/boards/hellen/alphax-8chan/connectors/generated_outputs.h b/firmware/config/boards/hellen/alphax-8chan/connectors/generated_outputs.h index 889a53c9a3..cd56d1d0d0 100644 --- a/firmware/config/boards/hellen/alphax-8chan/connectors/generated_outputs.h +++ b/firmware/config/boards/hellen/alphax-8chan/connectors/generated_outputs.h @@ -6,28 +6,48 @@ #pragma once Gpio GENERATED_OUTPUTS = { - Gpio::D10, - Gpio::D11, - Gpio::G8, - Gpio::G7, - Gpio::G12, - Gpio::F14, - Gpio::F13, - Gpio::F12, - Gpio::D9, - Gpio::A8, - Gpio::G2, - Gpio::D3, - Gpio::A9, - Gpio::G13, - Gpio::C7, - Gpio::G6, - Gpio::E3, - Gpio::E4, - Gpio::E5, - Gpio::C13, - Gpio::E6, - Gpio::B9, - Gpio::B8, - Gpio::E2, + Gpio::MM176_INJ1, + Gpio::MM176_INJ2, + Gpio::MM176_INJ3, + Gpio::MM176_INJ4, + Gpio::MM176_INJ5, + Gpio::MM176_INJ6, + Gpio::MM176_INJ7, + Gpio::MM176_INJ8, + Gpio::MM176_GP17, + Gpio::MM176_GP20, + Gpio::MM176_GP19, + Gpio::MM176_GP18, + Gpio::MM176_OUT_PWM8, + Gpio::MM176_OUT_IO1, + Gpio::MM176_OUT_IO2, + Gpio::MM176_OUT_IO3, + Gpio::MM176_OUT_IO4, + Gpio::MM176_IGN1, + Gpio::MM176_IGN3, + Gpio::MM176_IGN5, + Gpio::MM176_IGN8, + Gpio::MM176_OUT_IO5, + Gpio::MM176_IGN2, + Gpio::MM176_IGN4, + Gpio::MM176_IGN7, + Gpio::MM176_SPI3_MISO, + Gpio::MM176_OUT_IO6, + Gpio::MM176_IGN6, + Gpio::MM176_SPI3_SCK, + Gpio::MM176_SPI3_MOSI, + Gpio::MM176_SPI3_CS, + Gpio::MM176_OUT_IO7, + Gpio::MM176_OUT_PWM1, + Gpio::MM176_GP3, + Gpio::MM176_GP2, + Gpio::MM176_GP1, + Gpio::MM176_OUT_IO8, + Gpio::MM176_OUT_PWM2, + Gpio::MM176_OUT_IO13, + Gpio::MM176_OUT_PWM6, + Gpio::MM176_OUT_PWM3, + Gpio::MM176_OUT_PWM4, + Gpio::MM176_OUT_PWM5, + Gpio::MM176_OUT_PWM7, } diff --git a/firmware/config/boards/hellen/alphax-8chan/connectors/generated_ts_name_by_pin.cpp b/firmware/config/boards/hellen/alphax-8chan/connectors/generated_ts_name_by_pin.cpp index b81cf19b05..0d53538bfb 100644 --- a/firmware/config/boards/hellen/alphax-8chan/connectors/generated_ts_name_by_pin.cpp +++ b/firmware/config/boards/hellen/alphax-8chan/connectors/generated_ts_name_by_pin.cpp @@ -8,38 +8,66 @@ // see comments at declaration in pin_repository.h const char * getBoardSpecificPinName(brain_pin_e brainPin) { switch(brainPin) { - case Gpio::A10: return "8A - VR1+"; - case Gpio::A2: return "5C - Switch4"; - case Gpio::A6: return "23A - VR2-"; - case Gpio::A8: return "8D - Fuel Pump"; - case Gpio::A9: return "11D - LS 8"; - case Gpio::B8: return "20C - Ignition 10"; - case Gpio::B9: return "19C - Ignition 11"; - case Gpio::C13: return "13A - Ignition 1"; - case Gpio::C7: return "13D - Boost"; - case Gpio::D10: return "1A - Injector 4"; - case Gpio::D11: return "2A - Injector 3"; - case Gpio::D2: return "17B - Hall4"; - case Gpio::D3: return "10D - LS 7"; - case Gpio::D9: return "29C - Injector 9"; - case Gpio::E14: return "30A - Hall Input 1"; - case Gpio::E15: return "31A - Hall Input 2"; - case Gpio::E2: return "21C - Ignition 9"; - case Gpio::E3: return "10A - Ignition 4"; - case Gpio::E4: return "11A - Ignition 3"; - case Gpio::E5: return "12A - Ignition 2"; - case Gpio::E6: return "18C - Ignition 12"; - case Gpio::F12: return "28C - Injector 10"; - case Gpio::F13: return "27C - Injector 11"; - case Gpio::F14: return "1C - Injector 8"; - case Gpio::F5: return "16B - Hall3"; - case Gpio::F9: return "9A - VR2+"; - case Gpio::G12: return "8B - Main Relay LS"; - case Gpio::G13: return "12D - NOS"; - case Gpio::G2: return "9D - Fan Relay"; - case Gpio::G6: return "21D - Tachometer"; - case Gpio::G7: return "4A - Injector 1"; - case Gpio::G8: return "3A - Injector 2"; + case Gpio::A10: return "1B - VR1-/Hall Input"; + case Gpio::A15: return "31C - Ignition 12"; + case Gpio::A6: return "3B/4B - VR2"; + case Gpio::A9: return "7C - High Side 3"; + case Gpio::B8: return "28C - Ignition 6"; + case Gpio::B9: return "21C - Ignition 7"; + case Gpio::C1: return "22A - Switch 3"; + case Gpio::C10: return "29C - Ignition 9"; + case Gpio::C11: return "23C - Ignition 10"; + case Gpio::C12: return "30C - Ignition 11"; + case Gpio::C13: return "11C - Ignition 1"; + case Gpio::C6: return "14D - VVT 2"; + case Gpio::C7: return "20D - VVT 3"; + case Gpio::C8: return "21D - VVT 4"; + case Gpio::C9: return "22C - Boost"; + case Gpio::D10: return "4D - Injector 4"; + case Gpio::D11: return "3D - Injector 3"; + case Gpio::D12: return "5C - High Side 1"; + case Gpio::D13: return "8D - VVT 1"; + case Gpio::D14: return "16C - Low Side 1"; + case Gpio::D15: return "23C - Low Side 2"; + case Gpio::D2: return "17C - Low Side 5"; + case Gpio::D3: return "6C - High Side 2"; + case Gpio::D4: return "11D - Main Relay"; + case Gpio::D7: return "10D - Fan"; + case Gpio::D9: return "5D - Injector 5"; + case Gpio::E11: return "14A - Switch 2"; + case Gpio::E12: return "15A - Hall Input 1"; + case Gpio::E13: return "23A - Hall Input 1"; + case Gpio::E14: return "24A - Hall Input 3 / SENT"; + case Gpio::E15: return "9A - Hall Input 4"; + case Gpio::E2: return "14C - Ignition 5"; + case Gpio::E3: return "20C - Ignition 4"; + case Gpio::E4: return "13C - Ignition 3"; + case Gpio::E5: return "19C - Ignition 2"; + case Gpio::E6: return "15C - Ignition 8"; + case Gpio::E9: return "6A - Switch 1"; + case Gpio::F11: return "26A - VSS Hall"; + case Gpio::F12: return "6D - Injector 6"; + case Gpio::F13: return "7D - Injector 7"; + case Gpio::F14: return "13D - Injector 8"; + case Gpio::F3: return "5A - Switch 4"; + case Gpio::F4: return "13A - Hall Input 5"; + case Gpio::F5: return "21B - Flex"; + case Gpio::F6: return "21B - Knock2 Input"; + case Gpio::G10: return "9D - Fuel Pump"; + case Gpio::G11: return "25C - Low Side 6"; + case Gpio::G14: return "8C - Low Side 3"; + case Gpio::G3: return "34C - Low Side 7"; + case Gpio::G4: return "12D - NOS"; + case Gpio::G5: return "9C - Low Side 4"; + case Gpio::G6: return "15D - Tachometer"; + case Gpio::G7: return "1D - Injector 1"; + case Gpio::G8: return "2D - Injector 2"; + case Gpio::H13: return "5B/6B - VR3"; + case Gpio::H2: return "24D - Injector 12"; + case Gpio::H3: return "25D - Injector 11"; + case Gpio::H4: return "26D - Injector 10"; + case Gpio::H5: return "19D - Injector 9"; + case Gpio::H8: return "7B/13B - VR4"; default: return nullptr; } return nullptr; diff --git a/firmware/controllers/generated/signature_alphax-8chan-revA.h b/firmware/controllers/generated/signature_alphax-8chan-revA.h new file mode 100644 index 0000000000..5ed563cf0a --- /dev/null +++ b/firmware/controllers/generated/signature_alphax-8chan-revA.h @@ -0,0 +1,6 @@ +// +// was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer +// + +#define SIGNATURE_HASH 3203822598 +#define TS_SIGNATURE "rusEFI master.2023.09.08.alphax-8chan-revA.3203822598" diff --git a/firmware/controllers/generated/signature_alphax-8chan.h b/firmware/controllers/generated/signature_alphax-8chan.h index f1ead540a8..fa81ec9ae2 100644 --- a/firmware/controllers/generated/signature_alphax-8chan.h +++ b/firmware/controllers/generated/signature_alphax-8chan.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1688945892 -#define TS_SIGNATURE "rusEFI master.2023.09.08.alphax-8chan.1688945892" +#define SIGNATURE_HASH 2186925453 +#define TS_SIGNATURE "rusEFI master.2023.09.08.alphax-8chan.2186925453" diff --git a/firmware/controllers/generated/signature_alphax-8chan_f7.h b/firmware/controllers/generated/signature_alphax-8chan_f7.h index de14282804..a57ebaa741 100644 --- a/firmware/controllers/generated/signature_alphax-8chan_f7.h +++ b/firmware/controllers/generated/signature_alphax-8chan_f7.h @@ -2,5 +2,5 @@ // was generated automatically by rusEFI tool config_definition.jar based on gen_config.sh by SignatureConsumer // -#define SIGNATURE_HASH 1688945892 -#define TS_SIGNATURE "rusEFI master.2023.09.08.alphax-8chan_f7.1688945892" +#define SIGNATURE_HASH 2186925453 +#define TS_SIGNATURE "rusEFI master.2023.09.08.alphax-8chan_f7.2186925453" diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini new file mode 100644 index 0000000000..7c20948848 --- /dev/null +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan-revA.ini @@ -0,0 +1,8502 @@ +; This is a TunerStudio project for the rusEFI.com engine management system +; +; This file has been generated by invoking gen_config.bat. +; The input files are +; rusefi.input the common template +; rusefi_config.txt the project specific file +; +; In TunerStudio some fields have little question mark on the left of the name for additional field tips. +; Those tips are defined in ../integration/rusefi_config.txt +; +; For example +; +; float bias_resistor;Pull-up resistor value on your board;"Ohm" +; here 'bias_resistor' is internal field name and the text between semicolons is what produces the tooltip +; Note that '+' sign is required after first semicolon for tooltop to appear in TunerStudio +; +; +; field = "# blue text" +; field = "! red text" +; field = "normal text" +; +; pok +; + +; this should stop TS from looking for the CAN ID in the 2nd byte location and allow the page reads to work correctly. +enable2ndByteCanID = false + +[SettingGroups] + ; the referenceName will over-ride previous, so if you are creating a + ; settingGroup with a reference name of lambdaSensor, it will replace the + ; setting group defined in the settingGroups.xml of the TunerStudio config + ; folder. If is is an undefined referenceName, it will be added. + ; keyword = referenceName, DisplayName + +[MegaTune] + ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 + signature = "rusEFI master.2023.09.08.alphax-8chan-revA.3203822598" + +[TunerStudio] + queryCommand = "S" + versionInfo = "V" ; firmware version for title bar. + signature= "rusEFI master.2023.09.08.alphax-8chan-revA.3203822598" ; signature is expected to be 7 or more characters. + + ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C + useLegacyFTempUnits = false + ignoreMissingBitOptions = true + + ; Optimize comms for fast rusEFI ECUs + noCommReadDelay = true; + defaultRuntimeRecordPerSec = 100; + maxUnusedRuntimeRange = 1000; + + ; Set default IP/port to our IP/port + defaultIpAddress = 192.168.10.1; + defaultIpPort = 29000; + +[Constants] +; new packet serial format with CRC + messageEnvelopeFormat = msEnvelope_1.0 + + endianness = little + nPages = 1 + + pageIdentifier = "\x00\x00" + pageReadCommand = "R%2o%2c" + burnCommand = "B" + pageActivate = "P" + pageValueWrite = "W%2o%v" + pageChunkWrite = "C%2o%2c%v" + crc32CheckCommand = "k%2o%2c" + retrieveConfigError = "e" + +;communication settings + pageActivationDelay = 500 ; Milliseconds delay after burn command. See https://sourceforge.net/p/rusefi/tickets/77/ +;e.g. put writeblocks off and add an interwrite delay + writeBlocks = on + interWriteDelay = 10 + blockReadTimeout = 3000; Milliseconds general timeout + + ; delayAfterPortOpen = 500 + + blockingFactor = 750 ; max chunk size +;end communication settings + + ; name = bits, type, offset, bits + ; name = array, type, offset, shape, units, scale, translate, lo, hi, digits + ; name = scalar, type, offset, units, scale, translate, lo, hi, digits +#define gpio_list="NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15" +#define switch_input_pin_e_list="NONE","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","17B - Digital In Flex","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","14B - Digital In 2","15B - Digital In 3","16B - Digital In 4" +#define output_pin_e_list="NONE","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","8D - Fuel Pump","11D - LS 8","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","20C - Ignition 6","19C - Ignition 7","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","13D - Boost","INVALID","INVALID","INVALID","INVALID","INVALID","13A - Ignition 1","INVALID","INVALID","INVALID","INVALID","INVALID","10D - LS 7","INVALID","INVALID","INVALID","INVALID","INVALID","29C - Injector 5","1A - Injector 4","2A - Injector 3","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","21C - Ignition 5","10A - Ignition 4","11A - Ignition 3","12A - Ignition 2","18C - Ignition 8","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","28C - Injector 6","27C - Injector 7","26C - Injector 8","INVALID","INVALID","INVALID","9D - Fan Relay","INVALID","INVALID","INVALID","21D - Tachometer","4A - Injector 1","3A - Injector 2","INVALID","INVALID","INVALID","8B - Main Relay LS","12D - NOS" +#define brain_input_pin_e_list="NONE","INVALID","INVALID","INVALID","5C - Hall Input 4","INVALID","INVALID","INVALID","23A - Hall Input 1","INVALID","INVALID","INVALID","8A - Crank VR","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","17B - Digital In Flex","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","13C - 2-Step Input","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","30A - Hall Input 2","31A - Hall Input 3","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","9A - Cam VR" +#define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","17A - PPS","23C - TPS","Battery Sense","INVALID","15D - AN5","24C - TPS2","14A - Analog 1","22A - Analog 22","On-board MAP","16A - CLT","15A - IAT","31C - PPS2","33A - AN3","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","16D - AN6","INVALID","INVALID","INVALID","INVALID","7C - AT4","INVALID","6C - AT3","14D - AN4" + +; CONFIG_DEFINITION_START +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Sep 08 11:40:11 UTC 2023 + +pageSize = 23468 +page = 1 +engineType = bits, U16, 0, [0:6], 0="DEFAULT_FRANKENSO",97="ALPHAX_8CHAN_SBC",24="BMW_M73_M",50="BMW_M73_MRE",51="BMW_M73_MRE_SLAVE",35="CAMARO_4",65="CITROEN_TU3JP",38="DISCOVERY_PDM",2="DODGE_NEON_1995",46="DODGE_NEON_2003_CRANK",64="DODGE_RAM",61="EEPROM_BENCH_ENGINE",58="ETB_BENCH_ENGINE",3="FORD_ASPIRE_1996",11="FORD_COYOTE",14="FORD_ESCORT_GT",7="FORD_INLINE_6_1995",40="FRANKENSO_BMW_M73_F",47="FRANKENSO_MAZDA_MIATA_2003",56="FRANKENSO_MAZDA_MIATA_NA8",41="FRANKENSO_MIATA_NA6_MAP",49="FRANKENSO_QA_ENGINE",15="FUEL_BENCH",8="GY6_139QMB",84="HELLEN_121_NISSAN_4_CYL",72="HELLEN_121_NISSAN_6_CYL",85="HELLEN_121_NISSAN_8_CYL",87="HELLEN_121_NISSAN_ALMERA_N16",71="HELLEN_121_VAG_4_CYL",77="HELLEN_121_VAG_5_CYL",81="HELLEN_121_VAG_8_CYL",78="HELLEN_121_VAG_V6_CYL",79="HELLEN_121_VAG_VR6_CYL",36="HELLEN_128_MERCEDES_4_CYL",88="HELLEN_128_MERCEDES_6_CYL",89="HELLEN_128_MERCEDES_8_CYL",82="HELLEN_154_HYUNDAI_COUPE_BK1",95="HELLEN_154_HYUNDAI_COUPE_BK2",76="HELLEN_154_VAG",75="HELLEN_2CHAN_STIM_QC",74="HELLEN_4CHAN_STIM_QC",57="HELLEN_HONDA_BCM",34="HELLEN_NA6",10="HELLEN_NA8_96",80="HELLEN_NA94",83="HELLEN_NB1",94="HELLEN_NB1_36",69="HELLEN_NB2",86="HELLEN_NB2_36",43="HONDA_600",60="L9779_BENCH_ENGINE",55="MAZDA_MIATA_2003_BOARD_TEST",54="MAZDA_MIATA_2003_NA_RAIL",33="ME17_9_MISC",21="MIATA_1996",1="MIATA_PROTEUS_TCU",99="MINIMAL_PINS",12="MITSUBISHI_3A92",16="MITSUBISHI_4G93",31="MRE_BOARD_NEW_TEST",23="MRE_BODY_CONTROL",68="MRE_M111",20="MRE_MIATA_94_MAP",66="MRE_MIATA_NA6_MAP",4="MRE_SECONDARY_CAN",37="MRE_SUBARU_EJ18",62="MRE_VW_B6",5="NISSAN_PRIMERA",30="PROTEUS_ANALOG_PWM_TEST",63="PROTEUS_BMW_M73",9="PROTEUS_E65_6H_MAN_IN_THE_MIDDLE",27="PROTEUS_GM_LS_4",6="PROTEUS_HARLEY",90="PROTEUS_HONDA_K",91="PROTEUS_HONDA_OBD2A",104="PROTEUS_HYUNDAI_PB",25="PROTEUS_LUA_DEMO",17="PROTEUS_M111",67="PROTEUS_MIATA_NB2",93="PROTEUS_N73",103="PROTEUS_NISSAN_VQ35",42="PROTEUS_QC_TEST_BOARD",98="PROTEUS_SBC",73="PROTEUS_STIM_QC",39="PROTEUS_VW_B6",29="SACHS",70="SUBARUEG33_DEFAULTS",22="SUBARU_2003_WRX",100="TEST_100",101="TEST_101",102="TEST_102",18="TEST_33816",28="TEST_CRANK_ENGINE",48="TEST_DC_WASTEGATE_DISCOVERY",26="TEST_ENGINE",45="TEST_ENGINE_VVT",52="TEST_ISSUE_366_BOTH",53="TEST_ISSUE_366_RISE",19="TEST_ROTARY",59="TLE8888_BENCH_ENGINE",13="TOYOTA_1NZ_FE",44="TOYOTA_2JZ_GTE_VVTi",92="UNUSED_92",32="VW_ABA",96="WASTEGATE_PROTEUS_TEST" +unusedEnType = scalar, U16, 2, "", 1, 0, 0, 32000, 0 +sensorSnifferRpmThreshold = scalar, U16, 4, "RPM", 1, 0, 0, 10000, 0 +launchRpm = scalar, U16, 6, "rpm", 1, 0, 0, 20000, 0 +rpmHardLimit = scalar, U16, 8, "rpm", 1, 0, 0, 20000, 0 +engineSnifferRpmThreshold = scalar, U16, 10, "RPM", 1, 0, 0, 30000, 0 +multisparkMaxRpm = scalar, U08, 12, "rpm", 50.0, 0, 0, 3000, 0 +maxAcRpm = scalar, U08, 13, "rpm", 50.0, 0, 0, 10000, 0 +maxAcTps = scalar, U08, 14, "%", 1, 0, 0, 100, 0 +maxAcClt = scalar, U08, 15, "deg C", 1, 0, 0, 150, 0 +knockNoiseRpmBins = array, U16, 16, [16], "RPM", 1, 0, 0, 30000, 0 +multisparkMaxSparkingAngle = scalar, U08, 48, "deg", 1, 0, 0, 60, 0 +multisparkMaxExtraSparkCount = scalar, U08, 49, "count", 1, 0, 1, 5, 0 +injector_flow = scalar, F32, 52, "cm3/min", 1, 0, 0, 99999, 2 +injector_battLagCorrBins = array, F32, 56, [8], "volts", 1, 0, 0, 20, 2 +injector_battLagCorr = array, F32, 88, [8], "ms", 1, 0, 0, 50, 2 +isForcedInduction = bits, U32, 120, [0:0], "false", "true" +useFordRedundantTps = bits, U32, 120, [1:1], "false", "true" +enableKline = bits, U32, 120, [2:2], "false", "true" +overrideTriggerGaps = bits, U32, 120, [3:3], "false", "true" +enableFan1WithAc = bits, U32, 120, [4:4], "false", "true" +enableFan2WithAc = bits, U32, 120, [5:5], "false", "true" +disableFan1WhenStopped = bits, U32, 120, [6:6], "false", "true" +disableFan2WhenStopped = bits, U32, 120, [7:7], "false", "true" +enableTrailingSparks = bits, U32, 120, [8:8], "false", "true" +etb_use_two_wires = bits, U32, 120, [9:9], "false", "true" +isDoubleSolenoidIdle = bits, U32, 120, [10:10], "false", "true" +useEeprom = bits, U32, 120, [11:11], "false", "true" +useCicPidForIdle = bits, U32, 120, [12:12], "false", "true" +useTLE8888_cranking_hack = bits, U32, 120, [13:13], "false", "true" +kickStartCranking = bits, U32, 120, [14:14], "false", "true" +useSeparateIdleTablesForCrankingTaper = bits, U32, 120, [15:15], "false", "true" +launchControlEnabled = bits, U32, 120, [16:16], "false", "true" +doNotFilterTriggerEdgeNoise = bits, U32, 120, [17:17], "with filter", "without filter" +antiLagEnabled = bits, U32, 120, [18:18], "false", "true" +useRunningMathForCranking = bits, U32, 120, [19:19], "Fixed", "Fuel Map" +displayLogicLevelsInEngineSniffer = bits, U32, 120, [20:20], "false", "true" +useTLE8888_stepper = bits, U32, 120, [21:21], "false", "true" +usescriptTableForCanSniffingFiltering = bits, U32, 120, [22:22], "false", "true" +verboseCan = bits, U32, 120, [23:23], "Do not print", "Print all" +artificialTestMisfire = bits, U32, 120, [24:24], "No thank you", "Danger Mode" +useFordRedundantPps = bits, U32, 120, [25:25], "false", "true" +cltSensorPulldown = bits, U32, 120, [26:26], "false", "true" +iatSensorPulldown = bits, U32, 120, [27:27], "false", "true" +allowIdenticalPps = bits, U32, 120, [28:28], "false", "true" +tpsMin = scalar, S16, 124, "ADC", 1, 0, 0, 1023, 0 +tpsMax = scalar, S16, 126, "ADC", 1, 0, 0, 1023, 0 +tpsErrorDetectionTooLow = scalar, S16, 128, "%", 1, 0, -10, 0, 0 +tpsErrorDetectionTooHigh = scalar, S16, 130, "%", 1, 0, 100, 110, 0 +cranking_baseFuel = scalar, F32, 132, "mg", 1, 0, 0, 500, 1 +cranking_rpm = scalar, S16, 136, "RPM", 1, 0, 0, 12000, 0 +ignitionDwellForCrankingMs = scalar, F32, 140, "ms", 1, 0, 0, 200, 1 +etbRevLimitStart = scalar, U16, 144, "rpm", 1, 0, 0, 15000, 0 +etbRevLimitRange = scalar, U16, 146, "rpm", 1, 0, 0, 2000, 0 +map_samplingAngleBins = array, F32, 148, [8], "", 1, 0, 0, 18000, 2 +map_samplingAngle = array, F32, 180, [8], "deg", 1, 0, -720, 720, 2 +map_samplingWindowBins = array, F32, 212, [8], "", 1, 0, 0, 18000, 2 +map_samplingWindow = array, F32, 244, [8], "deg", 1, 0, -720, 720, 2 +map_sensor_lowValue = scalar, F32, 276, "kpa", 1, 0, -400, 800, 2 +map_sensor_highValue = scalar, F32, 280, "kpa", 1, 0, -400, 800, 2 +map_sensor_type = bits, U08, 284, [0:4], "Custom", "DENSO183", "MPX4250", "HONDA3BAR", "NEON_2003", "22012AA090", "GM 3 Bar", "MPX4100", "Toyota 89420-02010", "MPX4250A", "Bosch 2.5", "Mazda1Bar", "GM 2 Bar", "GM 1 Bar", "MPXH6400", "MPXH6300" +map_sensor_hwChannel = bits, U08, 285, [0:5], $adc_channel_e_list +clt_tempC_1 = scalar, F32, 288, "*C", 1, 0, -40, 200, 1 +clt_tempC_2 = scalar, F32, 292, "*C", 1, 0, -40, 200, 1 +clt_tempC_3 = scalar, F32, 296, "*C", 1, 0, -40, 200, 1 +clt_resistance_1 = scalar, F32, 300, "Ohm", 1, 0, 0, 200000, 1 +clt_resistance_2 = scalar, F32, 304, "Ohm", 1, 0, 0, 200000, 1 +clt_resistance_3 = scalar, F32, 308, "Ohm", 1, 0, 0, 200000, 1 +clt_bias_resistor = scalar, F32, 312, "Ohm", 1, 0, 0, 200000, 1 +clt_adcChannel = bits, U08, 316, [0:5], $adc_channel_e_list +iat_tempC_1 = scalar, F32, 320, "*C", 1, 0, -40, 200, 1 +iat_tempC_2 = scalar, F32, 324, "*C", 1, 0, -40, 200, 1 +iat_tempC_3 = scalar, F32, 328, "*C", 1, 0, -40, 200, 1 +iat_resistance_1 = scalar, F32, 332, "Ohm", 1, 0, 0, 200000, 1 +iat_resistance_2 = scalar, F32, 336, "Ohm", 1, 0, 0, 200000, 1 +iat_resistance_3 = scalar, F32, 340, "Ohm", 1, 0, 0, 200000, 1 +iat_bias_resistor = scalar, F32, 344, "Ohm", 1, 0, 0, 200000, 1 +iat_adcChannel = bits, U08, 348, [0:5], $adc_channel_e_list +launchTimingRetard = scalar, S32, 352, "deg", 1, 0, -180, 180, 2 +hip9011PrescalerAndSDO = scalar, S32, 356, "integer", 1, 0, 0, 32, 0 +knockBandCustom = scalar, F32, 360, "kHz", 1, 0, 0, 20, 2 +displacement = scalar, U16, 364, "L", 0.001, 0, 0, 65, 3 +triggerSimulatorRpm = scalar, U16, 366, "RPM", 1, 0, 0, 30000, 0 +cylindersCount = scalar, U32, 368, "", 1, 0, 1, 12, 0 +firingOrder = bits, U08, 372, [0:5], "One Cylinder", "1-3-4-2", "1-2-4-3", "1-3-2-4", "1-5-3-6-2-4", "1-8-4-3-6-5-7-2", "1-2-4-5-3", "1-4-2-5-3-6", "1-2", "1-2-3-4-5-6", "1-2-3", "1-8-7-2-6-5-4-3", "1-5-4-2-6-3-7-8", "1-6-3-2-5-4", "1-10-9-4-3-6-5-8-7_2", "1-7-5-11-3-9-6-12-2-8-4-10", "1-7-4-10-2-8-6-12-3-9-5-11", "1-4-3-2", "1-12-5-8-3-10-6-7-2-11-4-9", "1-2-7-8-4-5-6-3", "1-3-7-2-6-5-4-8", "1-2-3-4-5-6-7-8-9", "INVALID", "1-2-3-4-5-6-7-8-9-10-11-12", "1-3-2", "1-2-3-4-5-6-7-8", "1-5-4-8-6-3-7-2", "1-4-3-6-2-5", "1-8-7-3-6-5-4-2", "1-6-2-4-3-5", "1-6-5-4-3-2", "1-4-5-2-3-6", "fo32", "fo33", "fo34", "fo35", "fo36", "fo37" +cylinderBore = scalar, F32, 376, "mm", 1, 0, 0, 20000, 2 +fuelAlgorithm = bits, U08, 380, [0:2], "Speed Density", "MAF Air Charge", "Alpha-N", "Lua" +ALSMaxTPS = scalar, U08, 381, "%", 1, 0, 0, 10, 0 +crankingInjectionMode = bits, U08, 382, [0:1], "Simultaneous", "Sequential", "Batch", "Single Point" +injectionMode = bits, U08, 383, [0:1], "Simultaneous", "Sequential", "Batch", "Single Point" +boostControlMinRpm = scalar, U16, 384, "", 1, 0, 0, 25000, 0 +boostControlMinTps = scalar, U08, 386, "", 1, 0, 0, 100, 0 +boostControlMinMap = scalar, U08, 387, "", 1, 0, 0, 250, 0 +crankingTimingAngle = scalar, F32, 388, "deg", 1, 0, -30, 30, 0 +ignitionMode = bits, U08, 392, [0:1], "Single Coil", "Individual Coils", "Wasted Spark", "Two Distributors" +gapTrackingLengthOverride = scalar, S08, 393, "count", 1, 0, 1, 18, 0 +maxIdleVss = scalar, U08, 394, "kph", 1, 0, 0, 100, 0 +minOilPressureAfterStart = scalar, U16, 396, "kPa", 1, 0, 0, 1000, 0 +timingMode = bits, U08, 398, [0:0], "dynamic", "fixed" +fixedModeTiming = scalar, F32, 400, "RPM", 1, 0, 0, 3000, 0 +globalTriggerAngleOffset = scalar, F32, 404, "deg btdc", 1, 0, -720, 720, 0 +analogInputDividerCoefficient = scalar, F32, 408, "coef", 1, 0, 0.01, 10, 2 +vbattDividerCoeff = scalar, F32, 412, "coef", 1, 0, 0.01, 99, 2 +fanOnTemperature = scalar, F32, 416, "deg C", 1, 0, 0, 150, 0 +fanOffTemperature = scalar, F32, 420, "deg C", 1, 0, 0, 150, 0 +driveWheelRevPerKm = scalar, F32, 424, "revs/km", 1, 0, 100, 1000, 1 +canNbcType = bits, U08, 428, [0:4], "None", "FIAT", "VAG", "MAZDA RX8", "BMW E46", "W202", "BMW E90", "Haltech", "VAG MQB", "Nissan VQ35", "Genesis Coupe", "Honda K", "AiM", "MS Simplified Broadcast", "type 14" +canSleepPeriodMs = scalar, S32, 432, "ms", 1, 0, 0, 1000, 2 +unused440 = scalar, U08, 436, "", 1, 0, 0, 100, 0 +byFirmwareVersion = scalar, S32, 440, "index", 1, 0, 0, 300, 0 +tps1_1AdcChannel = bits, U08, 444, [0:5], $adc_channel_e_list +vbattAdcChannel = bits, U08, 445, [0:5], $adc_channel_e_list +fuelLevelSensor = bits, U08, 446, [0:5], $adc_channel_e_list +tps2_1AdcChannel = bits, U08, 447, [0:5], $adc_channel_e_list +idle_derivativeFilterLoss = scalar, F32, 448, "x", 1, 0, -1000000, 1000000, 4 +trailingSparkAngle = scalar, S32, 452, "angle", 1, 0, 0, 720, 0 +trigger_type = bits, U32, 456, [0:6], "custom toothed wheel", "Ford Aspire", "Dodge Neon 1995", "Miata NA", "INVALID", "GM_7X", "Cooper R50", "Mazda SOHC 4", "60/2", "36/1", "Mercedes Two Segment", "Single Tooth", "EZ30", "INVALID", "Dodge Neon 2003", "Mazda DOHC 1+4", "1+1", "INVALID", "Half Moon", "Dodge Ram 1+16", "60/2 VW", "Benelli Tre", "Dodge Stratus", "36_2_2_2", "Nissan Primera", "dev 2JZ 3/34 simulator", "Rover K", "GM 24x 5 degree", "Honda CBR 600", "Mitsubishi 4G92/93/94 Cam 29", "Honda CBR 600 custom", "3/1 skipped", "Dodge Neon 2003 crank", "Miata NB", "Mitsubishi 4G63 Cam 34", "INVALID", "Subaru 7+6", "Jeep 18-2-2-2", "12 tooth crank", "Dodge Neon 1995 crank only", "Jeep XJ 4 cyl", "FiatIAQ_P8", "Mazda Z5", "INVALID", "Renix 44-2-2", "Renix 66-2-2-2", "Honda K 12+1", "INVALID", "36/2", "Subaru SVX", "1+16", "Subaru 7 without 6", "INVALID", "TriTach", "GM 60/2/2/2", "Skoda Favorit", "Barra 3+1 Cam", "Kawa KX450F", "Nissan VQ35", "INVALID", "Nissan VQ30", "Nissan QR25", "INVALID", "Subaru SVX Crank 1", "Subaru SVX Cam VVT", "Ford PIP", "Suzuki G13B", "Honda K 4+1", "Nissan MR18 Crank", "32/2", "36-2-1", "36-2-1-1", "INVALID", "INVALID", "GM 24x 3 degree", "60-2-2 F3R", "Mitsu 4G63 Crank", "x2 30 Deg camshaft BTDC", "INVALID", "trg79", "trg80" +trigger_customTotalToothCount = scalar, S32, 460, "number", 1, 0, 1, 300, 0 +trigger_customSkippedToothCount = scalar, S32, 464, "number", 1, 0, 0, 300, 0 +airByRpmTaper = scalar, F32, 468, "%", 1, 0, 0, 50, 1 +hip9011SpiDevice = bits, U08, 472, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4" +boostControlSafeDutyCycle = scalar, U08, 473, "%", 1, 0, 0, 100, 0 +mafAdcChannel = bits, U08, 474, [0:5], $adc_channel_e_list +globalFuelCorrection = scalar, F32, 476, "coef", 1, 0, 0, 1000, 2 +adcVcc = scalar, F32, 480, "volts", 1, 0, 0, 6, 3 +mapCamDetectionAnglePosition = scalar, F32, 484, "Deg", 1, 0, 0, 360, 0 +camInputs1 = bits, U16, 488, [0:7], $brain_input_pin_e_list +camInputs2 = bits, U16, 490, [0:7], $brain_input_pin_e_list +camInputs3 = bits, U16, 492, [0:7], $brain_input_pin_e_list +camInputs4 = bits, U16, 494, [0:7], $brain_input_pin_e_list +afr_hwChannel = bits, U08, 496, [0:5], $adc_channel_e_list +afr_hwChannel2 = bits, U08, 497, [0:5], $adc_channel_e_list +afr_v1 = scalar, F32, 500, "volts", 1, 0, 0, 10, 2 +afr_value1 = scalar, F32, 504, "AFR", 1, 0, 0, 1000, 2 +afr_v2 = scalar, F32, 508, "volts", 1, 0, 0, 10, 2 +afr_value2 = scalar, F32, 512, "AFR", 1, 0, 0, 1000, 2 +throttlePedalPositionAdcChannel = bits, U08, 516, [0:5], $adc_channel_e_list +tle6240_cs = bits, U16, 518, [0:7], $gpio_list +tle6240_csPinMode = bits, U08, 520, [0:1], "default", "default inverted", "open collector", "open collector inverted" +throttlePedalUpPin = bits, U16, 522, [0:7], $switch_input_pin_e_list +baroSensor_lowValue = scalar, F32, 524, "kpa", 1, 0, -400, 800, 2 +baroSensor_highValue = scalar, F32, 528, "kpa", 1, 0, -400, 800, 2 +baroSensor_type = bits, U08, 532, [0:4], "Custom", "DENSO183", "MPX4250", "HONDA3BAR", "NEON_2003", "22012AA090", "GM 3 Bar", "MPX4100", "Toyota 89420-02010", "MPX4250A", "Bosch 2.5", "Mazda1Bar", "GM 2 Bar", "GM 1 Bar", "MPXH6400", "MPXH6300" +baroSensor_hwChannel = bits, U08, 533, [0:5], $adc_channel_e_list +idle_solenoidFrequency = scalar, S32, 536, "Hz", 1, 0, 0, 3000, 0 +idle_solenoidPin = bits, U16, 540, [0:7], $output_pin_e_list +idle_stepperDirectionPin = bits, U16, 542, [0:7], $gpio_list +idle_stepperStepPin = bits, U16, 544, [0:7], $gpio_list +idle_solenoidPinMode = bits, U08, 546, [0:1], "default", "default inverted", "open collector", "open collector inverted" +manIdlePosition = scalar, F32, 548, "%", 1, 0, 0, 100, 0 +knockRetardAggression = scalar, U08, 552, "%", 0.1, 0, 0, 20, 1 +knockRetardReapplyRate = scalar, U08, 553, "deg/s", 0.1, 0, 0, 10, 1 +engineSyncCam = bits, S08, 554, [0:1], "Intake First Bank", "Exhaust First Bank", "Intake Second Bank", "Exhaust Second Bank" +vssFilterReciprocal = scalar, U08, 555, "", 1, 0, 3, 200 0 +vssGearRatio = scalar, U16, 556, "ratio", 0.001, 0, 0, 60, 3 +vssToothCount = scalar, U08, 558, "count", 1, 0, 1, 100, 0 +idleVeOverrideMode = bits, U08, 559, [0:1], "None", "MAP", "TPS" +l9779_cs = bits, U16, 560, [0:7], $gpio_list +injectionPins1 = bits, U16, 562, [0:7], $output_pin_e_list +injectionPins2 = bits, U16, 564, [0:7], $output_pin_e_list +injectionPins3 = bits, U16, 566, [0:7], $output_pin_e_list +injectionPins4 = bits, U16, 568, [0:7], $output_pin_e_list +injectionPins5 = bits, U16, 570, [0:7], $output_pin_e_list +injectionPins6 = bits, U16, 572, [0:7], $output_pin_e_list +injectionPins7 = bits, U16, 574, [0:7], $output_pin_e_list +injectionPins8 = bits, U16, 576, [0:7], $output_pin_e_list +injectionPins9 = bits, U16, 578, [0:7], $output_pin_e_list +injectionPins10 = bits, U16, 580, [0:7], $output_pin_e_list +injectionPins11 = bits, U16, 582, [0:7], $output_pin_e_list +injectionPins12 = bits, U16, 584, [0:7], $output_pin_e_list +ignitionPins1 = bits, U16, 586, [0:7], $output_pin_e_list +ignitionPins2 = bits, U16, 588, [0:7], $output_pin_e_list +ignitionPins3 = bits, U16, 590, [0:7], $output_pin_e_list +ignitionPins4 = bits, U16, 592, [0:7], $output_pin_e_list +ignitionPins5 = bits, U16, 594, [0:7], $output_pin_e_list +ignitionPins6 = bits, U16, 596, [0:7], $output_pin_e_list +ignitionPins7 = bits, U16, 598, [0:7], $output_pin_e_list +ignitionPins8 = bits, U16, 600, [0:7], $output_pin_e_list +ignitionPins9 = bits, U16, 602, [0:7], $output_pin_e_list +ignitionPins10 = bits, U16, 604, [0:7], $output_pin_e_list +ignitionPins11 = bits, U16, 606, [0:7], $output_pin_e_list +ignitionPins12 = bits, U16, 608, [0:7], $output_pin_e_list +injectionPinMode = bits, U08, 610, [0:1], "default", "default inverted", "open collector", "open collector inverted" +ignitionPinMode = bits, U08, 611, [0:1], "default", "default inverted", "open collector", "open collector inverted" +fuelPumpPin = bits, U16, 612, [0:7], $output_pin_e_list +fuelPumpPinMode = bits, U08, 614, [0:1], "default", "default inverted", "open collector", "open collector inverted" +malfunctionIndicatorPin = bits, U16, 616, [0:7], $output_pin_e_list +malfunctionIndicatorPinMode = bits, U08, 618, [0:1], "default", "default inverted", "open collector", "open collector inverted" +fanPinMode = bits, U08, 619, [0:1], "default", "default inverted", "open collector", "open collector inverted" +fanPin = bits, U16, 620, [0:7], $output_pin_e_list +clutchDownPin = bits, U16, 622, [0:7], $switch_input_pin_e_list +alternatorControlPin = bits, U16, 624, [0:7], $output_pin_e_list +alternatorControlPinMode = bits, U08, 626, [0:1], "default", "default inverted", "open collector", "open collector inverted" +clutchDownPinMode = bits, U08, 627, [0:1], "DEFAULT", "PULLUP", "PULLDOWN" +digitalPotentiometerChipSelect1 = bits, U16, 628, [0:7], $gpio_list +digitalPotentiometerChipSelect2 = bits, U16, 630, [0:7], $gpio_list +digitalPotentiometerChipSelect3 = bits, U16, 632, [0:7], $gpio_list +digitalPotentiometerChipSelect4 = bits, U16, 634, [0:7], $gpio_list +electronicThrottlePin1Mode = bits, U08, 636, [0:1], "default", "default inverted", "open collector", "open collector inverted" +max31855spiDevice = bits, U08, 637, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4" +debugTriggerSync = bits, U16, 638, [0:7], $gpio_list +digitalPotentiometerSpiDevice = bits, U08, 640, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4" +mc33972_cs = bits, U16, 642, [0:7], $gpio_list +mc33972_csPinMode = bits, U08, 644, [0:1], "default", "default inverted", "open collector", "open collector inverted" +auxFastSensor1_adcChannel = bits, U08, 645, [0:5], $adc_channel_e_list +tps1_2AdcChannel = bits, U08, 646, [0:5], $adc_channel_e_list +tps2_2AdcChannel = bits, U08, 647, [0:5], $adc_channel_e_list +throttlePedalPositionSecondAdcChannel = bits, U08, 648, [0:5], $adc_channel_e_list +fuelLevelValues = array, U08, 649, [8], "%", 1, 0, 0, 100, 0 +afr_type = bits, S08, 657, [0:2], "BPSX", "Innovate", "14Point7", "Narrow", "PLX", "Custom", "AEM" +idle_antiwindupFreq = scalar, F32, 660, "x", 1, 0, -1000000, 1000000, 4 +triggerInputPins1 = bits, U16, 664, [0:7], $brain_input_pin_e_list +triggerInputPins2 = bits, U16, 666, [0:7], $brain_input_pin_e_list +mc33_t_min_boost = scalar, U16, 668, "us", 1, 0, 0, 10000, 0 +hip9011CsPinMode = bits, U08, 670, [0:1], "default", "default inverted", "open collector", "open collector inverted" +tachOutputPin = bits, U16, 672, [0:7], $output_pin_e_list +tachOutputPinMode = bits, U08, 674, [0:1], "default", "default inverted", "open collector", "open collector inverted" +mainRelayPin = bits, U16, 676, [0:7], $output_pin_e_list +sdCardCsPin = bits, U16, 678, [0:7], $gpio_list +canTxPin = bits, U16, 680, [0:7], $gpio_list +canRxPin = bits, U16, 682, [0:7], $gpio_list +throttlePedalUpPinMode = bits, U08, 684, [0:1], "DEFAULT", "PULLUP", "PULLDOWN" +acIdleExtraOffset = scalar, U08, 685, "%", 1, 0, 0, 100, 0 +finalGearRatio = scalar, U16, 686, "ratio", 0.01, 0, 0, 10, 2 +tcuInputSpeedSensorPin = bits, U16, 688, [0:7], $brain_input_pin_e_list +tcuInputSpeedSensorTeeth = scalar, U08, 690, "", 1, 0, 0, 100, 0 +wastegatePositionMin = scalar, U16, 692, "mv", 1, 0, 0, 5000, 0 +wastegatePositionMax = scalar, U16, 694, "mv", 1, 0, 0, 5000, 0 +idlePositionMin = scalar, U16, 696, "mv", 1, 0, 0, 5000, 0 +idlePositionMax = scalar, U16, 698, "mv", 1, 0, 0, 5000, 0 +tunerStudioSerialSpeed = scalar, U32, 700, "BPs", 1, 0, 0, 1000000, 0 +compressionRatio = scalar, F32, 704, "CR", 1, 0, 0, 300, 1 +triggerSimulatorPins1 = bits, U16, 708, [0:7], $gpio_list +triggerSimulatorPins2 = bits, U16, 710, [0:7], $gpio_list +fordInjectorSmallPulseSlope = scalar, U16, 712, "g/s", 0.001, 0, 0, 65, 3 +triggerSimulatorPinModes1 = bits, U08, 714, [0:1], "default", "default inverted", "open collector", "open collector inverted" +triggerSimulatorPinModes2 = bits, U08, 715, [0:1], "default", "default inverted", "open collector", "open collector inverted" +maf2AdcChannel = bits, U08, 716, [0:5], $adc_channel_e_list +o2heaterPin = bits, U16, 718, [0:7], $output_pin_e_list +o2heaterPinModeTodO = bits, U08, 720, [0:1], "default", "default inverted", "open collector", "open collector inverted" +lambdaProtectionMinRpm = scalar, U08, 721, "RPM", 100.0, 0, 0, 25000, 0 +lambdaProtectionMinLoad = scalar, U08, 722, "%", 10.0, 0, 0, 1000, 0 +is_enabled_spi_1 = bits, U32, 724, [0:0], "false", "true" +is_enabled_spi_2 = bits, U32, 724, [1:1], "false", "true" +is_enabled_spi_3 = bits, U32, 724, [2:2], "false", "true" +isSdCardEnabled = bits, U32, 724, [3:3], "false", "true" +rusefiVerbose29b = bits, U32, 724, [4:4], "11 bit", "29 bit" +rethrowHardFault = bits, U32, 724, [5:5], "false", "true" +isHip9011Enabled = bits, U32, 724, [6:6], "false", "true" +isVerboseAlternator = bits, U32, 724, [7:7], "false", "true" +verboseQuad = bits, U32, 724, [8:8], "false", "true" +useStepperIdle = bits, U32, 724, [9:9], "false", "true" +enabledStep1Limiter = bits, U32, 724, [10:10], "false", "true" +useTpicAdvancedMode = bits, U32, 724, [11:11], "false", "true" +lambdaProtectionEnable = bits, U32, 724, [12:12], "false", "true" +verboseTLE8888 = bits, U32, 724, [13:13], "false", "true" +enableVerboseCanTx = bits, U32, 724, [14:14], "false", "true" +etb1configured = bits, U32, 724, [15:15], "false", "true" +etb2configured = bits, U32, 724, [16:16], "false", "true" +measureMapOnlyInOneCylinder = bits, U32, 724, [17:17], "false", "true" +stepperForceParkingEveryRestart = bits, U32, 724, [18:18], "false", "true" +isFasterEngineSpinUpEnabled = bits, U32, 724, [19:19], "false", "true" +coastingFuelCutEnabled = bits, U32, 724, [20:20], "false", "true" +useIacTableForCoasting = bits, U32, 724, [21:21], "false", "true" +useNoiselessTriggerDecoder = bits, U32, 724, [22:22], "false", "true" +useIdleTimingPidControl = bits, U32, 724, [23:23], "false", "true" +disableEtbWhenEngineStopped = bits, U32, 724, [24:24], "false", "true" +is_enabled_spi_4 = bits, U32, 724, [25:25], "false", "true" +pauseEtbControl = bits, U32, 724, [26:26], "false", "true" +alignEngineSnifferAtTDC = bits, U32, 724, [27:27], "false", "true" +verboseKLine = bits, U32, 724, [28:28], "false", "true" +idleIncrementalPidCic = bits, U32, 724, [29:29], "false", "true" +enableAemXSeries = bits, U32, 724, [30:30], "false", "true" +logicAnalyzerPins1 = bits, U16, 728, [0:7], $brain_input_pin_e_list +logicAnalyzerPins2 = bits, U16, 730, [0:7], $brain_input_pin_e_list +logicAnalyzerPins3 = bits, U16, 732, [0:7], $brain_input_pin_e_list +logicAnalyzerPins4 = bits, U16, 734, [0:7], $brain_input_pin_e_list +mainRelayPinMode = bits, U08, 736, [0:1], "default", "default inverted", "open collector", "open collector inverted" +hip9011CsPin = bits, U16, 738, [0:7], $gpio_list +hip9011IntHoldPin = bits, U16, 740, [0:7], $gpio_list +hip9011IntHoldPinMode = bits, U08, 742, [0:1], "default", "default inverted", "open collector", "open collector inverted" +verboseCanBaseAddress = scalar, U32, 744, "", 1, 0, 0, 536870911, 0 +mc33_hvolt = scalar, U08, 748, "v", 1, 0, 40, 70, 0 +minimumBoostClosedLoopMap = scalar, U08, 749, "kPa", 1, 0, 0, 255, 0 +acFanPin = bits, U16, 750, [0:7], $output_pin_e_list +acFanPinMode = bits, U08, 752, [0:1], "default", "default inverted", "open collector", "open collector inverted" +l9779spiDevice = bits, U08, 753, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4" +dwellVoltageCorrVoltBins = array, U08, 754, [8], "volts", 0.1, 0, 0, 20, 1 +imuType = bits, U08, 762, [0:4], "None", "VAG", "MM5.10", "type 3", "type 4" +dwellVoltageCorrValues = array, U08, 763, [8], "multiplier", 0.02, 0, 0, 5, 2 +vehicleWeight = scalar, U16, 772, "kg", 1, 0, 0, 10000, 0 +idlePidRpmUpperLimit = scalar, S16, 774, "RPM", 1, 0, 0, 500, 0 +applyNonlinearBelowPulse = scalar, U16, 776, "ms", 0.001, 0, 0, 30, 3 +lps25BaroSensorScl = bits, U16, 778, [0:7], $gpio_list +lps25BaroSensorSda = bits, U16, 780, [0:7], $gpio_list +vehicleSpeedSensorInputPin = bits, U16, 782, [0:7], $brain_input_pin_e_list +clutchUpPin = bits, U16, 784, [0:7], $switch_input_pin_e_list +injectorNonlinearMode = bits, U08, 786, [0:1], "None", "Polynomial", "Ford (dual slope)" +clutchUpPinMode = bits, U08, 787, [0:1], "DEFAULT", "PULLUP", "PULLDOWN" +max31855_cs1 = bits, U16, 788, [0:7], $gpio_list +max31855_cs2 = bits, U16, 790, [0:7], $gpio_list +max31855_cs3 = bits, U16, 792, [0:7], $gpio_list +max31855_cs4 = bits, U16, 794, [0:7], $gpio_list +max31855_cs5 = bits, U16, 796, [0:7], $gpio_list +max31855_cs6 = bits, U16, 798, [0:7], $gpio_list +max31855_cs7 = bits, U16, 800, [0:7], $gpio_list +max31855_cs8 = bits, U16, 802, [0:7], $gpio_list +flexSensorPin = bits, U16, 804, [0:7], $brain_input_pin_e_list +test557pin = bits, U16, 806, [0:7], $gpio_list +stepperDirectionPinMode = bits, U08, 808, [0:1], "default", "default inverted", "open collector", "open collector inverted" +mc33972spiDevice = bits, U08, 809, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4" +stoichRatioSecondary = scalar, U08, 810, ":1", 0.1, 0, 5, 25, 1 +etbMaximumPosition = scalar, U08, 811, "%", 1, 0, 70, 100, 0 +sdCardLogFrequency = scalar, U16, 812, "hz", 1, 0, 1, 250, 0 +idlePositionSensor = bits, U08, 814, [0:5], $adc_channel_e_list +debugMapAveraging = bits, U16, 816, [0:7], $gpio_list +starterRelayDisablePin = bits, U16, 818, [0:7], $output_pin_e_list +starterRelayDisablePinMode = bits, U08, 820, [0:1], "default", "default inverted", "open collector", "open collector inverted" +secondSolenoidPin = bits, U16, 822, [0:7], $output_pin_e_list +startStopButtonPin = bits, U16, 824, [0:7], $switch_input_pin_e_list +mapMinBufferLength = scalar, S32, 828, "count", 1, 0, 1, 24, 0 +idlePidDeactivationTpsThreshold = scalar, S16, 832, "%", 1, 0, 0, 50, 0 +stepperParkingExtraSteps = scalar, S16, 834, "%", 1, 0, 0, 3000, 0 +tps1SecondaryMin = scalar, U16, 836, "ADC", 1, 0, 0, 1000, 0 +tps1SecondaryMax = scalar, U16, 838, "ADC", 1, 0, 0, 1000, 0 +antiLagRpmTreshold = scalar, S16, 840, "rpm", 1, 0, 0, 20000, 0 +startCrankingDuration = scalar, U16, 842, "Seconds", 1, 0, 0, 30, 0 +triggerErrorPin = bits, U16, 844, [0:7], $gpio_list +triggerErrorPinMode = bits, U08, 846, [0:1], "default", "default inverted", "open collector", "open collector inverted" +acRelayPin = bits, U16, 848, [0:7], $output_pin_e_list +lambdaProtectionMinTps = scalar, U08, 850, "%", 1, 0, 0, 100, 0 +lambdaProtectionTimeout = scalar, U08, 851, "s", 0.1, 0, 0, 10, 1 +lambdaProtectionRestoreRpm = scalar, U08, 852, "RPM", 100.0, 0, 0, 25000, 0 +acRelayPinMode = bits, U08, 853, [0:1], "default", "default inverted", "open collector", "open collector inverted" +scriptSetting1 = scalar, F32, 856, "", 1, 0, 0, 18000, 2 +scriptSetting2 = scalar, F32, 860, "", 1, 0, 0, 18000, 2 +scriptSetting3 = scalar, F32, 864, "", 1, 0, 0, 18000, 2 +scriptSetting4 = scalar, F32, 868, "", 1, 0, 0, 18000, 2 +scriptSetting5 = scalar, F32, 872, "", 1, 0, 0, 18000, 2 +scriptSetting6 = scalar, F32, 876, "", 1, 0, 0, 18000, 2 +scriptSetting7 = scalar, F32, 880, "", 1, 0, 0, 18000, 2 +scriptSetting8 = scalar, F32, 884, "", 1, 0, 0, 18000, 2 +spi1mosiPin = bits, U16, 888, [0:7], $gpio_list +spi1misoPin = bits, U16, 890, [0:7], $gpio_list +spi1sckPin = bits, U16, 892, [0:7], $gpio_list +spi2mosiPin = bits, U16, 894, [0:7], $gpio_list +spi2misoPin = bits, U16, 896, [0:7], $gpio_list +spi2sckPin = bits, U16, 898, [0:7], $gpio_list +spi3mosiPin = bits, U16, 900, [0:7], $gpio_list +spi3misoPin = bits, U16, 902, [0:7], $gpio_list +spi3sckPin = bits, U16, 904, [0:7], $gpio_list +cdmInputPin = bits, U16, 906, [0:7], $gpio_list +consoleUartDevice = bits, U08, 908, [0:1], "Off", "UART1", "UART2", "UART3" +sensorChartMode = bits, S08, 909, [0:2], "none", "trigger", "INVALID", "RPM ACCEL", "DETAILED RPM", "Fast Aux1" +mafSensorType = bits, S08, 910, [0:1], "v0", "v1", "v2", "v3" +clutchUpPinInverted = bits, U32, 912, [0:0], "false", "true" +clutchDownPinInverted = bits, U32, 912, [1:1], "false", "true" +useHbridgesToDriveIdleStepper = bits, U32, 912, [2:2], "false", "true" +multisparkEnable = bits, U32, 912, [3:3], "false", "true" +enableLaunchRetard = bits, U32, 912, [4:4], "false", "true" +unfinishedenableLaunchBoost = bits, U32, 912, [5:5], "false", "true" +unusedBitLDBS = bits, U32, 912, [6:6], "false", "true" +enableCanVss = bits, U32, 912, [7:7], "false", "true" +enableInnovateLC2 = bits, U32, 912, [8:8], "false", "true" +showHumanReadableWarning = bits, U32, 912, [9:9], "false", "true" +stftIgnoreErrorMagnitude = bits, U32, 912, [10:10], "false", "true" +vvtBooleanForVerySpecialCases = bits, U32, 912, [11:11], "false", "true" +enableSoftwareKnock = bits, U32, 912, [12:12], "false", "true" +verboseVVTDecoding = bits, U32, 912, [13:13], "false", "true" +invertCamVVTSignal = bits, U32, 912, [14:14], "false", "true" +consumeObdSensors = bits, U32, 912, [15:15], "false", "true" +knockBankCyl1 = bits, U32, 912, [16:16], "Channel 1", "Channel 2" +knockBankCyl2 = bits, U32, 912, [17:17], "Channel 1", "Channel 2" +knockBankCyl3 = bits, U32, 912, [18:18], "Channel 1", "Channel 2" +knockBankCyl4 = bits, U32, 912, [19:19], "Channel 1", "Channel 2" +knockBankCyl5 = bits, U32, 912, [20:20], "Channel 1", "Channel 2" +knockBankCyl6 = bits, U32, 912, [21:21], "Channel 1", "Channel 2" +knockBankCyl7 = bits, U32, 912, [22:22], "Channel 1", "Channel 2" +knockBankCyl8 = bits, U32, 912, [23:23], "Channel 1", "Channel 2" +knockBankCyl9 = bits, U32, 912, [24:24], "Channel 1", "Channel 2" +knockBankCyl10 = bits, U32, 912, [25:25], "Channel 1", "Channel 2" +knockBankCyl11 = bits, U32, 912, [26:26], "Channel 1", "Channel 2" +knockBankCyl12 = bits, U32, 912, [27:27], "Channel 1", "Channel 2" +tcuEnabled = bits, U32, 912, [28:28], "false", "true" +canBroadcastUseChannelTwo = bits, U32, 912, [29:29], "first", "second" +useRawOutputToDriveIdleStepper = bits, U32, 912, [30:30], "false", "true" +verboseCan2 = bits, U32, 912, [31:31], "Do not print", "Print all" +etbIo1_directionPin1 = bits, U16, 916, [0:7], $gpio_list +etbIo1_directionPin2 = bits, U16, 918, [0:7], $gpio_list +etbIo1_controlPin = bits, U16, 920, [0:7], $gpio_list +etbIo1_disablePin = bits, U16, 922, [0:7], $gpio_list +etbIo2_directionPin1 = bits, U16, 924, [0:7], $gpio_list +etbIo2_directionPin2 = bits, U16, 926, [0:7], $gpio_list +etbIo2_controlPin = bits, U16, 928, [0:7], $gpio_list +etbIo2_disablePin = bits, U16, 930, [0:7], $gpio_list +boostControlPin = bits, U16, 932, [0:7], $output_pin_e_list +boostControlPinMode = bits, U08, 934, [0:1], "default", "default inverted", "open collector", "open collector inverted" +ALSActivatePin = bits, U16, 936, [0:7], $switch_input_pin_e_list +launchActivatePin = bits, U16, 938, [0:7], $switch_input_pin_e_list +boostPid_pFactor = scalar, F32, 940, "", 1, 0, -10000, 10000, 4 +boostPid_iFactor = scalar, F32, 944, "", 1, 0, -10000, 10000, 4 +boostPid_dFactor = scalar, F32, 948, "", 1, 0, -10000, 10000, 4 +boostPid_offset = scalar, S16, 952, "", 1, 0, -1000, 1000, 0 +boostPid_periodMs = scalar, S16, 954, "ms", 1, 0, 0, 3000, 0 +boostPid_minValue = scalar, S16, 956, "", 1, 0, -30000, 30000, 0 +boostPid_maxValue = scalar, S16, 958, "", 1, 0, -30000, 30000, 0 +boostType = bits, U08, 960, [0:0], "Open Loop", "Open + Closed Loop" +boostPwmFrequency = scalar, S32, 964, "Hz", 1, 0, 0, 3000, 0 +launchActivationMode = bits, S08, 968, [0:1], "Launch Button", "Clutch Down Switch", "Always Active(Disabled By Speed)" +antiLagActivationMode = bits, S08, 969, [0:0], "Switch Input", "Always Active" +launchSpeedThreshold = scalar, S32, 972, "Kph", 1, 0, 0, 300, 0 +launchTimingRpmRange = scalar, S32, 976, "RPM", 1, 0, 0, 8000, 0 +launchFuelAdded = scalar, S32, 980, "%", 1, 0, 0, 100, 0 +launchBoostDuty = scalar, S32, 984, "%", 1, 0, 0, 100, 0 +hardCutRpmRange = scalar, S32, 988, "RPM", 1, 0, 0, 3000, 0 +turbochargerFilter = scalar, F32, 992, "", 1, 0, 0, 100, 0 +launchTpsThreshold = scalar, S32, 996, "", 1, 0, 0, 20000, 0 +launchActivateDelay = scalar, F32, 1000, "", 1, 0, 0, 20000, 0 +stft_maxIdleRegionRpm = scalar, U08, 1004, "RPM", 50.0, 0, 0, 12000, 0 +stft_maxOverrunLoad = scalar, U08, 1005, "load", 1, 0, 0, 250, 0 +stft_minPowerLoad = scalar, U08, 1006, "load", 1, 0, 0, 250, 0 +stft_deadband = scalar, U08, 1007, "%", 0.1, 0, 0, 3, 1 +stft_minClt = scalar, S08, 1008, "C", 1, 0, -20, 100, 0 +stft_minAfr = scalar, U08, 1009, "afr", 0.1, 0, 10, 20, 1 +stft_maxAfr = scalar, U08, 1010, "afr", 0.1, 0, 10, 20, 1 +stft_startupDelay = scalar, U08, 1011, "seconds", 1, 0, 0, 250, 0 +stft_cellCfgs1_maxAdd = scalar, S08, 1012, "%", 1, 0, 0, 25, 0 +stft_cellCfgs1_maxRemove = scalar, S08, 1013, "%", 1, 0, -25, 0, 0 +stft_cellCfgs1_timeConstant = scalar, U16, 1014, "sec", 0.1, 0, 0.1, 100, 2 +stft_cellCfgs2_maxAdd = scalar, S08, 1016, "%", 1, 0, 0, 25, 0 +stft_cellCfgs2_maxRemove = scalar, S08, 1017, "%", 1, 0, -25, 0, 0 +stft_cellCfgs2_timeConstant = scalar, U16, 1018, "sec", 0.1, 0, 0.1, 100, 2 +stft_cellCfgs3_maxAdd = scalar, S08, 1020, "%", 1, 0, 0, 25, 0 +stft_cellCfgs3_maxRemove = scalar, S08, 1021, "%", 1, 0, -25, 0, 0 +stft_cellCfgs3_timeConstant = scalar, U16, 1022, "sec", 0.1, 0, 0.1, 100, 2 +stft_cellCfgs4_maxAdd = scalar, S08, 1024, "%", 1, 0, 0, 25, 0 +stft_cellCfgs4_maxRemove = scalar, S08, 1025, "%", 1, 0, -25, 0, 0 +stft_cellCfgs4_timeConstant = scalar, U16, 1026, "sec", 0.1, 0, 0.1, 100, 2 +stepperDcIo1_directionPin1 = bits, U16, 1028, [0:7], $gpio_list +stepperDcIo1_directionPin2 = bits, U16, 1030, [0:7], $gpio_list +stepperDcIo1_controlPin = bits, U16, 1032, [0:7], $gpio_list +stepperDcIo1_disablePin = bits, U16, 1034, [0:7], $gpio_list +stepperDcIo2_directionPin1 = bits, U16, 1036, [0:7], $gpio_list +stepperDcIo2_directionPin2 = bits, U16, 1038, [0:7], $gpio_list +stepperDcIo2_controlPin = bits, U16, 1040, [0:7], $gpio_list +stepperDcIo2_disablePin = bits, U16, 1042, [0:7], $gpio_list +engineMake = string, ASCII, 1044, 32 +engineCode = string, ASCII, 1076, 32 +vehicleName = string, ASCII, 1108, 32 +tcu_solenoid1 = bits, U16, 1140, [0:7], $output_pin_e_list +tcu_solenoid2 = bits, U16, 1142, [0:7], $output_pin_e_list +tcu_solenoid3 = bits, U16, 1144, [0:7], $output_pin_e_list +tcu_solenoid4 = bits, U16, 1146, [0:7], $output_pin_e_list +tcu_solenoid5 = bits, U16, 1148, [0:7], $output_pin_e_list +tcu_solenoid6 = bits, U16, 1150, [0:7], $output_pin_e_list +etbFunctions1 = bits, U08, 1152, [0:2], "None", "Throttle 1", "Throttle 2", "Idle Valve", "Wastegate" +etbFunctions2 = bits, U08, 1153, [0:2], "None", "Throttle 1", "Throttle 2", "Idle Valve", "Wastegate" +drv8860spiDevice = bits, U08, 1154, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4" +drv8860_cs = bits, U16, 1156, [0:7], $gpio_list +drv8860_csPinMode = bits, U08, 1158, [0:1], "default", "default inverted", "open collector", "open collector inverted" +drv8860_miso = bits, U16, 1160, [0:7], $gpio_list +fuelLevelBins = array, U16, 1162, [8], "volt", 0.001, 0, 0, 5, 3 +luaOutputPins1 = bits, U16, 1178, [0:7], $output_pin_e_list +luaOutputPins2 = bits, U16, 1180, [0:7], $output_pin_e_list +luaOutputPins3 = bits, U16, 1182, [0:7], $output_pin_e_list +luaOutputPins4 = bits, U16, 1184, [0:7], $output_pin_e_list +luaOutputPins5 = bits, U16, 1186, [0:7], $output_pin_e_list +luaOutputPins6 = bits, U16, 1188, [0:7], $output_pin_e_list +luaOutputPins7 = bits, U16, 1190, [0:7], $output_pin_e_list +luaOutputPins8 = bits, U16, 1192, [0:7], $output_pin_e_list +vvtOffsets1 = scalar, F32, 1196, "value", 1, 0, -720, 1000, 1 +vvtOffsets2 = scalar, F32, 1200, "value", 1, 0, -720, 1000, 1 +vvtOffsets3 = scalar, F32, 1204, "value", 1, 0, -720, 1000, 1 +vvtOffsets4 = scalar, F32, 1208, "value", 1, 0, -720, 1000, 1 +vrThreshold1_rpmBins = array, U08, 1212, [6], "rpm", 50.0, 0, 0, 12000, 0 +vrThreshold1_values = array, U08, 1218, [6], "volts", 0.01, 0, 0, 2.5, 2 +vrThreshold1_pin = bits, U16, 1224, [0:7], $gpio_list +vrThreshold2_rpmBins = array, U08, 1228, [6], "rpm", 50.0, 0, 0, 12000, 0 +vrThreshold2_values = array, U08, 1234, [6], "volts", 0.01, 0, 0, 2.5, 2 +vrThreshold2_pin = bits, U16, 1240, [0:7], $gpio_list +gpPwmNote1 = string, ASCII, 1244, 16 +gpPwmNote2 = string, ASCII, 1260, 16 +gpPwmNote3 = string, ASCII, 1276, 16 +gpPwmNote4 = string, ASCII, 1292, 16 +tps2SecondaryMin = scalar, U16, 1308, "ADC", 1, 0, 0, 1000, 0 +tps2SecondaryMax = scalar, U16, 1310, "ADC", 1, 0, 0, 1000, 0 +widebandOnSecondBus = bits, U32, 1312, [0:0], "1", "2" +fuelClosedLoopCorrectionEnabled = bits, U32, 1312, [1:1], "false", "true" +isVerboseIAC = bits, U32, 1312, [2:2], "false", "true" +boardUseTachPullUp = bits, U32, 1312, [3:3], "5v", "12v" +boardUseTempPullUp = bits, U32, 1312, [4:4], "Piggyback Mode", "With Pull Ups" +yesUnderstandLocking = bits, U32, 1312, [5:5], "no", "yes" +silentTriggerError = bits, U32, 1312, [6:6], "false", "true" +useLinearCltSensor = bits, U32, 1312, [7:7], "false", "true" +canReadEnabled = bits, U32, 1312, [8:8], "false", "true" +canWriteEnabled = bits, U32, 1312, [9:9], "false", "true" +useLinearIatSensor = bits, U32, 1312, [10:10], "false", "true" +boardUse2stepPullDown = bits, U32, 1312, [11:11], "With Pull Up", "With Pull Down" +tachPulseDurationAsDutyCycle = bits, U32, 1312, [12:12], "Constant time", "Duty cycle" +isAlternatorControlEnabled = bits, U32, 1312, [13:13], "false", "true" +invertPrimaryTriggerSignal = bits, U32, 1312, [14:14], "false", "true" +invertSecondaryTriggerSignal = bits, U32, 1312, [15:15], "false", "true" +cutFuelOnHardLimit = bits, U32, 1312, [16:16], "no", "yes" +cutSparkOnHardLimit = bits, U32, 1312, [17:17], "no", "yes" +launchFuelCutEnable = bits, U32, 1312, [18:18], "false", "true" +launchSparkCutEnable = bits, U32, 1312, [19:19], "false", "true" +boardUseCrankPullUp = bits, U32, 1312, [20:20], "VR", "Hall" +boardUseCamPullDown = bits, U32, 1312, [21:21], "With Pull Up", "With Pull Down" +boardUseCamVrPullUp = bits, U32, 1312, [22:22], "VR", "Hall" +boardUseD2PullDown = bits, U32, 1312, [23:23], "With Pull Up", "With Pull Down" +boardUseD3PullDown = bits, U32, 1312, [24:24], "With Pull Up", "With Pull Down" +boardUseD4PullDown = bits, U32, 1312, [25:25], "With Pull Up", "With Pull Down" +boardUseD5PullDown = bits, U32, 1312, [26:26], "With Pull Up", "With Pull Down" +verboseIsoTp = bits, U32, 1312, [27:27], "false", "true" +engineSnifferFocusOnInputs = bits, U32, 1312, [28:28], "false", "true" +launchActivateInverted = bits, U32, 1312, [29:29], "false", "true" +twoStroke = bits, U32, 1312, [30:30], "Four Stroke", "Two Stroke" +skippedWheelOnCam = bits, U32, 1312, [31:31], "On crankshaft", "On camshaft" +hipOutputChannel = bits, U08, 1316, [0:5], $adc_channel_e_list +acSwitch = bits, U16, 1318, [0:7], $switch_input_pin_e_list +vRefAdcChannel = bits, U08, 1320, [0:5], $adc_channel_e_list +etbNeutralPosition = scalar, U08, 1321, "%", 1, 0, 0, 100, 0 +idleMode = bits, U08, 1322, [0:0], "Open Loop + Closed Loop", "Open Loop" +isInjectionEnabled = bits, U32, 1324, [0:0], "false", "true" +isIgnitionEnabled = bits, U32, 1324, [1:1], "false", "true" +isCylinderCleanupEnabled = bits, U32, 1324, [2:2], "false", "true" +complexWallModel = bits, U32, 1324, [3:3], "Basic (constants)", "Advanced (tables)" +alwaysInstantRpm = bits, U32, 1324, [4:4], "false", "true" +isMapAveragingEnabled = bits, U32, 1324, [5:5], "false", "true" +overrideCrankingIacSetting = bits, U32, 1324, [6:6], "false", "true" +useSeparateAdvanceForIdle = bits, U32, 1324, [7:7], "false", "true" +isWaveAnalyzerEnabled = bits, U32, 1324, [8:8], "false", "true" +useSeparateVeForIdle = bits, U32, 1324, [9:9], "false", "true" +verboseTriggerSynchDetails = bits, U32, 1324, [10:10], "false", "true" +isManualSpinningMode = bits, U32, 1324, [11:11], "false", "true" +unused1200b12 = bits, U32, 1324, [12:12], "false", "true" +hondaK = bits, U32, 1324, [13:13], "false", "true" +twoWireBatchIgnition = bits, U32, 1324, [14:14], "false", "true" +useFixedBaroCorrFromMap = bits, U32, 1324, [15:15], "false", "true" +useSeparateAdvanceForCranking = bits, U32, 1324, [16:16], "Fixed (auto taper)", "Table" +useAdvanceCorrectionsForCranking = bits, U32, 1324, [17:17], "false", "true" +flexCranking = bits, U32, 1324, [18:18], "false", "true" +useIacPidMultTable = bits, U32, 1324, [19:19], "false", "true" +isBoostControlEnabled = bits, U32, 1324, [20:20], "false", "true" +launchSmoothRetard = bits, U32, 1324, [21:21], "false", "true" +isPhaseSyncRequiredForIgnition = bits, U32, 1324, [22:22], "false", "true" +useCltBasedRpmLimit = bits, U32, 1324, [23:23], "no", "yes" +forceO2Heating = bits, U32, 1324, [24:24], "no", "yes" +invertVvtControlIntake = bits, U32, 1324, [25:25], "advance", "retard" +invertVvtControlExhaust = bits, U32, 1324, [26:26], "advance", "retard" +useBiQuadOnAuxSpeedSensors = bits, U32, 1324, [27:27], "false", "true" +sdTriggerLog = bits, U32, 1324, [28:28], "normal", "trigger" +ALSActivateInverted = bits, U32, 1324, [29:29], "false", "true" +stepper_dc_use_two_wires = bits, U32, 1324, [30:30], "false", "true" +tempBooleanForVerySpecialLogic = bits, U32, 1324, [31:31], "false", "true" +engineChartSize = scalar, U32, 1328, "count", 1, 0, 0, 300, 0 +turboSpeedSensorMultiplier = scalar, F32, 1332, "mult", 1, 0, 0, 7000, 3 +camInputsDebug1 = bits, U16, 1336, [0:7], $gpio_list +camInputsDebug2 = bits, U16, 1338, [0:7], $gpio_list +camInputsDebug3 = bits, U16, 1340, [0:7], $gpio_list +camInputsDebug4 = bits, U16, 1342, [0:7], $gpio_list +acIdleRpmBump = scalar, S16, 1344, "RPM", 1, 0, 0, 1000, 0 +warningPeriod = scalar, S16, 1346, "seconds", 1, 0, 0, 60, 0 +knockDetectionWindowStart = scalar, F32, 1348, "angle", 1, 0, -1000, 1000, 2 +knockDetectionWindowEnd = scalar, F32, 1352, "angle", 1, 0, -1000, 1000, 2 +idleStepperReactionTime = scalar, F32, 1356, "ms", 1, 0, 1, 300, 0 +idleStepperTotalSteps = scalar, S32, 1360, "count", 1, 0, 5, 3000, 0 +noAccelAfterHardLimitPeriodSecs = scalar, F32, 1364, "sec", 1, 0, 0, 60, 0 +mapAveragingSchedulingAtIndex = scalar, S32, 1368, "index", 1, 0, 0, 7000, 0 +tachPulseDuractionMs = scalar, F32, 1372, "", 1, 0, 0, 100, 2 +wwaeTau = scalar, F32, 1376, "Seconds", 1, 0, 0, 3, 2 +alternatorControl_pFactor = scalar, F32, 1380, "", 1, 0, -10000, 10000, 4 +alternatorControl_iFactor = scalar, F32, 1384, "", 1, 0, -10000, 10000, 4 +alternatorControl_dFactor = scalar, F32, 1388, "", 1, 0, -10000, 10000, 4 +alternatorControl_offset = scalar, S16, 1392, "", 1, 0, -1000, 1000, 0 +alternatorControl_periodMs = scalar, S16, 1394, "ms", 1, 0, 0, 3000, 0 +alternatorControl_minValue = scalar, S16, 1396, "", 1, 0, -30000, 30000, 0 +alternatorControl_maxValue = scalar, S16, 1398, "", 1, 0, -30000, 30000, 0 +etb_pFactor = scalar, F32, 1400, "", 1, 0, -10000, 10000, 4 +etb_iFactor = scalar, F32, 1404, "", 1, 0, -10000, 10000, 4 +etb_dFactor = scalar, F32, 1408, "", 1, 0, -10000, 10000, 4 +etb_offset = scalar, S16, 1412, "", 1, 0, -1000, 1000, 0 +etb_periodMs = scalar, S16, 1414, "ms", 1, 0, 0, 3000, 0 +etb_minValue = scalar, S16, 1416, "", 1, 0, -30000, 30000, 0 +etb_maxValue = scalar, S16, 1418, "", 1, 0, -30000, 30000, 0 +triggerInputDebugPins1 = bits, U16, 1420, [0:7], $gpio_list +triggerInputDebugPins2 = bits, U16, 1422, [0:7], $gpio_list +airTaperRpmRange = scalar, S16, 1424, "RPM", 1, 0, 0, 1500, 0 +turboSpeedSensorInputPin = bits, U16, 1426, [0:7], $brain_input_pin_e_list +tps2Min = scalar, S16, 1428, "ADC", 1, 0, 0, 1023, 0 +tps2Max = scalar, S16, 1430, "ADC", 1, 0, 0, 1023, 0 +starterControlPin = bits, U16, 1432, [0:7], $output_pin_e_list +startStopButtonMode = bits, U08, 1434, [0:1], "DEFAULT", "PULLUP", "PULLDOWN" +mc33816_flag0 = bits, U16, 1436, [0:7], $gpio_list +tachPulsePerRev = scalar, U08, 1438, "Pulse", 1, 0, 1, 255, 0 +mapErrorDetectionTooLow = scalar, F32, 1440, "kPa", 1, 0, -100, 100, 2 +mapErrorDetectionTooHigh = scalar, F32, 1444, "kPa", 1, 0, -100, 800, 2 +multisparkSparkDuration = scalar, U16, 1448, "ms", 0.001, 0, 0, 3, 2 +multisparkDwell = scalar, U16, 1450, "ms", 0.001, 0, 0, 3, 2 +idleRpmPid_pFactor = scalar, F32, 1452, "", 1, 0, -10000, 10000, 4 +idleRpmPid_iFactor = scalar, F32, 1456, "", 1, 0, -10000, 10000, 4 +idleRpmPid_dFactor = scalar, F32, 1460, "", 1, 0, -10000, 10000, 4 +idleRpmPid_offset = scalar, S16, 1464, "", 1, 0, -1000, 1000, 0 +idleRpmPid_periodMs = scalar, S16, 1466, "ms", 1, 0, 0, 3000, 0 +idleRpmPid_minValue = scalar, S16, 1468, "", 1, 0, -30000, 30000, 0 +idleRpmPid_maxValue = scalar, S16, 1470, "", 1, 0, -30000, 30000, 0 +wwaeBeta = scalar, F32, 1472, "Fraction", 1, 0, 0, 1, 2 +binarySerialTxPin = bits, U16, 1476, [0:7], $gpio_list +binarySerialRxPin = bits, U16, 1478, [0:7], $gpio_list +auxValves1 = bits, U16, 1480, [0:7], $gpio_list +auxValves2 = bits, U16, 1482, [0:7], $gpio_list +tcuUpshiftButtonPin = bits, U16, 1484, [0:7], $switch_input_pin_e_list +tcuDownshiftButtonPin = bits, U16, 1486, [0:7], $switch_input_pin_e_list +throttlePedalUpVoltage = scalar, F32, 1488, "voltage", 1, 0, -6, 6, 2 +throttlePedalWOTVoltage = scalar, F32, 1492, "voltage", 1, 0, -6, 6, 2 +startUpFuelPumpDuration = scalar, S16, 1496, "seconds", 1, 0, 0, 6000, 0 +idlePidRpmDeadZone = scalar, S16, 1498, "RPM", 1, 0, 0, 800, 0 +targetVBatt = scalar, F32, 1500, "Volts", 1, 0, 0, 30, 1 +alternatorOffAboveTps = scalar, F32, 1504, "%", 1, 0, 0, 200, 2 +afterCrankingIACtaperDuration = scalar, S16, 1508, "cycles", 1, 0, 0, 5000, 0 +iacByTpsTaper = scalar, S16, 1510, "percent", 1, 0, 0, 500, 0 +auxSerialTxPin = bits, U16, 1512, [0:7], $gpio_list +auxSerialRxPin = bits, U16, 1514, [0:7], $gpio_list +LIS302DLCsPin = bits, U16, 1516, [0:7], $gpio_list +tpsAccelLookback = scalar, U08, 1518, "sec", 0.05, 0, 0, 5, 2 +coastingFuelCutVssLow = scalar, U08, 1519, "kph", 1, 0, 0, 255, 0 +coastingFuelCutVssHigh = scalar, U08, 1520, "kph", 1, 0, 0, 255, 0 +noFuelTrimAfterDfcoTime = scalar, U08, 1521, "sec", 0.1, 0, 0, 10, 1 +tpsAccelEnrichmentThreshold = scalar, F32, 1524, "roc", 1, 0, 0, 200, 1 +auxSpeedSensorInputPin1 = bits, U16, 1528, [0:7], $brain_input_pin_e_list +auxSpeedSensorInputPin2 = bits, U16, 1530, [0:7], $brain_input_pin_e_list +totalGearsCount = scalar, U08, 1532, "", 1, 0, 1, 8, 0 +injectionTimingMode = bits, U08, 1533, [0:1], "End of injection", "Start of injection", "Center of injection" +debugMode = bits, U08, 1534, [0:5], "INVALID", "TPS acceleration enrichment", "INVALID", "Stepper Idle Control", "Engine Load accl enrich", "Trigger Counters", "Soft Spark Cut", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "SD card", "sr5", "Knock", "INVALID", "Electronic Throttle", "Executor", "Bench Test / TS commands", "INVALID", "Analog inputs #1", "INSTANT_RPM", "INVALID", "Status", "INVALID", "INVALID", "MAP", "Metrics", "INVALID", "Ion Sense", "TLE8888", "Analog inputs #2", "Dwell Metric", "INVALID", "INVALID", "Boost Control", "INVALID", "INVALID", "ETB Autotune", "Composite Log", "INVALID", "INVALID", "INVALID", "Dyno_View", "Logic_Analyzer", "INVALID", "TCU", "Lua" +fan1ExtraIdle = scalar, U08, 1535, "%", 1, 0, 0, 100, 0 +uartConsoleSerialSpeed = scalar, U32, 1536, "BPs", 1, 0, 0, 1000000, 0 +tpsDecelEnleanmentThreshold = scalar, F32, 1540, "roc", 1, 0, 0, 200, 1 +tpsDecelEnleanmentMultiplier = scalar, F32, 1544, "coeff", 1, 0, 0, 200, 2 +auxSerialSpeed = scalar, U32, 1548, "BPs", 1, 0, 0, 1000000, 0 +throttlePedalSecondaryUpVoltage = scalar, F32, 1552, "voltage", 1, 0, -6, 6, 2 +throttlePedalSecondaryWOTVoltage = scalar, F32, 1556, "voltage", 1, 0, -6, 6, 2 +canBaudRate = bits, U08, 1560, [0:2], "50kbps", "83.33kbps", "100kbps", "125kbps", "250kbps", "500kbps", "1Mbps" +veOverrideMode = bits, U08, 1561, [0:1], "None", "MAP", "TPS" +can2BaudRate = bits, U08, 1562, [0:2], "50kbps", "83.33kbps", "100kbps", "125kbps", "250kbps", "500kbps", "1Mbps" +afrOverrideMode = bits, U08, 1563, [0:2], "None", "MAP", "TPS", "Acc Pedal", "Cyl Filling %" +mc33_hpfp_i_peak = scalar, U08, 1564, "A", 0.1, 0, 0, 25, 1 +mc33_hpfp_i_hold = scalar, U08, 1565, "A", 0.1, 0, 0, 25, 1 +mc33_hpfp_i_hold_off = scalar, U08, 1566, "us", 1, 0, 0, 255, 0 +mc33_hpfp_max_hold = scalar, U08, 1567, "ms", 1, 0, 0, 255, 0 +stepperDcInvertedPins = bits, U32, 1568, [0:0], "false", "true" +canOpenBLT = bits, U32, 1568, [1:1], "false", "true" +can2OpenBLT = bits, U32, 1568, [2:2], "false", "true" +injectorFlowAsMassFlow = bits, U32, 1568, [3:3], "volumetric flow", "mass flow" +boardUseCanTerminator = bits, U32, 1568, [4:4], "false", "true" +kLineDoHondaSend = bits, U32, 1568, [5:5], "false", "true" +can1ListenMode = bits, U32, 1568, [6:6], "false", "true" +can2ListenMode = bits, U32, 1568, [7:7], "false", "true" +unusedHere = scalar, U08, 1572, "", 1, 0, 0, 100, 0 +benchTestOnTime = scalar, U16, 1574, "ms", 0.01, 0, 0, 500, 2 +lambdaProtectionRestoreTps = scalar, U08, 1576, "%", 1, 0, 0, 100, 0 +lambdaProtectionRestoreLoad = scalar, U08, 1577, "%", 10.0, 0, 0, 1000, 0 +launchActivatePinMode = bits, U08, 1578, [0:1], "DEFAULT", "PULLUP", "PULLDOWN" +can2TxPin = bits, U16, 1580, [0:7], $gpio_list +can2RxPin = bits, U16, 1582, [0:7], $gpio_list +starterControlPinMode = bits, U08, 1584, [0:1], "default", "default inverted", "open collector", "open collector inverted" +wastegatePositionSensor = bits, U08, 1585, [0:5], $adc_channel_e_list +ignOverrideMode = bits, U08, 1586, [0:2], "None", "MAP", "TPS", "Acc Pedal", "Cyl Filling %" +injectorPressureType = bits, U08, 1587, [0:0], "Low", "High" +hpfpValvePin = bits, U16, 1588, [0:7], $output_pin_e_list +hpfpValvePinMode = bits, U08, 1590, [0:1], "default", "default inverted", "open collector", "open collector inverted" +boostCutPressure = scalar, F32, 1592, "kPa (absolute)", 1, 0, 0, 1000, 0 +tchargeBins = array, U08, 1596, [16], "kg/h", 5.0, 0, 0, 1200, 0 +tchargeValues = array, U08, 1612, [16], "ratio", 0.01, 0, 0, 1, 2 +fixedTiming = scalar, F32, 1628, "deg", 1, 0, -720, 720, 2 +mapLowValueVoltage = scalar, F32, 1632, "v", 1, 0, 0, 10, 2 +mapHighValueVoltage = scalar, F32, 1636, "v", 1, 0, 0, 10, 2 +egoValueShift = scalar, F32, 1640, "value", 1, 0, -10, 10, 2 +vvtPins1 = bits, U16, 1644, [0:7], $output_pin_e_list +vvtPins2 = bits, U16, 1646, [0:7], $output_pin_e_list +vvtPins3 = bits, U16, 1648, [0:7], $output_pin_e_list +vvtPins4 = bits, U16, 1650, [0:7], $output_pin_e_list +sdCardCsPinMode = bits, U08, 1652, [0:1], "default", "default inverted", "open collector", "open collector inverted" +crankingIACposition = scalar, S32, 1656, "percent", 1, 0, -100, 100, 0 +tChargeMinRpmMinTps = scalar, F32, 1660, "", 1, 0, 0, 3, 4 +tChargeMinRpmMaxTps = scalar, F32, 1664, "", 1, 0, 0, 3, 4 +tChargeMaxRpmMinTps = scalar, F32, 1668, "", 1, 0, 0, 3, 4 +tChargeMaxRpmMaxTps = scalar, F32, 1672, "", 1, 0, 0, 3, 4 +vvtOutputFrequency = scalar, U16, 1676, "Hz", 1, 0, 0, 3000, 0 +minimumIgnitionTiming = scalar, S08, 1678, "deg BTDC", 1, 0, -90, 90, 0 +maximumIgnitionTiming = scalar, S08, 1679, "deg BTDC", 1, 0, -90, 90, 0 +alternatorPwmFrequency = scalar, S32, 1680, "Hz", 1, 0, 0, 3000, 0 +vvtMode1 = bits, U08, 1684, [0:5], "Inactive", "Single Tooth", "2JZ", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote" +vvtMode2 = bits, U08, 1685, [0:5], "Inactive", "Single Tooth", "2JZ", "Miata NB2", "Mitsu 4G69", "Bosch Quick Start", "4/1", "ST 170", "Ford Barra 3+1", "Nissan VQ", "Honda K Intake", "Nissan MR18", "Mitsu 3A92", "VTwin by MAP", "Mitsu 6G75", "Mazda Skyactiv", "Honda K Exhaust", "Mitsubishi 4G92/93/94", "Mitsubishi 4G63", "Ford Coyote" +fan2ExtraIdle = scalar, U08, 1686, "%", 1, 0, 0, 100, 0 +primingDelay = scalar, U08, 1687, "sec", 0.01, 0, 0, 1, 2 +auxAnalogInputs1 = bits, U08, 1688, [0:5], $adc_channel_e_list +auxAnalogInputs2 = bits, U08, 1689, [0:5], $adc_channel_e_list +auxAnalogInputs3 = bits, U08, 1690, [0:5], $adc_channel_e_list +auxAnalogInputs4 = bits, U08, 1691, [0:5], $adc_channel_e_list +auxAnalogInputs5 = bits, U08, 1692, [0:5], $adc_channel_e_list +auxAnalogInputs6 = bits, U08, 1693, [0:5], $adc_channel_e_list +auxAnalogInputs7 = bits, U08, 1694, [0:5], $adc_channel_e_list +auxAnalogInputs8 = bits, U08, 1695, [0:5], $adc_channel_e_list +trailingCoilPins1 = bits, U16, 1696, [0:7], $output_pin_e_list +trailingCoilPins2 = bits, U16, 1698, [0:7], $output_pin_e_list +trailingCoilPins3 = bits, U16, 1700, [0:7], $output_pin_e_list +trailingCoilPins4 = bits, U16, 1702, [0:7], $output_pin_e_list +trailingCoilPins5 = bits, U16, 1704, [0:7], $output_pin_e_list +trailingCoilPins6 = bits, U16, 1706, [0:7], $output_pin_e_list +trailingCoilPins7 = bits, U16, 1708, [0:7], $output_pin_e_list +trailingCoilPins8 = bits, U16, 1710, [0:7], $output_pin_e_list +trailingCoilPins9 = bits, U16, 1712, [0:7], $output_pin_e_list +trailingCoilPins10 = bits, U16, 1714, [0:7], $output_pin_e_list +trailingCoilPins11 = bits, U16, 1716, [0:7], $output_pin_e_list +trailingCoilPins12 = bits, U16, 1718, [0:7], $output_pin_e_list +tle8888mode = bits, U08, 1720, [0:1], "Auto", "SemiAuto", "Manual", "Hall" +LIS302DLCsPinMode = bits, U08, 1721, [0:1], "default", "default inverted", "open collector", "open collector inverted" +injectorCompensationMode = bits, U08, 1722, [0:1], "None", "Fixed rail pressure", "Sensed Rail Pressure" +fan2PinMode = bits, U08, 1723, [0:1], "default", "default inverted", "open collector", "open collector inverted" +fuelReferencePressure = scalar, F32, 1724, "kPa", 1, 0, 50, 700000, 0 +postCrankingFactor = scalar, F32, 1728, "mult", 1, 0, 1, 3, 2 +postCrankingDurationSec = scalar, F32, 1732, "seconds", 1, 0, 0, 30, 0 +auxTempSensor1_tempC_1 = scalar, F32, 1736, "*C", 1, 0, -40, 200, 1 +auxTempSensor1_tempC_2 = scalar, F32, 1740, "*C", 1, 0, -40, 200, 1 +auxTempSensor1_tempC_3 = scalar, F32, 1744, "*C", 1, 0, -40, 200, 1 +auxTempSensor1_resistance_1 = scalar, F32, 1748, "Ohm", 1, 0, 0, 200000, 1 +auxTempSensor1_resistance_2 = scalar, F32, 1752, "Ohm", 1, 0, 0, 200000, 1 +auxTempSensor1_resistance_3 = scalar, F32, 1756, "Ohm", 1, 0, 0, 200000, 1 +auxTempSensor1_bias_resistor = scalar, F32, 1760, "Ohm", 1, 0, 0, 200000, 1 +auxTempSensor1_adcChannel = bits, U08, 1764, [0:5], $adc_channel_e_list +auxTempSensor2_tempC_1 = scalar, F32, 1768, "*C", 1, 0, -40, 200, 1 +auxTempSensor2_tempC_2 = scalar, F32, 1772, "*C", 1, 0, -40, 200, 1 +auxTempSensor2_tempC_3 = scalar, F32, 1776, "*C", 1, 0, -40, 200, 1 +auxTempSensor2_resistance_1 = scalar, F32, 1780, "Ohm", 1, 0, 0, 200000, 1 +auxTempSensor2_resistance_2 = scalar, F32, 1784, "Ohm", 1, 0, 0, 200000, 1 +auxTempSensor2_resistance_3 = scalar, F32, 1788, "Ohm", 1, 0, 0, 200000, 1 +auxTempSensor2_bias_resistor = scalar, F32, 1792, "Ohm", 1, 0, 0, 200000, 1 +auxTempSensor2_adcChannel = bits, U08, 1796, [0:5], $adc_channel_e_list +knockSamplingDuration = scalar, S16, 1800, "Deg", 1, 0, 0, 720, 0 +etbFreq = scalar, S16, 1802, "Hz", 1, 0, 0, 3000, 0 +etbWastegatePid_pFactor = scalar, F32, 1804, "", 1, 0, -10000, 10000, 4 +etbWastegatePid_iFactor = scalar, F32, 1808, "", 1, 0, -10000, 10000, 4 +etbWastegatePid_dFactor = scalar, F32, 1812, "", 1, 0, -10000, 10000, 4 +etbWastegatePid_offset = scalar, S16, 1816, "", 1, 0, -1000, 1000, 0 +etbWastegatePid_periodMs = scalar, S16, 1818, "ms", 1, 0, 0, 3000, 0 +etbWastegatePid_minValue = scalar, S16, 1820, "", 1, 0, -30000, 30000, 0 +etbWastegatePid_maxValue = scalar, S16, 1822, "", 1, 0, -30000, 30000, 0 +stepperNumMicroSteps = bits, U08, 1824, [0:3], "Full-Step (Default)", "INVALID", "Half-Step", "INVALID", "1/4 Micro-Step", "INVALID", "INVALID", "INVALID", "1/8 Micro-Step" +stepperMinDutyCycle = scalar, U08, 1825, "%", 1, 0, 0, 100, 0 +stepperMaxDutyCycle = scalar, U08, 1826, "%", 1, 0, 0, 100, 0 +sdCardSpiDevice = bits, U08, 1827, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4" +timing_offset_cylinder1 = scalar, F32, 1828, "deg", 1, 0, -720, 720, 1 +timing_offset_cylinder2 = scalar, F32, 1832, "deg", 1, 0, -720, 720, 1 +timing_offset_cylinder3 = scalar, F32, 1836, "deg", 1, 0, -720, 720, 1 +timing_offset_cylinder4 = scalar, F32, 1840, "deg", 1, 0, -720, 720, 1 +timing_offset_cylinder5 = scalar, F32, 1844, "deg", 1, 0, -720, 720, 1 +timing_offset_cylinder6 = scalar, F32, 1848, "deg", 1, 0, -720, 720, 1 +timing_offset_cylinder7 = scalar, F32, 1852, "deg", 1, 0, -720, 720, 1 +timing_offset_cylinder8 = scalar, F32, 1856, "deg", 1, 0, -720, 720, 1 +timing_offset_cylinder9 = scalar, F32, 1860, "deg", 1, 0, -720, 720, 1 +timing_offset_cylinder10 = scalar, F32, 1864, "deg", 1, 0, -720, 720, 1 +timing_offset_cylinder11 = scalar, F32, 1868, "deg", 1, 0, -720, 720, 1 +timing_offset_cylinder12 = scalar, F32, 1872, "deg", 1, 0, -720, 720, 1 +idlePidActivationTime = scalar, F32, 1876, "seconds", 1, 0, 0, 60, 1 +spi1SckMode = bits, U08, 1880, [0:6], "default", "INVALID", "INVALID", "INVALID", "opendrain", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "PULLUP", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "PULLDOWN" +spi1MosiMode = bits, U08, 1881, [0:6], "default", "INVALID", "INVALID", "INVALID", "opendrain", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "PULLUP", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "PULLDOWN" +spi1MisoMode = bits, U08, 1882, [0:6], "default", "INVALID", "INVALID", "INVALID", "opendrain", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "PULLUP", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "PULLDOWN" +spi2SckMode = bits, U08, 1883, [0:6], "default", "INVALID", "INVALID", "INVALID", "opendrain", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "PULLUP", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "PULLDOWN" +spi2MosiMode = bits, U08, 1884, [0:6], "default", "INVALID", "INVALID", "INVALID", "opendrain", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "PULLUP", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "PULLDOWN" +spi2MisoMode = bits, U08, 1885, [0:6], "default", "INVALID", "INVALID", "INVALID", "opendrain", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "PULLUP", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "PULLDOWN" +spi3SckMode = bits, U08, 1886, [0:6], "default", "INVALID", "INVALID", "INVALID", "opendrain", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "PULLUP", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "PULLDOWN" +spi3MosiMode = bits, U08, 1887, [0:6], "default", "INVALID", "INVALID", "INVALID", "opendrain", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "PULLUP", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "PULLDOWN" +spi3MisoMode = bits, U08, 1888, [0:6], "default", "INVALID", "INVALID", "INVALID", "opendrain", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "PULLUP", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "INVALID", "PULLDOWN" +stepperEnablePinMode = bits, U08, 1889, [0:1], "default", "default inverted", "open collector", "open collector inverted" +mc33816_rstb = bits, U16, 1890, [0:7], $gpio_list +mc33816_driven = bits, U16, 1892, [0:7], $gpio_list +brakePedalPin = bits, U16, 1894, [0:7], $switch_input_pin_e_list +brakePedalPinMode = bits, U08, 1896, [0:1], "DEFAULT", "PULLUP", "PULLDOWN" +auxPid1_pFactor = scalar, F32, 1900, "", 1, 0, -10000, 10000, 4 +auxPid1_iFactor = scalar, F32, 1904, "", 1, 0, -10000, 10000, 4 +auxPid1_dFactor = scalar, F32, 1908, "", 1, 0, -10000, 10000, 4 +auxPid1_offset = scalar, S16, 1912, "", 1, 0, -1000, 1000, 0 +auxPid1_periodMs = scalar, S16, 1914, "ms", 1, 0, 0, 3000, 0 +auxPid1_minValue = scalar, S16, 1916, "", 1, 0, -30000, 30000, 0 +auxPid1_maxValue = scalar, S16, 1918, "", 1, 0, -30000, 30000, 0 +auxPid2_pFactor = scalar, F32, 1920, "", 1, 0, -10000, 10000, 4 +auxPid2_iFactor = scalar, F32, 1924, "", 1, 0, -10000, 10000, 4 +auxPid2_dFactor = scalar, F32, 1928, "", 1, 0, -10000, 10000, 4 +auxPid2_offset = scalar, S16, 1932, "", 1, 0, -1000, 1000, 0 +auxPid2_periodMs = scalar, S16, 1934, "ms", 1, 0, 0, 3000, 0 +auxPid2_minValue = scalar, S16, 1936, "", 1, 0, -30000, 30000, 0 +auxPid2_maxValue = scalar, S16, 1938, "", 1, 0, -30000, 30000, 0 +injectorCorrectionPolynomial1 = scalar, F32, 1940, "", 1, 0, -1000, 1000, 4 +injectorCorrectionPolynomial2 = scalar, F32, 1944, "", 1, 0, -1000, 1000, 4 +injectorCorrectionPolynomial3 = scalar, F32, 1948, "", 1, 0, -1000, 1000, 4 +injectorCorrectionPolynomial4 = scalar, F32, 1952, "", 1, 0, -1000, 1000, 4 +injectorCorrectionPolynomial5 = scalar, F32, 1956, "", 1, 0, -1000, 1000, 4 +injectorCorrectionPolynomial6 = scalar, F32, 1960, "", 1, 0, -1000, 1000, 4 +injectorCorrectionPolynomial7 = scalar, F32, 1964, "", 1, 0, -1000, 1000, 4 +injectorCorrectionPolynomial8 = scalar, F32, 1968, "", 1, 0, -1000, 1000, 4 +primeBins = array, S08, 1972, [8], "C", 1, 0, -40, 120, 0 +oilPressure_hwChannel = bits, U08, 1980, [0:5], $adc_channel_e_list +oilPressure_v1 = scalar, F32, 1984, "volts", 1, 0, 0, 10, 2 +oilPressure_value1 = scalar, F32, 1988, "", 1, 0, 0, 1000000, 2 +oilPressure_v2 = scalar, F32, 1992, "volts", 1, 0, 0, 10, 2 +oilPressure_value2 = scalar, F32, 1996, "", 1, 0, 0, 1000000, 2 +accelerometerSpiDevice = bits, U08, 2000, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4" +fan2Pin = bits, U16, 2002, [0:7], $output_pin_e_list +fan2OnTemperature = scalar, U08, 2004, "deg C", 1, 0, 0, 150, 0 +fan2OffTemperature = scalar, U08, 2005, "deg C", 1, 0, 0, 150, 0 +stepperEnablePin = bits, U16, 2006, [0:7], $gpio_list +tle8888_cs = bits, U16, 2008, [0:7], $gpio_list +tle8888_csPinMode = bits, U08, 2010, [0:1], "default", "default inverted", "open collector", "open collector inverted" +mc33816_cs = bits, U16, 2012, [0:7], $gpio_list +auxFrequencyFilter = scalar, F32, 2016, "hz", 1, 0, 0, 100, 1 +vvtControlMinRpm = scalar, S16, 2020, "RPM", 1, 0, 0, 3000, 0 +sentInputPins1 = bits, U16, 2022, [0:7], "NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15" +launchFuelAdderPercent = scalar, S08, 2024, "%", 1, 0, 0, 100, 0 +etbJamTimeout = scalar, U08, 2025, "sec", 0.02, 0, 0, 5, 2 +etbExpAverageLength = scalar, U16, 2026, "", 1, 0, 0, 32000, 0 +etbDutyThreshold = scalar, F32, 2028, "", 1, 0, 0, 100, 0 +coastingFuelCutRpmHigh = scalar, S16, 2032, "rpm", 1, 0, 0, 5000, 0 +coastingFuelCutRpmLow = scalar, S16, 2034, "rpm", 1, 0, 0, 5000, 0 +coastingFuelCutTps = scalar, S16, 2036, "%", 1, 0, 0, 20, 0 +coastingFuelCutClt = scalar, S16, 2038, "C", 1, 0, -100, 100, 0 +pidExtraForLowRpm = scalar, S16, 2040, "%", 1, 0, 0, 100, 0 +coastingFuelCutMap = scalar, S16, 2042, "kPa", 1, 0, 0, 250, 0 +highPressureFuel_hwChannel = bits, U08, 2044, [0:5], $adc_channel_e_list +highPressureFuel_v1 = scalar, F32, 2048, "volts", 1, 0, 0, 10, 2 +highPressureFuel_value1 = scalar, F32, 2052, "", 1, 0, 0, 1000000, 2 +highPressureFuel_v2 = scalar, F32, 2056, "volts", 1, 0, 0, 10, 2 +highPressureFuel_value2 = scalar, F32, 2060, "", 1, 0, 0, 1000000, 2 +lowPressureFuel_hwChannel = bits, U08, 2064, [0:5], $adc_channel_e_list +lowPressureFuel_v1 = scalar, F32, 2068, "volts", 1, 0, 0, 10, 2 +lowPressureFuel_value1 = scalar, F32, 2072, "", 1, 0, 0, 1000000, 2 +lowPressureFuel_v2 = scalar, F32, 2076, "volts", 1, 0, 0, 10, 2 +lowPressureFuel_value2 = scalar, F32, 2080, "", 1, 0, 0, 1000000, 2 +cltRevLimitRpmBins = array, S08, 2084, [4], "C", 1, 0, -40, 120, 0 +cltRevLimitRpm = array, U16, 2088, [4], "RPM", 1, 0, 0, 20000, 0 +scriptCurveName1 = string, ASCII, 2096, 16 +scriptCurveName2 = string, ASCII, 2112, 16 +scriptCurveName3 = string, ASCII, 2128, 16 +scriptCurveName4 = string, ASCII, 2144, 16 +scriptCurveName5 = string, ASCII, 2160, 16 +scriptCurveName6 = string, ASCII, 2176, 16 +scriptTableName1 = string, ASCII, 2192, 16 +scriptTableName2 = string, ASCII, 2208, 16 +scriptTableName3 = string, ASCII, 2224, 16 +scriptTableName4 = string, ASCII, 2240, 16 +scriptSettingName1 = string, ASCII, 2256, 16 +scriptSettingName2 = string, ASCII, 2272, 16 +scriptSettingName3 = string, ASCII, 2288, 16 +scriptSettingName4 = string, ASCII, 2304, 16 +scriptSettingName5 = string, ASCII, 2320, 16 +scriptSettingName6 = string, ASCII, 2336, 16 +scriptSettingName7 = string, ASCII, 2352, 16 +scriptSettingName8 = string, ASCII, 2368, 16 +tChargeAirCoefMin = scalar, F32, 2384, "", 1, 0, 0, 1, 3 +tChargeAirCoefMax = scalar, F32, 2388, "", 1, 0, 0, 1, 3 +tChargeAirFlowMax = scalar, F32, 2392, "kg/h", 1, 0, 0, 1000, 1 +tChargeAirIncrLimit = scalar, F32, 2396, "deg/sec", 1, 0, 0, 100, 1 +tChargeAirDecrLimit = scalar, F32, 2400, "deg/sec", 1, 0, 0, 100, 1 +tChargeMode = bits, U08, 2404, [0:1], "RPM+TPS (Default)", "Air Mass Interpolation", "Table" +hip9011Gain = scalar, F32, 2408, "", 1, 0, 0, 100, 2 +etb_iTermMin = scalar, S16, 2412, "", 1, 0, -30000, 30000, 0 +etb_iTermMax = scalar, S16, 2414, "", 1, 0, -30000, 30000, 0 +idleTimingPid_pFactor = scalar, F32, 2416, "", 1, 0, -10000, 10000, 4 +idleTimingPid_iFactor = scalar, F32, 2420, "", 1, 0, -10000, 10000, 4 +idleTimingPid_dFactor = scalar, F32, 2424, "", 1, 0, -10000, 10000, 4 +idleTimingPid_offset = scalar, S16, 2428, "", 1, 0, -1000, 1000, 0 +idleTimingPid_periodMs = scalar, S16, 2430, "ms", 1, 0, 0, 3000, 0 +idleTimingPid_minValue = scalar, S16, 2432, "", 1, 0, -30000, 30000, 0 +idleTimingPid_maxValue = scalar, S16, 2434, "", 1, 0, -30000, 30000, 0 +etbRocExpAverageLength = scalar, S16, 2436, "", 1, 0, 0, 32000, 0 +tpsAccelFractionPeriod = scalar, S16, 2438, "cycles", 1, 0, 0, 500, 0 +tpsAccelFractionDivisor = scalar, F32, 2440, "coef", 1, 0, 0, 100, 2 +tle8888spiDevice = bits, U08, 2444, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4" +mc33816spiDevice = bits, U08, 2445, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4" +idlerpmpid_iTermMin = scalar, S16, 2446, "", 1, 0, -30000, 30000, 0 +tle6240spiDevice = bits, U08, 2448, [0:2], "Off", "SPI1", "SPI2", "SPI3", "SPI4" +stoichRatioPrimary = scalar, U08, 2449, ":1", 0.1, 0, 5, 25, 1 +idlerpmpid_iTermMax = scalar, S16, 2450, "", 1, 0, -30000, 30000, 0 +etbIdleThrottleRange = scalar, F32, 2452, "%", 1, 0, 0, 15, 0 +cylinderBankSelect1 = scalar, U08, 2456, "", 1, 1, 1, 2, 0 +cylinderBankSelect2 = scalar, U08, 2457, "", 1, 1, 1, 2, 0 +cylinderBankSelect3 = scalar, U08, 2458, "", 1, 1, 1, 2, 0 +cylinderBankSelect4 = scalar, U08, 2459, "", 1, 1, 1, 2, 0 +cylinderBankSelect5 = scalar, U08, 2460, "", 1, 1, 1, 2, 0 +cylinderBankSelect6 = scalar, U08, 2461, "", 1, 1, 1, 2, 0 +cylinderBankSelect7 = scalar, U08, 2462, "", 1, 1, 1, 2, 0 +cylinderBankSelect8 = scalar, U08, 2463, "", 1, 1, 1, 2, 0 +cylinderBankSelect9 = scalar, U08, 2464, "", 1, 1, 1, 2, 0 +cylinderBankSelect10 = scalar, U08, 2465, "", 1, 1, 1, 2, 0 +cylinderBankSelect11 = scalar, U08, 2466, "", 1, 1, 1, 2, 0 +cylinderBankSelect12 = scalar, U08, 2467, "", 1, 1, 1, 2, 0 +primeValues = array, U08, 2468, [8], "mg", 5.0, 0, 0, 1250, 0 +triggerCompCenterVolt = scalar, U08, 2476, "V", 0.02, 0, 0, 5.1, 2 +triggerCompHystMin = scalar, U08, 2477, "V", 0.02, 0, 0, 5.1, 2 +triggerCompHystMax = scalar, U08, 2478, "V", 0.02, 0, 0, 5.1, 2 +triggerCompSensorSatRpm = scalar, U08, 2479, "RPM", 50.0, 0, 0, 12000, 0 +idleRpmPid2_pFactor = scalar, F32, 2480, "", 1, 0, -10000, 10000, 4 +idleRpmPid2_iFactor = scalar, F32, 2484, "", 1, 0, -10000, 10000, 4 +idleRpmPid2_dFactor = scalar, F32, 2488, "", 1, 0, -10000, 10000, 4 +idleRpmPid2_offset = scalar, S16, 2492, "", 1, 0, -1000, 1000, 0 +idleRpmPid2_periodMs = scalar, S16, 2494, "ms", 1, 0, 0, 3000, 0 +idleRpmPid2_minValue = scalar, S16, 2496, "", 1, 0, -30000, 30000, 0 +idleRpmPid2_maxValue = scalar, S16, 2498, "", 1, 0, -30000, 30000, 0 +canVssNbcType = bits, U08, 2500, [0:1], "BMW_e46", "W202", "Lua" +gppwm1_pin = bits, U16, 2504, [0:7], $output_pin_e_list +gppwm1_dutyIfError = scalar, U08, 2506, "%", 1, 0, 0, 100, 0 +gppwm1_pwmFrequency = scalar, U16, 2508, "hz", 1, 0, 0, 500, 0 +gppwm1_onAboveDuty = scalar, U08, 2510, "%", 1, 0, 0, 100, 0 +gppwm1_offBelowDuty = scalar, U08, 2511, "%", 1, 0, 0, 100, 0 +gppwm1_loadAxis = bits, U08, 2512, [0:4], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)" +gppwm1_rpmAxis = bits, U08, 2513, [0:4], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)" +gppwm1_loadBins = array, S16, 2514, [8], "load", 0.1, 0, -1000, 1000, 1 +gppwm1_rpmBins = array, S16, 2530, [8], "RPM", 1, 0, -30000, 30000, 0 +gppwm1_table = array, U08, 2546, [8x8], "duty", 0.5, 0, 0, 100, 1 +gppwm2_pin = bits, U16, 2612, [0:7], $output_pin_e_list +gppwm2_dutyIfError = scalar, U08, 2614, "%", 1, 0, 0, 100, 0 +gppwm2_pwmFrequency = scalar, U16, 2616, "hz", 1, 0, 0, 500, 0 +gppwm2_onAboveDuty = scalar, U08, 2618, "%", 1, 0, 0, 100, 0 +gppwm2_offBelowDuty = scalar, U08, 2619, "%", 1, 0, 0, 100, 0 +gppwm2_loadAxis = bits, U08, 2620, [0:4], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)" +gppwm2_rpmAxis = bits, U08, 2621, [0:4], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)" +gppwm2_loadBins = array, S16, 2622, [8], "load", 0.1, 0, -1000, 1000, 1 +gppwm2_rpmBins = array, S16, 2638, [8], "RPM", 1, 0, -30000, 30000, 0 +gppwm2_table = array, U08, 2654, [8x8], "duty", 0.5, 0, 0, 100, 1 +gppwm3_pin = bits, U16, 2720, [0:7], $output_pin_e_list +gppwm3_dutyIfError = scalar, U08, 2722, "%", 1, 0, 0, 100, 0 +gppwm3_pwmFrequency = scalar, U16, 2724, "hz", 1, 0, 0, 500, 0 +gppwm3_onAboveDuty = scalar, U08, 2726, "%", 1, 0, 0, 100, 0 +gppwm3_offBelowDuty = scalar, U08, 2727, "%", 1, 0, 0, 100, 0 +gppwm3_loadAxis = bits, U08, 2728, [0:4], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)" +gppwm3_rpmAxis = bits, U08, 2729, [0:4], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)" +gppwm3_loadBins = array, S16, 2730, [8], "load", 0.1, 0, -1000, 1000, 1 +gppwm3_rpmBins = array, S16, 2746, [8], "RPM", 1, 0, -30000, 30000, 0 +gppwm3_table = array, U08, 2762, [8x8], "duty", 0.5, 0, 0, 100, 1 +gppwm4_pin = bits, U16, 2828, [0:7], $output_pin_e_list +gppwm4_dutyIfError = scalar, U08, 2830, "%", 1, 0, 0, 100, 0 +gppwm4_pwmFrequency = scalar, U16, 2832, "hz", 1, 0, 0, 500, 0 +gppwm4_onAboveDuty = scalar, U08, 2834, "%", 1, 0, 0, 100, 0 +gppwm4_offBelowDuty = scalar, U08, 2835, "%", 1, 0, 0, 100, 0 +gppwm4_loadAxis = bits, U08, 2836, [0:4], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)" +gppwm4_rpmAxis = bits, U08, 2837, [0:4], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)" +gppwm4_loadBins = array, S16, 2838, [8], "load", 0.1, 0, -1000, 1000, 1 +gppwm4_rpmBins = array, S16, 2854, [8], "RPM", 1, 0, -30000, 30000, 0 +gppwm4_table = array, U08, 2870, [8x8], "duty", 0.5, 0, 0, 100, 1 +mc33_i_boost = scalar, U16, 2936, "mA", 1, 0, 1000, 25000, 0 +mc33_i_peak = scalar, U16, 2938, "mA", 1, 0, 1000, 20000, 0 +mc33_i_hold = scalar, U16, 2940, "mA", 1, 0, 1000, 20000, 0 +mc33_t_max_boost = scalar, U16, 2942, "us", 1, 0, 0, 10000, 0 +mc33_t_peak_off = scalar, U16, 2944, "us", 1, 0, 0, 10000, 0 +mc33_t_peak_tot = scalar, U16, 2946, "us", 1, 0, 0, 10000, 0 +mc33_t_bypass = scalar, U16, 2948, "us", 1, 0, 0, 10000, 0 +mc33_t_hold_off = scalar, U16, 2950, "us", 1, 0, 0, 10000, 0 +mc33_t_hold_tot = scalar, U16, 2952, "us", 1, 0, 0, 10000, 0 +tcuUpshiftButtonPinMode = bits, U08, 2954, [0:1], "DEFAULT", "PULLUP", "PULLDOWN" +tcuDownshiftButtonPinMode = bits, U08, 2955, [0:1], "DEFAULT", "PULLUP", "PULLDOWN" +acSwitchMode = bits, U08, 2956, [0:1], "DEFAULT", "PULLUP", "PULLDOWN" +tcu_solenoid_mode1 = bits, U08, 2957, [0:1], "default", "default inverted", "open collector", "open collector inverted" +tcu_solenoid_mode2 = bits, U08, 2958, [0:1], "default", "default inverted", "open collector", "open collector inverted" +tcu_solenoid_mode3 = bits, U08, 2959, [0:1], "default", "default inverted", "open collector", "open collector inverted" +tcu_solenoid_mode4 = bits, U08, 2960, [0:1], "default", "default inverted", "open collector", "open collector inverted" +tcu_solenoid_mode5 = bits, U08, 2961, [0:1], "default", "default inverted", "open collector", "open collector inverted" +tcu_solenoid_mode6 = bits, U08, 2962, [0:1], "default", "default inverted", "open collector", "open collector inverted" +knockBaseNoise = array, S08, 2963, [16], "dB", 0.5, 0, -50, 10, 1 +triggerGapOverrideFrom1 = scalar, F32, 2980, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideFrom2 = scalar, F32, 2984, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideFrom3 = scalar, F32, 2988, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideFrom4 = scalar, F32, 2992, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideFrom5 = scalar, F32, 2996, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideFrom6 = scalar, F32, 3000, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideFrom7 = scalar, F32, 3004, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideFrom8 = scalar, F32, 3008, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideFrom9 = scalar, F32, 3012, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideFrom10 = scalar, F32, 3016, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideFrom11 = scalar, F32, 3020, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideFrom12 = scalar, F32, 3024, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideFrom13 = scalar, F32, 3028, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideFrom14 = scalar, F32, 3032, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideFrom15 = scalar, F32, 3036, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideFrom16 = scalar, F32, 3040, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideFrom17 = scalar, F32, 3044, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideFrom18 = scalar, F32, 3048, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideTo1 = scalar, F32, 3052, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideTo2 = scalar, F32, 3056, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideTo3 = scalar, F32, 3060, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideTo4 = scalar, F32, 3064, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideTo5 = scalar, F32, 3068, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideTo6 = scalar, F32, 3072, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideTo7 = scalar, F32, 3076, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideTo8 = scalar, F32, 3080, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideTo9 = scalar, F32, 3084, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideTo10 = scalar, F32, 3088, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideTo11 = scalar, F32, 3092, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideTo12 = scalar, F32, 3096, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideTo13 = scalar, F32, 3100, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideTo14 = scalar, F32, 3104, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideTo15 = scalar, F32, 3108, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideTo16 = scalar, F32, 3112, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideTo17 = scalar, F32, 3116, "ratio", 1, 0, 0, 20, 3 +triggerGapOverrideTo18 = scalar, F32, 3120, "ratio", 1, 0, 0, 20, 3 +maxCamPhaseResolveRpm = scalar, U08, 3124, "rpm", 50.0, 0, 0, 12500, 0 +dfcoDelay = scalar, U08, 3125, "sec", 0.1, 0, 0, 10, 1 +acDelay = scalar, U08, 3126, "sec", 0.1, 0, 0, 10, 1 +fordInjectorSmallPulseBreakPoint = scalar, U16, 3128, "mg", 0.001, 0, 0, 65, 3 +tpsTspCorrValues = array, U08, 3130, [4], "multiplier", 0.02, 0, 0, 5, 2 +etbJamIntegratorLimit = scalar, U08, 3134, "%", 1, 0, 0, 50, 0 +hpfpCamLobes = scalar, U08, 3135, "lobes/cam", 1, 0, 0, 255, 0 +hpfpCam = bits, U08, 3136, [0:2], "NONE", "Intake 1", "Exhaust 1", "Intake 2", "Exhaust 2" +auxiliarySetting1 = scalar, U08, 3137, "", 1, 0, 0, 100, 0 +hpfpMinAngle = scalar, U08, 3138, "deg", 1, 0, 0, 255, 0 +hpfpPumpVolume = scalar, U16, 3140, "cc", 0.001, 0, 0, 65, 3 +hpfpActivationAngle = scalar, U08, 3142, "deg", 1, 0, 0, 255, 0 +issFilterReciprocal = scalar, U08, 3143, "", 1, 0, 0, 255, 0 +hpfpPidP = scalar, U16, 3144, "%/kPa", 0.001, 0, 0, 65, 3 +hpfpPidI = scalar, U16, 3146, "%/kPa/lobe", 1.0E-5, 0, 0, 0.65, 5 +hpfpTargetDecay = scalar, U16, 3148, "kPa/s", 1, 0, 0, 65000, 0 +hpfpLobeProfileQuantityBins = array, U08, 3150, [16], "%", 0.5, 0, 0, 100, 1 +hpfpLobeProfileAngle = array, U08, 3166, [16], "deg", 0.5, 0, 0, 125, 1 +hpfpDeadtimeVoltsBins = array, U08, 3182, [8], "volts", 1, 0, 0, 255, 0 +hpfpDeadtimeMS = array, U16, 3190, [8], "ms", 0.001, 0, 0, 65, 3 +hpfpTarget = array, U16, 3206, [10x10], "kPa", 1, 0, 0, 65000, 0 +hpfpTargetLoadBins = array, U16, 3406, [10], "load", 0.1, 0, 0, 6500, 1 +hpfpTargetRpmBins = array, U08, 3426, [10], "RPM", 50.0, 0, 0, 12500, 0 +hpfpCompensation = array, S08, 3436, [10x10], "%", 1, 0, -100, 100, 0 +hpfpCompensationLoadBins = array, U16, 3536, [10], "cc/lobe", 0.001, 0, 0, 65, 3 +hpfpCompensationRpmBins = array, U08, 3556, [10], "RPM", 50.0, 0, 0, 12500, 0 +stepper_raw_output1 = bits, U16, 3566, [0:7], $output_pin_e_list +stepper_raw_output2 = bits, U16, 3568, [0:7], $output_pin_e_list +stepper_raw_output3 = bits, U16, 3570, [0:7], $output_pin_e_list +stepper_raw_output4 = bits, U16, 3572, [0:7], $output_pin_e_list +gearRatio1 = scalar, U16, 3574, "ratio", 0.01, 0, 0, 30, 2 +gearRatio2 = scalar, U16, 3576, "ratio", 0.01, 0, 0, 30, 2 +gearRatio3 = scalar, U16, 3578, "ratio", 0.01, 0, 0, 30, 2 +gearRatio4 = scalar, U16, 3580, "ratio", 0.01, 0, 0, 30, 2 +gearRatio5 = scalar, U16, 3582, "ratio", 0.01, 0, 0, 30, 2 +gearRatio6 = scalar, U16, 3584, "ratio", 0.01, 0, 0, 30, 2 +gearRatio7 = scalar, U16, 3586, "ratio", 0.01, 0, 0, 30, 2 +gearRatio8 = scalar, U16, 3588, "ratio", 0.01, 0, 0, 30, 2 +vvtActivationDelayMs = scalar, U16, 3590, "ms", 1, 0, 0, 65000, 0 +wwCltBins = array, S08, 3592, [8], "deg C", 1, 0, -40, 120, 0 +wwTauCltValues = array, U08, 3600, [8], "", 0.01, 0, 0, 2.5, 2 +wwBetaCltValues = array, U08, 3608, [8], "", 0.01, 0, 0, 1, 2 +wwMapBins = array, S08, 3616, [8], "kPa", 1, 0, 0, 250, 0 +wwTauMapValues = array, U08, 3624, [8], "", 0.01, 0, 0, 2.5, 2 +wwBetaMapValues = array, U08, 3632, [8], "", 0.01, 0, 0, 2.5, 2 +torqueTable = array, U08, 3640, [6x6], "Nm", 10.0, 0, 0, 255, 0 +torqueRpmBins = array, U16, 3676, [6], "RPM", 1, 0, 0, 65000, 0 +torqueLoadBins = array, U16, 3688, [6], "Load", 1, 0, 0, 65000, 0 +gearControllerMode = bits, U08, 3700, [0:1], "None", "Button Shift" +transmissionControllerMode = bits, U08, 3701, [0:1], "None", "Simple Transmission", "GM 4L6X" +auxLinear1_hwChannel = bits, U08, 3704, [0:5], $adc_channel_e_list +auxLinear1_v1 = scalar, F32, 3708, "volts", 1, 0, 0, 10, 2 +auxLinear1_value1 = scalar, F32, 3712, "", 1, 0, 0, 1000000, 2 +auxLinear1_v2 = scalar, F32, 3716, "volts", 1, 0, 0, 10, 2 +auxLinear1_value2 = scalar, F32, 3720, "", 1, 0, 0, 1000000, 2 +auxLinear2_hwChannel = bits, U08, 3724, [0:5], $adc_channel_e_list +auxLinear2_v1 = scalar, F32, 3728, "volts", 1, 0, 0, 10, 2 +auxLinear2_value1 = scalar, F32, 3732, "", 1, 0, 0, 1000000, 2 +auxLinear2_v2 = scalar, F32, 3736, "volts", 1, 0, 0, 10, 2 +auxLinear2_value2 = scalar, F32, 3740, "", 1, 0, 0, 1000000, 2 +tcu_tcc_onoff_solenoid = bits, U16, 3744, [0:7], $output_pin_e_list +tcu_tcc_onoff_solenoid_mode = bits, U08, 3746, [0:1], "default", "default inverted", "open collector", "open collector inverted" +tcu_tcc_pwm_solenoid = bits, U16, 3748, [0:7], $output_pin_e_list +tcu_tcc_pwm_solenoid_mode = bits, U08, 3750, [0:1], "default", "default inverted", "open collector", "open collector inverted" +tcu_tcc_pwm_solenoid_freq = scalar, U16, 3752, "Hz", 1, 0, 0, 3000, 0 +tcu_pc_solenoid_pin = bits, U16, 3754, [0:7], $output_pin_e_list +tcu_pc_solenoid_pin_mode = bits, U08, 3756, [0:1], "default", "default inverted", "open collector", "open collector inverted" +tcu_pc_solenoid_freq = scalar, U16, 3758, "Hz", 1, 0, 0, 3000, 0 +tcu_32_solenoid_pin = bits, U16, 3760, [0:7], $output_pin_e_list +tcu_32_solenoid_pin_mode = bits, U08, 3762, [0:1], "default", "default inverted", "open collector", "open collector inverted" +tcu_32_solenoid_freq = scalar, U16, 3764, "Hz", 1, 0, 0, 3000, 0 +etbMinimumPosition = scalar, F32, 3768, "%", 1, 0, 0.01, 100, 2 +tuneHidingKey = scalar, U16, 3772, "", 1, 0, 0, 20000, 0 +vinNumber = string, ASCII, 3774, 17 +highSpeedOffsets = array, U16, 3792, [32], "", 1, 0.00000,0.00,65535, 0, noMsqSave +etbDutyShutdownThreshold = scalar, F32, 3856, "", 1, 0, 0, 100, 0 +fuelPressureSensorMode = bits, U08, 3860, [0:1], "Absolute", "Gauge", "Differential", "INVALID" +luaDigitalInputPins1 = bits, U16, 3862, [0:7], $gpio_list +luaDigitalInputPins2 = bits, U16, 3864, [0:7], $gpio_list +luaDigitalInputPins3 = bits, U16, 3866, [0:7], $gpio_list +luaDigitalInputPins4 = bits, U16, 3868, [0:7], $gpio_list +luaDigitalInputPins5 = bits, U16, 3870, [0:7], $gpio_list +luaDigitalInputPins6 = bits, U16, 3872, [0:7], $gpio_list +luaDigitalInputPins7 = bits, U16, 3874, [0:7], $gpio_list +luaDigitalInputPins8 = bits, U16, 3876, [0:7], $gpio_list +tpsTspCorrValuesBins = array, U08, 3878, [4], "RPM", 50.0, 0, 0, 17500, 0 +ALSMinRPM = scalar, S16, 3882, "rpm", 1, 0, 0, 20000, 0 +ALSMaxRPM = scalar, S16, 3884, "rpm", 1, 0, 0, 20000, 0 +ALSMaxDuration = scalar, S16, 3886, "sec", 1, 0, 0, 10, 0 +ALSMinCLT = scalar, S08, 3888, "C", 1, 0, 0, 90, 0 +ALSMaxCLT = scalar, S08, 3889, "C", 1, 0, 0, 105, 0 +alsMinTimeBetween = scalar, U08, 3890, "", 1, 0, 0, 20000, 0 +alsEtbPosition = scalar, U08, 3891, "", 1, 0, 0, 20000, 0 +acRelayAlternatorDutyAdder = scalar, U08, 3892, "%", 1, 0, 0, 100, 0 +sentEtbType = bits, S08, 3893, [0:1], "None", "GM type 1", "Ford type 1", "Custom" +customSentTpsMin = scalar, U16, 3894, "", 1, 0, 0, 32000, 0 +ALSIdleAdd = scalar, S32, 3896, "%", 1, 0, 0, 100, 2 +ALSEtbAdd = scalar, S32, 3900, "%", 1, 0, 0, 100, 2 +ALSSkipRatio = scalar, F32, 3904, "", 1, 0, 0, 1, 1 +ALSMaxDriverThrottleIntent = scalar, U08, 3908, "%", 1, 0, 0, 10, 0 +ALSActivatePinMode = bits, U08, 3909, [0:1], "DEFAULT", "PULLUP", "PULLDOWN" +tpsSecondaryMaximum = scalar, U08, 3910, "%", 0.5, 0, 0, 100, 1 +ppsSecondaryMaximum = scalar, U08, 3911, "%", 0.5, 0, 0, 100, 1 +luaDigitalInputPinModes1 = bits, U08, 3912, [0:1], "DEFAULT", "PULLUP", "PULLDOWN" +luaDigitalInputPinModes2 = bits, U08, 3913, [0:1], "DEFAULT", "PULLUP", "PULLDOWN" +luaDigitalInputPinModes3 = bits, U08, 3914, [0:1], "DEFAULT", "PULLUP", "PULLDOWN" +luaDigitalInputPinModes4 = bits, U08, 3915, [0:1], "DEFAULT", "PULLUP", "PULLDOWN" +luaDigitalInputPinModes5 = bits, U08, 3916, [0:1], "DEFAULT", "PULLUP", "PULLDOWN" +luaDigitalInputPinModes6 = bits, U08, 3917, [0:1], "DEFAULT", "PULLUP", "PULLDOWN" +luaDigitalInputPinModes7 = bits, U08, 3918, [0:1], "DEFAULT", "PULLUP", "PULLDOWN" +luaDigitalInputPinModes8 = bits, U08, 3919, [0:1], "DEFAULT", "PULLUP", "PULLDOWN" +customSentTpsMax = scalar, U16, 3920, "", 1, 0, 0, 32000, 0 +kLineBaudRate = scalar, U16, 3922, "", 1, 0, 0, 32000, 0 +canGpioType = bits, S08, 3924, [0:1], "None", "DRT protocol", "MS protocol" +uiMode = bits, S08, 3925, [0:1], "Full", "Installation", "Tuning" +hpfpPeakPos = scalar, S16, 3926, "deg", 1, 0, -719, 719, 0 +kLinePeriodUs = scalar, S16, 3928, "us", 1, 0, 0, 30000, 0 +rpmSoftLimitWindowSize = scalar, U08, 3930, "RPM", 10.0, 0, 0, 2500, 0 +rpmSoftLimitTimingRetard = scalar, U08, 3931, "deg", 0.2, 0, 0, 50, 1 +rpmSoftLimitFuelAdded = scalar, U08, 3932, "%", 0.2, 0, 0, 50, 1 +rpmHardLimitHyst = scalar, U08, 3933, "RPM", 10.0, 0, 0, 2500, 0 +benchTestOffTime = scalar, U16, 3934, "ms", 0.1, 0, 0, 2000, 1 +boostCutPressureHyst = scalar, U08, 3936, "kPa (absolute)", 0.5, 0, 0, 125, 1 +gearBasedOpenLoopBoostAdder = array, U08, 3937, [8], "%", 0.5, 0, 0, 100, 1 +benchTestCount = scalar, U32, 3948, "", 1, 0, 0, 10000000, 0 +iacByTpsHoldTime = scalar, U08, 3952, "seconds", 0.1, 0, 0, 25, 1 +iacByTpsDecayTime = scalar, U08, 3953, "seconds", 0.1, 0, 0, 25, 1 +tcu_rangeInput1 = bits, U16, 3954, [0:7], $switch_input_pin_e_list +tcu_rangeInput2 = bits, U16, 3956, [0:7], $switch_input_pin_e_list +tcu_rangeInput3 = bits, U16, 3958, [0:7], $switch_input_pin_e_list +tcu_rangeInput4 = bits, U16, 3960, [0:7], $switch_input_pin_e_list +tcu_rangeInput5 = bits, U16, 3962, [0:7], $switch_input_pin_e_list +tcu_rangeInput6 = bits, U16, 3964, [0:7], $switch_input_pin_e_list +tcu_rangeInputMode1 = bits, U08, 3966, [0:1], "DEFAULT", "PULLUP", "PULLDOWN" +tcu_rangeInputMode2 = bits, U08, 3967, [0:1], "DEFAULT", "PULLUP", "PULLDOWN" +tcu_rangeInputMode3 = bits, U08, 3968, [0:1], "DEFAULT", "PULLUP", "PULLDOWN" +tcu_rangeInputMode4 = bits, U08, 3969, [0:1], "DEFAULT", "PULLUP", "PULLDOWN" +tcu_rangeInputMode5 = bits, U08, 3970, [0:1], "DEFAULT", "PULLUP", "PULLDOWN" +tcu_rangeInputMode6 = bits, U08, 3971, [0:1], "DEFAULT", "PULLUP", "PULLDOWN" +mainUnusedEnd = array, U08, 3972, [190], "units", 1, 0, 0, 1, 0 +etbBiasBins = array, F32, 4164, [8], "target TPS position", 1, 0, 0, 100, 0 +etbBiasValues = array, F32, 4196, [8], "ETB duty cycle bias", 1, 0, -100, 100, 2 +iacPidMultTable = array, U08, 4228, [8x8], "%", 0.05, 0, 0, 10, 2 +iacPidMultLoadBins = array, U08, 4292, [8], "Load", 1, 0, 0, 500, 2 +iacPidMultRpmBins = array, U08, 4300, [8], "RPM", 10.0, 0, 0, 2500, 0 +sparkDwellRpmBins = array, U16, 4308, [8], "RPM", 1, 0, 0, 25000, 0 +sparkDwellValues = array, U16, 4324, [8], "ms", 0.01, 0, 0, 30, 2 +cltIdleRpmBins = array, S08, 4340, [16], "C", 2.0, 0, -40, 200, 0 +cltIdleRpm = array, U08, 4356, [16], "RPM", 20.0, 0, 0, 5000, 0 +cltTimingBins = array, F32, 4372, [8], "C", 1, 0, -100, 250, 1 +cltTimingExtra = array, F32, 4404, [8], "degree", 1, 0, -400, 400, 0 +scriptCurve1Bins = array, F32, 4436, [16], "x", 1, 0, -10000, 10000, 3 +scriptCurve1 = array, F32, 4500, [16], "y", 1, 0, -10000, 10000, 3 +scriptCurve2Bins = array, F32, 4564, [16], "x", 1, 0, -10000, 10000, 3 +scriptCurve2 = array, F32, 4628, [16], "y", 1, 0, -10000, 10000, 3 +scriptCurve3Bins = array, F32, 4692, [8], "x", 1, 0, -10000, 10000, 3 +scriptCurve3 = array, F32, 4724, [8], "y", 1, 0, -10000, 10000, 3 +scriptCurve4Bins = array, F32, 4756, [8], "x", 1, 0, -10000, 10000, 3 +scriptCurve4 = array, F32, 4788, [8], "y", 1, 0, -10000, 10000, 3 +scriptCurve5Bins = array, F32, 4820, [8], "x", 1, 0, -10000, 10000, 3 +scriptCurve5 = array, F32, 4852, [8], "y", 1, 0, -10000, 10000, 3 +scriptCurve6Bins = array, F32, 4884, [8], "x", 1, 0, -10000, 10000, 3 +scriptCurve6 = array, F32, 4916, [8], "y", 1, 0, -10000, 10000, 3 +baroCorrPressureBins = array, F32, 4948, [4], "kPa", 1, 0, 0, 200, 2 +baroCorrRpmBins = array, F32, 4964, [4], "RPM", 1, 0, 0, 18000, 0 +baroCorrTable = array, F32, 4980, [4x4], "ratio", 1, 0, 0, 2, 2 +crankingTpsCoef = array, F32, 5044, [8], "Ratio", 1, 0, 0, 700, 2 +crankingTpsBins = array, F32, 5076, [8], "%", 1, 0, 0, 100, 2 +narrowToWideOxygenBins = array, F32, 5108, [8], "V", 1, 0, -10, 10, 3 +narrowToWideOxygen = array, F32, 5140, [8], "ratio", 1, 0, -40, 40, 2 +crankingAdvanceBins = array, U16, 5172, [4], "RPM", 1, 0, 0, 25000, 0 +crankingAdvance = array, S16, 5180, [4], "deg", 0.01, 0, -20, 90, 2 +iacCoastingRpmBins = array, U08, 5188, [16], "RPM", 100.0, 0, 0, 25000, 0 +iacCoasting = array, U08, 5204, [16], "%", 0.5, 0, 0, 100, 1 +warning_message = string, ASCII, 5220, 120 +afterstartCoolantBins = array, F32, 5340, [8], "C", 1, 0, -100, 250, 0 +afterstartHoldTime = array, F32, 5372, [8], "Seconds", 1, 0, 0, 100, 1 +afterstartEnrich = array, F32, 5404, [8], "%", 1, 0, 0, 600, 1 +afterstartDecayTime = array, F32, 5436, [8], "Seconds", 1, 0, 0, 100, 1 +boostTableOpenLoop = array, U08, 5468, [8x8], "", 0.5, 0, 0, 100, 1 +boostRpmBins = array, U08, 5532, [8], "RPM", 100.0, 0, 0, 25000, 0 +boostTableClosedLoop = array, U08, 5540, [8x8], "", 2.0, 0, 0, 3000, 0 +boostTpsBins = array, U08, 5604, [8], "%", 1, 0, 0, 100, 0 +pedalToTpsTable = array, U08, 5612, [8x8], "%", 1, 0, 0, 100, 0 +pedalToTpsPedalBins = array, U08, 5676, [8], "%", 1, 0, 0, 120, 0 +pedalToTpsRpmBins = array, U08, 5684, [8], "RPM", 100.0, 0, 0, 25000, 0 +cltCrankingCorrBins = array, F32, 5692, [8], "C", 1, 0, -100, 250, 2 +cltCrankingCorr = array, F32, 5724, [8], "%", 1, 0, 0, 500, 2 +idleAdvanceBins = array, U08, 5756, [8], "RPM", 50.0, 0, 0, 12000, 0 +idleAdvance = array, F32, 5764, [8], "deg", 1, 0, -20, 90, 1 +idleVeRpmBins = array, U08, 5796, [4], "RPM", 10.0, 0, 0, 2500, 0 +idleVeLoadBins = array, U08, 5800, [4], "load", 1, 0, 0, 100, 0 +idleVeTable = array, U16, 5804, [4x4], "%", 0.1, 0, 0, 999, 1 +luaScript = string, ASCII, 5836, 8000 +cltFuelCorrBins = array, F32, 13836, [16], "C", 1, 0, -100, 250, 2 +cltFuelCorr = array, F32, 13900, [16], "ratio", 1, 0, 0, 5, 2 +iatFuelCorrBins = array, F32, 13964, [16], "C", 1, 0, -100, 250, 2 +iatFuelCorr = array, F32, 14028, [16], "ratio", 1, 0, 0, 5, 2 +crankingFuelCoef = array, F32, 14092, [8], "ratio", 1, 0, 0, 50, 2 +crankingFuelBins = array, F32, 14124, [8], "C", 1, 0, -80, 170, 2 +crankingCycleCoef = array, F32, 14156, [8], "ratio", 1, 0, 0, 5, 2 +crankingCycleBins = array, F32, 14188, [8], "counter", 1, 0, -80, 170, 0 +cltIdleCorrBins = array, F32, 14220, [16], "C", 1, 0, -100, 250, 2 +cltIdleCorr = array, F32, 14284, [16], "ratio", 1, 0, 0, 10, 2 +mafDecoding = array, F32, 14348, [256], "kg/hour", 1, 0, -500, 4000, 2 +mafDecodingBins = array, F32, 15372, [256], "V", 1, 0, -5, 150, 2 +ignitionIatCorrTable = array, S08, 16396, [8x8], "deg", 0.1, 0, -25, 25, 1 +ignitionIatCorrTempBins = array, S08, 16460, [8], "C", 1, 0, -40, 120, 0 +ignitionIatCorrLoadBins = array, U08, 16468, [8], "Load", 5.0, 0, 0, 1000, 0 +injectionPhase = array, S16, 16476, [16x16], "deg", 1, 0, -720, 720, 0 +injPhaseLoadBins = array, U16, 16988, [16], "Load", 1, 0, 0, 1000, 0 +injPhaseRpmBins = array, U16, 17020, [16], "RPM", 1, 0, 0, 18000, 0 +tcuSolenoidTable = array, U08, 17052, [6x10], "onoff", 1, 0, 0, 1, 0 +mapEstimateTable = array, U16, 17112, [16x16], "kPa", 0.01, 0, 0, 600, 2 +mapEstimateTpsBins = array, U16, 17624, [16], "% TPS", 0.01, 0, 0, 100, 1 +mapEstimateRpmBins = array, U16, 17656, [16], "RPM", 1, 0, 0, 18000, 0 +vvtTable1 = array, S08, 17688, [8x8], "value", 1, 0, -125, 125, 0 +vvtTable1LoadBins = array, U16, 17752, [8], "L", 1, 0, 0, 1000, 0 +vvtTable1RpmBins = array, U16, 17768, [8], "RPM", 1, 0, 0, 18000, 0 +vvtTable2 = array, S08, 17784, [8x8], "value", 1, 0, -125, 125, 0 +vvtTable2LoadBins = array, U16, 17848, [8], "L", 1, 0, 0, 1000, 0 +vvtTable2RpmBins = array, U16, 17864, [8], "RPM", 1, 0, 0, 18000, 0 +ignitionTable = array, S16, 17880, [16x16], "deg", 0.1, 0, -20, 90, 1 +ignitionLoadBins = array, U16, 18392, [16], "Load", 1, 0, 0, 1000, 0 +ignitionRpmBins = array, U16, 18424, [16], "RPM", 1, 0, 0, 18000, 0 +veTable = array, U16, 18456, [16x16], "%", 0.1, 0, 0, 999, 1 +veLoadBins = array, U16, 18968, [16], "kPa", 1, 0, 0, 1000, 0 +veRpmBins = array, U16, 19000, [16], "RPM", 1, 0, 0, 18000, 0 +#if LAMBDA +lambdaTable = array, U08, 19032, [16x16], "lambda", 0.006802721088435374, 0, 0.6, 1.5, 2 +#else +lambdaTable = array, U08, 19032, [16x16], "afr", 0.1, 0, 0, 25, 1 +#endif +lambdaLoadBins = array, U16, 19288, [16], "", 1, 0, 0, 1000, 0 +lambdaRpmBins = array, U16, 19320, [16], "RPM", 1, 0, 0, 18000, 0 +tpsTpsAccelTable = array, F32, 19352, [8x8], "value", 1, 0, 0, 30000, 2 +tpsTpsAccelFromRpmBins = array, F32, 19608, [8], "from", 1, 0, 0, 30000, 2 +tpsTpsAccelToRpmBins = array, F32, 19640, [8], "to", 1, 0, 0, 25500, 2 +scriptTable1 = array, F32, 19672, [8x8], "value", 1, 0, -100000, 100000, 2 +scriptTable1LoadBins = array, S16, 19928, [8], "L", 1, 0, -32000, 32000, 0 +scriptTable1RpmBins = array, S16, 19944, [8], "RPM", 1, 0, -32000, 32000, 0 +scriptTable2 = array, U08, 19960, [8x8], "value", 1, 0, 0, 255, 0 +scriptTable2LoadBins = array, S16, 20024, [8], "L", 1, 0, -32000, 32000, 0 +scriptTable2RpmBins = array, S16, 20040, [8], "RPM", 1, 0, -32000, 32000, 0 +scriptTable3 = array, U08, 20056, [8x8], "value", 1, 0, 0, 255, 0 +scriptTable3LoadBins = array, S16, 20120, [8], "L", 1, 0, -32000, 32000, 0 +scriptTable3RpmBins = array, S16, 20136, [8], "RPM", 1, 0, -32000, 32000, 0 +scriptTable4 = array, U08, 20152, [8x8], "value", 1, 0, 0, 255, 0 +scriptTable4LoadBins = array, S16, 20216, [8], "L", 1, 0, -32000, 32000, 0 +scriptTable4RpmBins = array, S16, 20232, [8], "RPM", 1, 0, -32000, 32000, 0 +ignTrimLoadBins = array, U16, 20248, [4], "", 1, 0, 0, 1000, 0 +ignTrimRpmBins = array, U16, 20256, [4], "rpm", 1, 0, 0, 20000, 0 +ignTrims1_table = array, S08, 20264, [4x4], "", 0.2, 0, -25, 25, 1 +ignTrims2_table = array, S08, 20280, [4x4], "", 0.2, 0, -25, 25, 1 +ignTrims3_table = array, S08, 20296, [4x4], "", 0.2, 0, -25, 25, 1 +ignTrims4_table = array, S08, 20312, [4x4], "", 0.2, 0, -25, 25, 1 +ignTrims5_table = array, S08, 20328, [4x4], "", 0.2, 0, -25, 25, 1 +ignTrims6_table = array, S08, 20344, [4x4], "", 0.2, 0, -25, 25, 1 +ignTrims7_table = array, S08, 20360, [4x4], "", 0.2, 0, -25, 25, 1 +ignTrims8_table = array, S08, 20376, [4x4], "", 0.2, 0, -25, 25, 1 +ignTrims9_table = array, S08, 20392, [4x4], "", 0.2, 0, -25, 25, 1 +ignTrims10_table = array, S08, 20408, [4x4], "", 0.2, 0, -25, 25, 1 +ignTrims11_table = array, S08, 20424, [4x4], "", 0.2, 0, -25, 25, 1 +ignTrims12_table = array, S08, 20440, [4x4], "", 0.2, 0, -25, 25, 1 +fuelTrimLoadBins = array, U16, 20456, [4], "", 1, 0, 0, 1000, 0 +fuelTrimRpmBins = array, U16, 20464, [4], "rpm", 1, 0, 0, 20000, 0 +fuelTrims1_table = array, S08, 20472, [4x4], "", 0.2, 0, -25, 25, 1 +fuelTrims2_table = array, S08, 20488, [4x4], "", 0.2, 0, -25, 25, 1 +fuelTrims3_table = array, S08, 20504, [4x4], "", 0.2, 0, -25, 25, 1 +fuelTrims4_table = array, S08, 20520, [4x4], "", 0.2, 0, -25, 25, 1 +fuelTrims5_table = array, S08, 20536, [4x4], "", 0.2, 0, -25, 25, 1 +fuelTrims6_table = array, S08, 20552, [4x4], "", 0.2, 0, -25, 25, 1 +fuelTrims7_table = array, S08, 20568, [4x4], "", 0.2, 0, -25, 25, 1 +fuelTrims8_table = array, S08, 20584, [4x4], "", 0.2, 0, -25, 25, 1 +fuelTrims9_table = array, S08, 20600, [4x4], "", 0.2, 0, -25, 25, 1 +fuelTrims10_table = array, S08, 20616, [4x4], "", 0.2, 0, -25, 25, 1 +fuelTrims11_table = array, S08, 20632, [4x4], "", 0.2, 0, -25, 25, 1 +fuelTrims12_table = array, S08, 20648, [4x4], "", 0.2, 0, -25, 25, 1 +crankingFuelCoefE100 = array, U16, 20664, [8], "ratio", 0.01, 0, 0, 50, 2 +tcu_pcAirmassBins = array, U08, 20680, [8], "Airmass", 0.02, 0, 0, 255, 2 +tcu_pcValsR = array, U08, 20688, [8], "%", 1, 0, 0, 255, 0 +tcu_pcValsN = array, U08, 20696, [8], "%", 1, 0, 0, 255, 0 +tcu_pcVals1 = array, U08, 20704, [8], "%", 1, 0, 0, 255, 0 +tcu_pcVals2 = array, U08, 20712, [8], "%", 1, 0, 0, 255, 0 +tcu_pcVals3 = array, U08, 20720, [8], "%", 1, 0, 0, 255, 0 +tcu_pcVals4 = array, U08, 20728, [8], "%", 1, 0, 0, 255, 0 +tcu_pcVals12 = array, U08, 20736, [8], "%", 1, 0, 0, 255, 0 +tcu_pcVals23 = array, U08, 20744, [8], "%", 1, 0, 0, 255, 0 +tcu_pcVals34 = array, U08, 20752, [8], "%", 1, 0, 0, 255, 0 +tcu_pcVals21 = array, U08, 20760, [8], "%", 1, 0, 0, 255, 0 +tcu_pcVals32 = array, U08, 20768, [8], "%", 1, 0, 0, 255, 0 +tcu_pcVals43 = array, U08, 20776, [8], "%", 1, 0, 0, 255, 0 +tcu_tccTpsBins = array, U08, 20784, [8], "TPS", 1, 0, 0, 255, 0 +tcu_tccLockSpeed = array, U08, 20792, [8], "MPH", 1, 0, 0, 255, 0 +tcu_tccUnlockSpeed = array, U08, 20800, [8], "MPH", 1, 0, 0, 255, 0 +tcu_32SpeedBins = array, U08, 20808, [8], "KPH", 1, 0, 0, 255, 0 +tcu_32Vals = array, U08, 20816, [8], "%", 1, 0, 0, 255, 0 +throttle2TrimTable = array, S08, 20824, [6x6], "%", 0.1, 0, -10, 10, 1 +throttle2TrimTpsBins = array, U08, 20860, [6], "%", 1, 0, 0, 120, 0 +throttle2TrimRpmBins = array, U08, 20866, [6], "RPM", 100.0, 0, 0, 25000, 0 +maxKnockRetardTable = array, U08, 20872, [6x6], "deg", 0.25, 0, 0, 30, 2 +maxKnockRetardLoadBins = array, U08, 20908, [6], "%", 1, 0, 0, 250, 0 +maxKnockRetardRpmBins = array, U08, 20914, [6], "RPM", 100.0, 0, 0, 25000, 0 +ALSTimingRetardTable = array, S16, 20920, [4x4], "deg", 0.1, 0, -60, 0, 1 +alsIgnRetardLoadBins = array, U16, 20952, [4], "TPS", 1, 0, 0, 100, 0 +alsIgnRetardrpmBins = array, U16, 20960, [4], "RPM", 1, 0, 0, 25000, 0 +ALSFuelAdjustment = array, S16, 20968, [4x4], "percent", 0.1, 0, 0, 50, 1 +alsFuelAdjustmentLoadBins = array, U16, 21000, [4], "TPS", 1, 0, 0, 100, 0 +alsFuelAdjustmentrpmBins = array, U16, 21008, [4], "RPM", 1, 0, 0, 25000, 0 +ALSIgnSkipTable = array, S16, 21016, [4x4], "ratio", 10.0, 0, 0, 50, 1 +alsIgnSkipLoadBins = array, U16, 21048, [4], "TPS", 1, 0, 0, 100, 0 +alsIgnSkiprpmBins = array, U16, 21056, [4], "RPM", 1, 0, 0, 25000, 0 +ignBlends1_table = array, S16, 21064, [8x8], "", 0.1, 0, -100, 100, 1 +ignBlends1_loadBins = array, U16, 21192, [8], "Load", 1, 0, 0, 1000, 0 +ignBlends1_rpmBins = array, U16, 21208, [8], "RPM", 1, 0, 0, 18000, 0 +ignBlends1_blendParameter = bits, U08, 21224, [0:4], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)" +ignBlends1_blendBins = array, S16, 21226, [8], "", 0.1, 0, -1000, 1000, 1 +ignBlends1_blendValues = array, U08, 21242, [8], "%", 0.5, 0, 0, 100, 1 +ignBlends2_table = array, S16, 21252, [8x8], "", 0.1, 0, -100, 100, 1 +ignBlends2_loadBins = array, U16, 21380, [8], "Load", 1, 0, 0, 1000, 0 +ignBlends2_rpmBins = array, U16, 21396, [8], "RPM", 1, 0, 0, 18000, 0 +ignBlends2_blendParameter = bits, U08, 21412, [0:4], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)" +ignBlends2_blendBins = array, S16, 21414, [8], "", 0.1, 0, -1000, 1000, 1 +ignBlends2_blendValues = array, U08, 21430, [8], "%", 0.5, 0, 0, 100, 1 +ignBlends3_table = array, S16, 21440, [8x8], "", 0.1, 0, -100, 100, 1 +ignBlends3_loadBins = array, U16, 21568, [8], "Load", 1, 0, 0, 1000, 0 +ignBlends3_rpmBins = array, U16, 21584, [8], "RPM", 1, 0, 0, 18000, 0 +ignBlends3_blendParameter = bits, U08, 21600, [0:4], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)" +ignBlends3_blendBins = array, S16, 21602, [8], "", 0.1, 0, -1000, 1000, 1 +ignBlends3_blendValues = array, U08, 21618, [8], "%", 0.5, 0, 0, 100, 1 +ignBlends4_table = array, S16, 21628, [8x8], "", 0.1, 0, -100, 100, 1 +ignBlends4_loadBins = array, U16, 21756, [8], "Load", 1, 0, 0, 1000, 0 +ignBlends4_rpmBins = array, U16, 21772, [8], "RPM", 1, 0, 0, 18000, 0 +ignBlends4_blendParameter = bits, U08, 21788, [0:4], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)" +ignBlends4_blendBins = array, S16, 21790, [8], "", 0.1, 0, -1000, 1000, 1 +ignBlends4_blendValues = array, U08, 21806, [8], "%", 0.5, 0, 0, 100, 1 +veBlends1_table = array, S16, 21816, [8x8], "", 0.1, 0, -100, 100, 1 +veBlends1_loadBins = array, U16, 21944, [8], "Load", 1, 0, 0, 1000, 0 +veBlends1_rpmBins = array, U16, 21960, [8], "RPM", 1, 0, 0, 18000, 0 +veBlends1_blendParameter = bits, U08, 21976, [0:4], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)" +veBlends1_blendBins = array, S16, 21978, [8], "", 0.1, 0, -1000, 1000, 1 +veBlends1_blendValues = array, U08, 21994, [8], "%", 0.5, 0, 0, 100, 1 +veBlends2_table = array, S16, 22004, [8x8], "", 0.1, 0, -100, 100, 1 +veBlends2_loadBins = array, U16, 22132, [8], "Load", 1, 0, 0, 1000, 0 +veBlends2_rpmBins = array, U16, 22148, [8], "RPM", 1, 0, 0, 18000, 0 +veBlends2_blendParameter = bits, U08, 22164, [0:4], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)" +veBlends2_blendBins = array, S16, 22166, [8], "", 0.1, 0, -1000, 1000, 1 +veBlends2_blendValues = array, U08, 22182, [8], "%", 0.5, 0, 0, 100, 1 +veBlends3_table = array, S16, 22192, [8x8], "", 0.1, 0, -100, 100, 1 +veBlends3_loadBins = array, U16, 22320, [8], "Load", 1, 0, 0, 1000, 0 +veBlends3_rpmBins = array, U16, 22336, [8], "RPM", 1, 0, 0, 18000, 0 +veBlends3_blendParameter = bits, U08, 22352, [0:4], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)" +veBlends3_blendBins = array, S16, 22354, [8], "", 0.1, 0, -1000, 1000, 1 +veBlends3_blendValues = array, U08, 22370, [8], "%", 0.5, 0, 0, 100, 1 +veBlends4_table = array, S16, 22380, [8x8], "", 0.1, 0, -100, 100, 1 +veBlends4_loadBins = array, U16, 22508, [8], "Load", 1, 0, 0, 1000, 0 +veBlends4_rpmBins = array, U16, 22524, [8], "RPM", 1, 0, 0, 18000, 0 +veBlends4_blendParameter = bits, U08, 22540, [0:4], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)" +veBlends4_blendBins = array, S16, 22542, [8], "", 0.1, 0, -1000, 1000, 1 +veBlends4_blendValues = array, U08, 22558, [8], "%", 0.5, 0, 0, 100, 1 +throttleEstimateEffectiveAreaBins = array, U16, 22568, [12], "%", 0.1, 0, 0, 100, 1 +throttleEstimateEffectiveAreaValues = array, U16, 22592, [12], "g/s", 0.1, 0, 0, 6500, 1 +boostOpenLoopBlends1_table = array, S16, 22616, [8x8], "", 0.1, 0, -100, 100, 1 +boostOpenLoopBlends1_loadBins = array, U16, 22744, [8], "Load", 1, 0, 0, 1000, 0 +boostOpenLoopBlends1_rpmBins = array, U16, 22760, [8], "RPM", 1, 0, 0, 18000, 0 +boostOpenLoopBlends1_blendParameter = bits, U08, 22776, [0:4], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)" +boostOpenLoopBlends1_blendBins = array, S16, 22778, [8], "", 0.1, 0, -1000, 1000, 1 +boostOpenLoopBlends1_blendValues = array, U08, 22794, [8], "%", 0.5, 0, 0, 100, 1 +boostOpenLoopBlends2_table = array, S16, 22804, [8x8], "", 0.1, 0, -100, 100, 1 +boostOpenLoopBlends2_loadBins = array, U16, 22932, [8], "Load", 1, 0, 0, 1000, 0 +boostOpenLoopBlends2_rpmBins = array, U16, 22948, [8], "RPM", 1, 0, 0, 18000, 0 +boostOpenLoopBlends2_blendParameter = bits, U08, 22964, [0:4], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)" +boostOpenLoopBlends2_blendBins = array, S16, 22966, [8], "", 0.1, 0, -1000, 1000, 1 +boostOpenLoopBlends2_blendValues = array, U08, 22982, [8], "%", 0.5, 0, 0, 100, 1 +boostClosedLoopBlends1_table = array, S16, 22992, [8x8], "", 0.1, 0, -100, 100, 1 +boostClosedLoopBlends1_loadBins = array, U16, 23120, [8], "Load", 1, 0, 0, 1000, 0 +boostClosedLoopBlends1_rpmBins = array, U16, 23136, [8], "RPM", 1, 0, 0, 18000, 0 +boostClosedLoopBlends1_blendParameter = bits, U08, 23152, [0:4], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)" +boostClosedLoopBlends1_blendBins = array, S16, 23154, [8], "", 0.1, 0, -1000, 1000, 1 +boostClosedLoopBlends1_blendValues = array, U08, 23170, [8], "%", 0.5, 0, 0, 100, 1 +boostClosedLoopBlends2_table = array, S16, 23180, [8x8], "", 0.1, 0, -100, 100, 1 +boostClosedLoopBlends2_loadBins = array, U16, 23308, [8], "Load", 1, 0, 0, 1000, 0 +boostClosedLoopBlends2_rpmBins = array, U16, 23324, [8], "RPM", 1, 0, 0, 18000, 0 +boostClosedLoopBlends2_blendParameter = bits, U08, 23340, [0:4], "Zero", "TPS", "MAP", "CLT", "IAT", "Fuel Load", "Ignition Load", "Aux Temp 1", "Aux Temp 2", "Accel Pedal", "Battery Voltage", "VVT 1 I", "VVT 1 E", "VVT 2 I", "VVT 2 E", "Ethanol (Flex) %", "Aux Linear 1", "Aux Linear 2", "GPPWM Output 1", "GPPWM Output 2", "GPPWM Output 3", "GPPWM Output 4", "Lua Gauge 1", "Lua Gauge 2", "RPM", "Gear (detected)" +boostClosedLoopBlends2_blendBins = array, S16, 23342, [8], "", 0.1, 0, -1000, 1000, 1 +boostClosedLoopBlends2_blendValues = array, U08, 23358, [8], "%", 0.5, 0, 0, 100, 1 +tcu_rangeP = array, U08, 23368, [6], "level", 1, 0, 0, 3, 0 +tcu_rangeR = array, U08, 23374, [6], "level", 1, 0, 0, 3, 0 +tcu_rangeN = array, U08, 23380, [6], "level", 1, 0, 0, 3, 0 +tcu_rangeD = array, U08, 23386, [6], "level", 1, 0, 0, 3, 0 +tcu_rangeM = array, U08, 23392, [6], "level", 1, 0, 0, 3, 0 +tcu_rangeM3 = array, U08, 23398, [6], "level", 1, 0, 0, 3, 0 +tcu_rangeM2 = array, U08, 23404, [6], "level", 1, 0, 0, 3, 0 +tcu_rangeM1 = array, U08, 23410, [6], "level", 1, 0, 0, 3, 0 +tcu_rangePlus = array, U08, 23416, [6], "level", 1, 0, 0, 3, 0 +tcu_rangeMinus = array, U08, 23422, [6], "level", 1, 0, 0, 3, 0 +tcu_rangeLow = array, U08, 23428, [6], "level", 1, 0, 0, 3, 0 +lambdaMaxDeviationTable = array, U08, 23434, [4x4], "lambda", 0.01, 0, 0, 1, 2 +lambdaMaxDeviationLoadBins = array, U16, 23450, [4], "", 1, 0, 0, 1000, 0 +lambdaMaxDeviationRpmBins = array, U16, 23458, [4], "RPM", 1, 0, 0, 18000, 0 +; total TS size = 23468 +[SettingContextHelp] + engineType = "http://rusefi.com/wiki/index.php?title=Manual:Engine_Type\nset engine_type X" + sensorSnifferRpmThreshold = "Disable sensor sniffer above this rpm" + launchRpm = "A secondary Rev limit engaged by the driver to help launch the vehicle faster" + rpmHardLimit = "set rpm_hard_limit X" + engineSnifferRpmThreshold = "Engine sniffer would be disabled above this rpm\nset engineSnifferRpmThreshold X" + multisparkMaxRpm = "Disable multispark above this engine speed." + maxAcRpm = "Above this RPM, disable AC. Set to 0 to disable check." + maxAcTps = "Above this TPS, disable AC. Set to 0 to disable check." + maxAcClt = "Above this CLT, disable AC to prevent overheating the engine. Set to 0 to disable check." + multisparkMaxSparkingAngle = "This parameter sets the latest that the last multispark can occur after the main ignition event. For example, if the ignition timing is 30 degrees BTDC, and this parameter is set to 45, no multispark will ever be fired after 15 degrees ATDC." + multisparkMaxExtraSparkCount = "Configures the maximum number of extra sparks to fire (does not include main spark)" + injector_flow = "This is your injector flow at the fuel pressure used in the vehicle. cc/min, cubic centimetre per minute\nBy the way, g/s = 0.125997881 * (lb/hr)\ng/s = 0.125997881 * (cc/min)/10.5\ng/s = 0.0119997981 * cc/min" + injector_battLagCorr = "ms delay between injector open and close dead times" + isForcedInduction = "Does the vehicle have a turbo or supercharger?" + useFordRedundantTps = "On some Ford and Toyota vehicles one of the throttle sensors is not linear on the full range, i.e. in the specific range of the positions we effectively have only one sensor." + enableFan1WithAc = "Turn on this fan when AC is on." + enableFan2WithAc = "Turn on this fan when AC is on." + disableFan1WhenStopped = "Inhibit operation of this fan while the engine is not running." + disableFan2WhenStopped = "Inhibit operation of this fan while the engine is not running." + enableTrailingSparks = "Enable secondary spark outputs that fire after the primary (rotaries, twin plug engines)." + etb_use_two_wires = "TLE7209 uses two-wire mode. TLE9201 and VNH2SP30 do NOT use two wire mode." + isDoubleSolenoidIdle = "Subaru/BMW style where default valve position is somewhere in the middle. First solenoid opens it more while second can close it more than default position." + useCicPidForIdle = "Switch between Industrial and Cic PID implementation" + useSeparateIdleTablesForCrankingTaper = "This uses separate ignition timing and VE tables not only for idle conditions, also during the postcranking-to-idle taper transition (See also afterCrankingIACtaperDuration)." + doNotFilterTriggerEdgeNoise = "Detect double trigger edges" + useRunningMathForCranking = "For cranking either use the specified fixed base fuel mass, or use the normal running math (VE table)." + displayLogicLevelsInEngineSniffer = "Shall we display real life signal or just the part consumed by trigger decoder.\nApplies to both trigger and cam/vvt input.\n\nenable logic_level_trigger" + verboseCan = "Print incoming and outgoing first bus CAN messages in rusEFI console" + artificialTestMisfire = "Experimental setting that will cause a misfire\nDO NOT ENABLE." + useFordRedundantPps = "On some Ford and Toyota vehicles one of the pedal sensors is not linear on the full range, i.e. in the specific range of the positions we effectively have only one sensor." + tpsMin = "Closed throttle, 1 volt = 200 units.\nSee also tps1_1AdcChannel\nset tps_min X" + tpsMax = "Full throttle.\nSee also tps1_1AdcChannel\nset tps_max X" + tpsErrorDetectionTooLow = "TPS error detection: what throttle % is unrealistically low?\nAlso used for accelerator pedal error detection if so equiped." + tpsErrorDetectionTooHigh = "TPS error detection: what throttle % is unrealistically high?\nAlso used for accelerator pedal error detection if so equiped." + cranking_baseFuel = "Base mass of the per-cylinder fuel injected during cranking. This is then modified by the multipliers for CLT, IAT, TPS ect, to give the final cranking pulse width.\nA reasonable starting point is 60mg per liter per cylinder.\nex: 2 liter 4 cyl = 500cc/cyl, so 30mg cranking fuel." + cranking_rpm = "This sets the RPM limit below which the ECU will use cranking fuel and ignition logic, typically this is around 350-450rpm. \nset cranking_rpm X" + ignitionDwellForCrankingMs = "Dwell duration while cranking" + etbRevLimitStart = "Once engine speed passes this value, start reducing ETB angle." + etbRevLimitRange = "This far above 'Soft limiter start', fully close the throttle. At the bottom of the range, throttle control is normal. At the top of the range, the throttle is fully closed." + map_samplingAngle = "MAP averaging sampling start crank degree angle" + map_samplingWindow = "MAP averaging angle crank degree duration" + map_sensor_lowValue = "kPa value at low volts" + map_sensor_highValue = "kPa value at high volts" + clt_tempC_1 = "these values are in Celcius" + clt_bias_resistor = "Pull-up resistor value on your board" + iat_tempC_1 = "these values are in Celcius" + iat_bias_resistor = "Pull-up resistor value on your board" + hip9011PrescalerAndSDO = "value '6' for 8MHz hw osc\nread hip9011 datasheet for details\ntodo split into two bit fields" + knockBandCustom = "We calculate knock band based of cylinderBore\n Use this to override - kHz knock band override" + displacement = "Engine displacement in litres" + cylindersCount = "Number of cylinder the engine has." + cylinderBore = "Cylinder diameter in mm." + fuelAlgorithm = "This setting controls which fuel quantity control algorithm is used.\nAlpha-N means drive by TPS commonly only used for NA engines\nSpeed Density requires MAP sensor and is the default choice for may installs\nMAF air charge is a cylinder filling based method that uses a mass air flow sensor." + crankingInjectionMode = "This is the injection strategy during engine start. See Fuel/Injection settings for more detail. It is suggested to use "Simultaneous"." + injectionMode = "This is where the fuel injection type is defined: "Simultaneous" means all injectors will fire together at once. "Sequential" fires the injectors on a per cylinder basis, which requires individually wired injectors. "Batched" will fire the injectors in groups." + boostControlMinRpm = "Minimum RPM to enable boost control. Use this to avoid solenoid noise at idle, and help spool in some cases." + boostControlMinTps = "Minimum TPS to enable boost control. Use this to avoid solenoid noise at idle, and help spool in some cases." + boostControlMinMap = "Minimum MAP to enable boost control. Use this to avoid solenoid noise at idle, and help spool in some cases." + crankingTimingAngle = "Ignition advance angle used during engine cranking, 5-10 degrees will work as a base setting for most engines.\nThere is tapering towards running timing advance\nset cranking_timing_angle X" + ignitionMode = "Single coil = distributor\nIndividual coils = one coil per cylinder (COP, coil-near-plug), requires sequential mode\nWasted spark = Fires pairs of cylinders together, either one coil per pair of cylinders or one coil per cylinder\nTwo distributors = A pair of distributors, found on some BMW, Toyota and other engines\nset ignition_mode X" + gapTrackingLengthOverride = "How many consecutive gap rations have to match expected ranges for sync to happen" + maxIdleVss = "Above this speed, disable closed loop idle control. Set to 0 to disable (allow closed loop idle at any speed)." + minOilPressureAfterStart = "Expected oil pressure after starting the engine. If oil pressure does not reach this level within 5 seconds of engine start, fuel will be cut. Set to 0 to disable and always allow starting." + timingMode = "Dynamic uses the timing map to decide the ignition timing, Static timing fixes the timing to the value set below (only use for checking static timing with a timing light)." + fixedModeTiming = "This value is the ignition timing used when in 'fixed timing' mode, i.e. constant timing\nThis mode is useful when adjusting distributor location." + globalTriggerAngleOffset = "Angle between Top Dead Center (TDC) and the first trigger event.\nPositive value in case of synchnization point before TDC and negative in case of synchnization point after TDC\n.Knowing this angle allows us to control timing and other angles in reference to TDC.\nset global_trigger_offset_angle X" + analogInputDividerCoefficient = "Ratio/coefficient of input voltage dividers on your PCB. For example, use '2' if your board divides 5v into 2.5v. Use '1.66' if your board divides 5v into 3v." + vbattDividerCoeff = "This is the ratio of the resistors for the battery voltage, measure the voltage at the battery and then adjust this number until the gauge matches the reading." + fanOnTemperature = "Cooling fan turn-on temperature threshold, in Celsius" + fanOffTemperature = "Cooling fan turn-off temperature threshold, in Celsius" + driveWheelRevPerKm = "Number of revolutions per kilometer for the wheels your vehicle speed sensor is connected to. Use an online calculator to determine this based on your tire size." + canNbcType = "set can_mode X" + canSleepPeriodMs = "CANbus thread period in ms" + tps1_1AdcChannel = "First throttle body, first sensor. See also pedalPositionAdcChannel" + vbattAdcChannel = "This is the processor input pin that the battery voltage circuit is connected to, if you are unsure of what pin to use, check the schematic that corresponds to your PCB." + fuelLevelSensor = "This is the processor pin that your fuel level sensor in connected to. This is a non standard input so will need to be user defined." + tps2_1AdcChannel = "Second throttle body position sensor, single channel so far\nset_analog_input_pin tps2 X" + idle_derivativeFilterLoss = "0.1 is a good default value" + trailingSparkAngle = "just a temporary solution" + trigger_type = "https://github.com/rusefi/rusefi/wiki/All-Supported-Triggers\nset trigger_type X" + airByRpmTaper = "Extra air taper amount" + boostControlSafeDutyCycle = "Duty cycle to use in case of a sensor failure. This duty cycle should produce the minimum possible amount of boost. This duty is also used in case any of the minimum RPM/TPS/MAP conditions are not met." + camInputs1 = "Camshaft input could be used either just for engine phase detection if your trigger shape does not include cam sensor as 'primary' channel, or it could be used for Variable Valve timing on one of the camshafts. 1" + camInputs2 = "Camshaft input could be used either just for engine phase detection if your trigger shape does not include cam sensor as 'primary' channel, or it could be used for Variable Valve timing on one of the camshafts. 2" + camInputs3 = "Camshaft input could be used either just for engine phase detection if your trigger shape does not include cam sensor as 'primary' channel, or it could be used for Variable Valve timing on one of the camshafts. 3" + camInputs4 = "Camshaft input could be used either just for engine phase detection if your trigger shape does not include cam sensor as 'primary' channel, or it could be used for Variable Valve timing on one of the camshafts. 4" + throttlePedalPositionAdcChannel = "Electronic throttle pedal position first channel\nSee throttlePedalPositionSecondAdcChannel for second channel\nSee also tps1_1AdcChannel\nset_analog_input_pin pps X\nSee throttlePedalUpVoltage and throttlePedalWOTVoltage" + throttlePedalUpPin = "Throttle Pedal not pressed switch - used on some older vehicles like early Mazda Miata" + baroSensor_lowValue = "kPa value at low volts" + baroSensor_highValue = "kPa value at high volts" + manIdlePosition = "Value between 0 and 100 used in Manual mode" + knockRetardAggression = "Ignition timing to remove when a knock event occurs." + knockRetardReapplyRate = "After a knock event, reapply timing at this rate." + engineSyncCam = "Select which cam is used for engine sync. Other cams will be used only for VVT measurement, but not engine sync." + vssFilterReciprocal = "Set this so your vehicle speed signal is responsive, but not noisy. Larger value give smoother but slower response." + vssGearRatio = "Number of turns of your vehicle speed sensor per turn of the wheels. For example if your sensor is on the transmission output, enter your axle/differential ratio. If you are using a hub-mounted sensor, enter a value of 1.0." + vssToothCount = "Number of pulses output per revolution of the shaft where your VSS is mounted. For example, GM applications of the T56 output 17 pulses per revolution of the transmission output shaft." + idleVeOverrideMode = "Override the Y axis (load) value used for only the Idle VE table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this." + injectionPins1 = "injectionPins 1" + injectionPins2 = "injectionPins 2" + injectionPins3 = "injectionPins 3" + injectionPins4 = "injectionPins 4" + injectionPins5 = "injectionPins 5" + injectionPins6 = "injectionPins 6" + injectionPins7 = "injectionPins 7" + injectionPins8 = "injectionPins 8" + injectionPins9 = "injectionPins 9" + injectionPins10 = "injectionPins 10" + injectionPins11 = "injectionPins 11" + injectionPins12 = "injectionPins 12" + ignitionPins1 = "ignitionPins 1" + ignitionPins2 = "ignitionPins 2" + ignitionPins3 = "ignitionPins 3" + ignitionPins4 = "ignitionPins 4" + ignitionPins5 = "ignitionPins 5" + ignitionPins6 = "ignitionPins 6" + ignitionPins7 = "ignitionPins 7" + ignitionPins8 = "ignitionPins 8" + ignitionPins9 = "ignitionPins 9" + ignitionPins10 = "ignitionPins 10" + ignitionPins11 = "ignitionPins 11" + ignitionPins12 = "ignitionPins 12" + malfunctionIndicatorPin = "Check engine light, also malfunction indicator light. Always blinks once on boot." + clutchDownPin = "Some cars have a switch to indicate that clutch pedal is all the way down" + digitalPotentiometerChipSelect1 = "digitalPotentiometerChipSelect 1" + digitalPotentiometerChipSelect2 = "digitalPotentiometerChipSelect 2" + digitalPotentiometerChipSelect3 = "digitalPotentiometerChipSelect 3" + digitalPotentiometerChipSelect4 = "digitalPotentiometerChipSelect 4" + digitalPotentiometerSpiDevice = "Digital Potentiometer is used by stock ECU stimulation code" + auxFastSensor1_adcChannel = "Useful in Research&Development phase" + tps1_2AdcChannel = "First throttle body, second sensor." + tps2_2AdcChannel = "Second throttle body, second sensor." + throttlePedalPositionSecondAdcChannel = "Electronic throttle pedal position input\nSecond channel\nSee also tps1_1AdcChannel\nSee throttlePedalSecondaryUpVoltage and throttlePedalSecondaryWOTVoltage" + afr_type = "AFR, WBO, EGO - whatever you like to call it" + idle_antiwindupFreq = "0.1 is a good default value" + triggerInputPins1 = "triggerInputPins 1" + triggerInputPins2 = "triggerInputPins 2" + mc33_t_min_boost = "Minimum allowed time for the boost phase. If the boost target current is reached before this time elapses, it is assumed that the injector has failed short circuit." + canTxPin = "set_can_tx_pin X" + canRxPin = "set_can_rx_pin X" + acIdleExtraOffset = "Additional idle % while A/C is active" + finalGearRatio = "Ratio between the wheels and your transmission output." + wastegatePositionMin = "Voltage when the wastegate is closed.\nYou probably don't have one of these!" + wastegatePositionMax = "Voltage when the wastegate is fully open.\nYou probably don't have one of these!\n1 volt = 1000 units" + idlePositionMin = "Voltage when the idle valve is closed.\nYou probably don't have one of these!" + idlePositionMax = "Voltage when the idle valve is open.\nYou probably don't have one of these!\n1 volt = 1000 units" + tunerStudioSerialSpeed = "Secondary TTL channel baud rate" + compressionRatio = "Just for reference really, not taken into account by any logic at this point" + triggerSimulatorPins1 = "Each rusEFI piece can provide synthetic trigger signal for external ECU. Sometimes these wires are routed back into trigger inputs of the same rusEFI board.\nSee also directSelfStimulation which is different. 1" + triggerSimulatorPins2 = "Each rusEFI piece can provide synthetic trigger signal for external ECU. Sometimes these wires are routed back into trigger inputs of the same rusEFI board.\nSee also directSelfStimulation which is different. 2" + triggerSimulatorPinModes1 = "triggerSimulatorPinModes 1" + triggerSimulatorPinModes2 = "triggerSimulatorPinModes 2" + o2heaterPin = "On-off O2 sensor heater control. 'ON' if engine is running, 'OFF' if stopped or cranking." + isSdCardEnabled = "enable sd/disable sd" + rusefiVerbose29b = "Use 11 bit (standard) or 29 bit (extended) IDs for rusEFI verbose CAN format." + useStepperIdle = "This setting should only be used if you have a stepper motor idle valve and a stepper motor driver installed." + enableVerboseCanTx = "CAN broadcast using custom rusEFI protocol\nenable can_broadcast/disable can_broadcast" + measureMapOnlyInOneCylinder = "Useful for individual intakes" + isFasterEngineSpinUpEnabled = "If enabled, try to fire the engine before a full engine cycle has been completed using RPM estimated from the last 90 degrees of engine rotation. As soon as the trigger syncs plus 90 degrees rotation, fuel and ignition events will occur. If disabled, worst case may require up to 4 full crank rotations before any events are scheduled." + coastingFuelCutEnabled = "This setting disables fuel injection while the engine is in overrun, this is useful as a fuel saving measure and to prevent back firing." + useIacTableForCoasting = "Override the IAC position during overrun conditions to help reduce engine breaking, this can be helpful for large engines in light weight cars or engines that have trouble returning to idle." + disableEtbWhenEngineStopped = "Allows disabling the ETB when the engine is stopped. You may not like the power draw or PWM noise from the motor, so this lets you turn it off until it's necessary." + pauseEtbControl = "Disable the electronic throttle motor and DC idle motor for testing.\nThis mode is for testing ETB/DC idle position sensors, etc without actually driving the throttle." + enableAemXSeries = "AEM X-Series or rusEFI Wideband" + logicAnalyzerPins1 = "logicAnalyzerPins 1" + logicAnalyzerPins2 = "logicAnalyzerPins 2" + logicAnalyzerPins3 = "logicAnalyzerPins 3" + logicAnalyzerPins4 = "logicAnalyzerPins 4" + mc33_hvolt = "Boost Voltage" + minimumBoostClosedLoopMap = "Minimum MAP before closed loop boost is enabled. Use to prevent misbehavior upon entering boost." + acFanPin = "Optional Radiator Fan used with A/C" + idlePidRpmUpperLimit = "How far above idle speed do we consider idling, i.e. coasting detection threshold.\nFor example, if target = 800, this param = 200, then anything below 1000 RPM is considered idle." + applyNonlinearBelowPulse = "Apply nonlinearity correction below a pulse of this duration. Pulses longer than this duration will receive no adjustment." + clutchUpPin = "Some vehicles have a switch to indicate that clutch pedal is all the way up" + max31855_cs1 = "max31855_cs 1" + max31855_cs2 = "max31855_cs 2" + max31855_cs3 = "max31855_cs 3" + max31855_cs4 = "max31855_cs 4" + max31855_cs5 = "max31855_cs 5" + max31855_cs6 = "max31855_cs 6" + max31855_cs7 = "max31855_cs 7" + max31855_cs8 = "max31855_cs 8" + flexSensorPin = "Continental/GM flex fuel sensor, 50-150hz type" + stoichRatioSecondary = "Stoichiometric ratio for your secondary fuel. This value is used when the Flex Fuel sensor indicates E100, typically 9.0" + etbMaximumPosition = "Maximum allowed ETB position. Some throttles go past fully open, so this allows you to limit it to fully open." + sdCardLogFrequency = "Rate the ECU will log to the SD card, in hz (log lines per second)." + starterRelayDisablePinMode = "On some vehicles we can disable starter once engine is already running" + secondSolenoidPin = "Some Subaru and some Mazda use double-solenoid idle air valve" + startStopButtonPin = "See also starterControlPin" + mapMinBufferLength = "This many MAP samples are used to estimate the current MAP. This many samples are considered, and the minimum taken. Recommended value is 1 for single-throttle engines, and your number of cylinders for individual throttle bodies." + idlePidDeactivationTpsThreshold = "Below this throttle position, the engine is considered idling. If you have an electronic throttle, this checks accelerator pedal position instead of throttle position, and should be set to 1-2%." + startCrankingDuration = "Maximum time to crank starter when start/stop button is pressed" + triggerErrorPin = "This pin is used for debugging - snap a logic analyzer on it and see if it's ever high" + lambdaProtectionTimeout = "Only respond once lambda is out of range for this period of time. Use to avoid transients triggering lambda protection when not needed" + scriptSetting1 = "scriptSetting 1" + scriptSetting2 = "scriptSetting 2" + scriptSetting3 = "scriptSetting 3" + scriptSetting4 = "scriptSetting 4" + scriptSetting5 = "scriptSetting 5" + scriptSetting6 = "scriptSetting 6" + scriptSetting7 = "scriptSetting 7" + scriptSetting8 = "scriptSetting 8" + cdmInputPin = "Saab Combustion Detection Module knock signal input pin\nalso known as Saab Ion Sensing Module" + sensorChartMode = "rusEFI console Sensor Sniffer mode" + useHbridgesToDriveIdleStepper = "If enabled we use two H-bridges to drive stepper idle air valve" + enableCanVss = "Read VSS from OEM CAN bus according to selected CAN vehicle configuration." + stftIgnoreErrorMagnitude = "If enabled, adjust at a constant rate instead of a rate proportional to the current lambda error. This mode may be easier to tune, and more tolerant of sensor noise. Use of this mode is required if you have a narrowband O2 sensor." + verboseVVTDecoding = "Verbose info in console below engineSnifferRpmThreshold\nenable vvt_details" + invertCamVVTSignal = "get invertCamVVTSignal" + consumeObdSensors = "This property is useful if using rusEFI as TCM or BCM only\nenable consumeObdSensors" + useRawOutputToDriveIdleStepper = "If enabled we use four Push-Pull outputs to directly drive stepper idle air valve coilss" + verboseCan2 = "Print incoming and outgoing second bus CAN messages in rusEFI console" + etbIo1_controlPin = "Acts as EN pin in two-wire mode" + etbIo2_controlPin = "Acts as EN pin in two-wire mode" + boostControlPin = "Wastegate control Solenoid" + boostPid_offset = "Linear addition to PID logic" + boostPid_periodMs = "PID dTime" + boostPid_minValue = "Output Min Duty Cycle" + boostPid_maxValue = "Output Max Duty Cycle" + launchSpeedThreshold = "Launch disabled above this speed if setting is above zero" + launchTimingRpmRange = "Range from Launch RPM for Timing Retard to activate" + launchFuelAdded = "Extra Fuel Added" + launchBoostDuty = "Duty Cycle for the Boost Solenoid" + hardCutRpmRange = "Range from Launch RPM to activate Hard Cut" + stft_maxIdleRegionRpm = "Below this RPM, the idle region is active" + stft_maxOverrunLoad = "Below this engine load, the overrun region is active" + stft_minPowerLoad = "Above this engine load, the power region is active" + stft_deadband = "When close to correct AFR, pause correction. This can improve stability by not changing the adjustment if the error is extremely small, but is not required." + stft_minClt = "Below this temperature, correction is disabled." + stft_minAfr = "Below this AFR, correction is paused" + stft_maxAfr = "Above this AFR, correction is paused" + stft_startupDelay = "Delay after starting the engine before beginning closed loop correction." + stft_cellCfgs1_timeConstant = "Time constant for correction while in this cell: this sets responsiveness of the closed loop correction. A value of 5.0 means it will try to make most of the correction within 5 seconds, and a value of 1.0 will try to correct within 1 second." + stft_cellCfgs2_timeConstant = "Time constant for correction while in this cell: this sets responsiveness of the closed loop correction. A value of 5.0 means it will try to make most of the correction within 5 seconds, and a value of 1.0 will try to correct within 1 second." + stft_cellCfgs3_timeConstant = "Time constant for correction while in this cell: this sets responsiveness of the closed loop correction. A value of 5.0 means it will try to make most of the correction within 5 seconds, and a value of 1.0 will try to correct within 1 second." + stft_cellCfgs4_timeConstant = "Time constant for correction while in this cell: this sets responsiveness of the closed loop correction. A value of 5.0 means it will try to make most of the correction within 5 seconds, and a value of 1.0 will try to correct within 1 second." + stepperDcIo1_controlPin = "Acts as EN pin in two-wire mode" + stepperDcIo2_controlPin = "Acts as EN pin in two-wire mode" + engineMake = "For example, BMW, GM or Chevrolet\nREQUIRED for rusEFI Online" + engineCode = "For example, LS1 or NB2\nREQUIRED for rusEFI Online" + vehicleName = "For example, Hunchback or Orange Miata\nVehicle name has to be unique between your vehicles.\nREQUIRED for rusEFI Online" + tcu_solenoid1 = "tcu_solenoid 1" + tcu_solenoid2 = "tcu_solenoid 2" + tcu_solenoid3 = "tcu_solenoid 3" + tcu_solenoid4 = "tcu_solenoid 4" + tcu_solenoid5 = "tcu_solenoid 5" + tcu_solenoid6 = "tcu_solenoid 6" + etbFunctions1 = "etbFunctions 1" + etbFunctions2 = "etbFunctions 2" + luaOutputPins1 = "luaOutputPins 1" + luaOutputPins2 = "luaOutputPins 2" + luaOutputPins3 = "luaOutputPins 3" + luaOutputPins4 = "luaOutputPins 4" + luaOutputPins5 = "luaOutputPins 5" + luaOutputPins6 = "luaOutputPins 6" + luaOutputPins7 = "luaOutputPins 7" + luaOutputPins8 = "luaOutputPins 8" + vvtOffsets1 = "Angle between cam sensor and VVT zero position\nset vvt_offset X 1" + vvtOffsets2 = "Angle between cam sensor and VVT zero position\nset vvt_offset X 2" + vvtOffsets3 = "Angle between cam sensor and VVT zero position\nset vvt_offset X 3" + vvtOffsets4 = "Angle between cam sensor and VVT zero position\nset vvt_offset X 4" + gpPwmNote1 = "gpPwmNote 1" + gpPwmNote2 = "gpPwmNote 2" + gpPwmNote3 = "gpPwmNote 3" + gpPwmNote4 = "gpPwmNote 4" + widebandOnSecondBus = "Select which bus the wideband controller is attached to." + fuelClosedLoopCorrectionEnabled = "Enables lambda sensor closed loop feedback for fuelling." + isVerboseIAC = "Print details into rusEFI console\nenable verbose_idle" + silentTriggerError = "Sometimes we have a performance issue while printing error" + canReadEnabled = "enable can_read/disable can_read" + canWriteEnabled = "enable can_write/disable can_write" + tachPulseDurationAsDutyCycle = "Treat milliseconds value as duty cycle value, i.e. 0.5ms would become 50%" + isAlternatorControlEnabled = "This enables smart alternator control and activates the extra alternator settings." + invertPrimaryTriggerSignal = "https://wiki.rusefi.com/Trigger-Configuration-Guide\nThis setting flips the signal from the primary engine speed sensor." + invertSecondaryTriggerSignal = "https://wiki.rusefi.com/Trigger-Configuration-Guide\nThis setting flips the signal from the secondary engine speed sensor." + cutSparkOnHardLimit = "Be careful enabling this: some engines are known to self-disassemble their valvetrain with a spark cut. Fuel cut is much safer." + launchSparkCutEnable = "This is the Cut Mode normally used" + verboseIsoTp = "Are you a developer troubleshooting TS over CAN ISO/TP?" + skippedWheelOnCam = "Where is your primary skipped wheel located?" + acSwitch = "A/C button input" + etbNeutralPosition = "Expected neutral position" + idleMode = "See also idleRpmPid" + isCylinderCleanupEnabled = "When enabled if TPS is held above 95% no fuel is injected while cranking to clear excess fuel from the cylinders." + complexWallModel = "Should we use tables to vary tau/beta based on CLT/MAP, or just with fixed values?" + alwaysInstantRpm = "RPM is measured based on last 720 degrees while instant RPM is measured based on the last 90 degrees of crank revolution" + overrideCrankingIacSetting = "If enabled, use separate temperature multiplier table for cranking idle position.\nIf disabled, use normal running multiplier table applied to the cranking base position." + useSeparateAdvanceForIdle = "This activates a separate ignition timing table for idle conditions, this can help idle stability by using ignition retard and advance either side of the desired idle speed. Extra retard at low idle speeds will prevent stalling and extra advance at high idle speeds can help reduce engine power and slow the idle speed." + useSeparateVeForIdle = "This activates a separate fuel table for Idle, this allows fine tuning of the idle fuelling." + verboseTriggerSynchDetails = "Verbose info in console below engineSnifferRpmThreshold\nenable trigger_details" + isManualSpinningMode = "Usually if we have no trigger events that means engine is stopped\nUnless we are troubleshooting and spinning the engine by hand - this case a longer\ndelay is needed" + twoWireBatchIgnition = "This is needed if your coils are individually wired (COP) and you wish to use batch ignition (Wasted Spark)." + useSeparateAdvanceForCranking = "In Constant mode, timing is automatically tapered to running as RPM increases.\nIn Table mode, the "Cranking ignition advance" table is used directly." + useAdvanceCorrectionsForCranking = "This enables the various ignition corrections during cranking (IAT, CLT, FSIO and PID idle).\nYou probably don't need this." + flexCranking = "Enable a second cranking table to use for E100 flex fuel, interpolating between the two based on flex fuel sensor." + useIacPidMultTable = "This flag allows to use a special 'PID Multiplier' table (0.0-1.0) to compensate for nonlinear nature of IAC-RPM controller" + launchSmoothRetard = "Interpolates the Ignition Retard from 0 to 100% within the RPM Range" + isPhaseSyncRequiredForIgnition = "Some engines are OK running semi-random sequential while other engine require phase synchronization" + useCltBasedRpmLimit = "If enabled, use a curve for RPM limit (based on coolant temperature) instead of a constant value." + forceO2Heating = "If enabled, don't wait for engine start to heat O2 sensors. WARNING: this will reduce the life of your sensor, as condensation in the exhaust from a cold start can crack the sensing element." + invertVvtControlIntake = "If increased VVT duty cycle increases the indicated VVT angle, set this to 'advance'. If it decreases, set this to 'retard'. Most intake cams use 'advance', and most exhaust cams use 'retard'." + invertVvtControlExhaust = "If increased VVT duty cycle increases the indicated VVT angle, set this to 'advance'. If it decreases, set this to 'retard'. Most intake cams use 'advance', and most exhaust cams use 'retard'." + sdTriggerLog = "'Trigger' mode will write a high speed log of trigger events (warning: uses lots of space!). 'Normal' mode will write a standard MLG of sensors, engine function, etc. similar to the one captured in TunerStudio." + camInputsDebug1 = "camInputsDebug 1" + camInputsDebug2 = "camInputsDebug 2" + camInputsDebug3 = "camInputsDebug 3" + camInputsDebug4 = "camInputsDebug 4" + acIdleRpmBump = "Extra idle target speed when A/C is enabled. Some cars need the extra speed to keep the AC efficient while idling." + warningPeriod = "set warningPeriod X" + noAccelAfterHardLimitPeriodSecs = "TODO: finish this #413" + mapAveragingSchedulingAtIndex = "At what trigger index should some MAP-related math be executed? This is a performance trick to reduce load on synchronization trigger callback." + tachPulseDuractionMs = "Duration in ms or duty cycle depending on selected mode" + wwaeTau = "Length of time the deposited wall fuel takes to dissipate after the start of acceleration." + alternatorControl_offset = "Linear addition to PID logic" + alternatorControl_periodMs = "PID dTime" + alternatorControl_minValue = "Output Min Duty Cycle" + alternatorControl_maxValue = "Output Max Duty Cycle" + etb_offset = "Linear addition to PID logic" + etb_periodMs = "PID dTime" + etb_minValue = "Output Min Duty Cycle" + etb_maxValue = "Output Max Duty Cycle" + triggerInputDebugPins1 = "triggerInputDebugPins 1" + triggerInputDebugPins2 = "triggerInputDebugPins 2" + airTaperRpmRange = "RPM range above upper limit for extra air taper" + tps2Min = "Closed throttle#2. todo: extract these two fields into a structure\nSee also tps2_1AdcChannel\nset tps2_min X" + tps2Max = "Full throttle#2. tpsMax value as 10 bit ADC value. Not Voltage!\nSee also tps1_1AdcChannel\nset tps2_max X" + starterControlPin = "See also startStopButtonPin" + mapErrorDetectionTooLow = "kPa value which is too low to be true" + mapErrorDetectionTooHigh = "kPa value which is too high to be true" + multisparkSparkDuration = "How long to wait for the spark to fire before recharging the coil for another spark." + multisparkDwell = "This sets the dwell time for subsequent sparks. The main spark's dwell is set by the dwell table." + idleRpmPid_offset = "Linear addition to PID logic" + idleRpmPid_periodMs = "PID dTime" + idleRpmPid_minValue = "Output Min Duty Cycle" + idleRpmPid_maxValue = "Output Max Duty Cycle" + wwaeBeta = "0 = No fuel settling on port walls 1 = All the fuel settling on port walls setting this to 0 disables the wall wetting enrichment." + binarySerialTxPin = "See also EFI_CONSOLE_RX_BRAIN_PIN" + auxValves1 = "auxValves 1" + auxValves2 = "auxValves 2" + throttlePedalWOTVoltage = "Pedal in the floor" + startUpFuelPumpDuration = "on IGN voltage detection turn fuel pump on to build fuel pressure" + idlePidRpmDeadZone = "If the RPM closer to target than this value, disable closed loop idle correction to prevent oscillation" + targetVBatt = "This is the target battery voltage the alternator PID control will attempt to maintain" + alternatorOffAboveTps = "Turns off alternator output above specified TPS, enabling this reduced parasitic drag on the engine at full load." + afterCrankingIACtaperDuration = "This is the duration in cycles that the IAC will take to reach its normal idle position, it can be used to hold the idle higher for a few seconds after cranking to improve startup." + iacByTpsTaper = "IAC Value added when coasting and transitioning into idle." + auxSerialTxPin = "Auxiliary sensor serial, not to be confused with secondary calibration serial" + auxSerialRxPin = "Auxiliary sensor serial, not to be confused with secondary calibration serial" + tpsAccelLookback = "How long to look back for TPS-based acceleration enrichment. Increasing this time will trigger enrichment for longer when a throttle position change occurs." + coastingFuelCutVssLow = "Below this speed, disable DFCO. Use this to prevent jerkiness from fuel enable/disable in low gears." + coastingFuelCutVssHigh = "Above this speed, allow DFCO. Use this to prevent jerkiness from fuel enable/disable in low gears." + noFuelTrimAfterDfcoTime = "Pause closed loop fueling after deceleration fuel cut occurs. Set this to a little longer than however long is required for normal fueling behavior to resume after fuel cut." + tpsAccelEnrichmentThreshold = "Maximum change delta of TPS percentage over the 'length'. Actual TPS change has to be above this value in order for TPS/TPS acceleration to kick in." + auxSpeedSensorInputPin1 = "auxSpeedSensorInputPin 1" + auxSpeedSensorInputPin2 = "auxSpeedSensorInputPin 2" + injectionTimingMode = "Sets what part of injection's is controlled by the injection phase table." + debugMode = "See http://rusefi.com/s/debugmode" + fan1ExtraIdle = "Additional idle % when fan #1 is active" + uartConsoleSerialSpeed = "Band rate for primary TTL" + tpsDecelEnleanmentThreshold = "For decel we simply multiply delta of TPS and tFor decel we do not use table?!" + tpsDecelEnleanmentMultiplier = "Magic multiplier, we multiply delta of TPS and get fuel squirt duration" + throttlePedalSecondaryWOTVoltage = "Pedal in the floor" + canBaudRate = "set can_baudrate" + veOverrideMode = "Override the Y axis (load) value used for the VE table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this." + afrOverrideMode = "Override the Y axis (load) value used for the AFR table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this." + mc33_hpfp_i_hold_off = "How long to deactivate power when hold current is reached before applying power again" + mc33_hpfp_max_hold = "Maximum amount of time the solenoid can be active before assuming a programming error" + stepperDcInvertedPins = "Enable if DC-motor driver (H-bridge) inverts the signals (eg. RZ7899 on Hellen boards)" + canOpenBLT = "Allow OpenBLT on Primary CAN" + can2OpenBLT = "Allow OpenBLT on Secondary CAN" + injectorFlowAsMassFlow = "Select whether to configure injector flow in volumetric flow (defualt, cc/min) or mass flow (g/s)." + benchTestOnTime = "Duration of each test pulse" + can2TxPin = "set_can2_tx_pin X" + can2RxPin = "set_can2_rx_pin X" + ignOverrideMode = "Override the Y axis (load) value used for the ignition table.\nAdvanced users only: If you aren't sure you need this, you probably don't need this." + injectorPressureType = "Select which fuel pressure sensor measures the pressure of the fuel at your injectors." + boostCutPressure = "MAP value above which fuel is cut in case of overboost.\nSet to 0 to disable overboost cut." + fixedTiming = "Fixed timing, useful for TDC testing" + mapLowValueVoltage = "MAP voltage for low point" + mapHighValueVoltage = "MAP voltage for low point" + egoValueShift = "EGO value correction" + vvtPins1 = "VVT output solenoid pin for this cam 1" + vvtPins2 = "VVT output solenoid pin for this cam 2" + vvtPins3 = "VVT output solenoid pin for this cam 3" + vvtPins4 = "VVT output solenoid pin for this cam 4" + crankingIACposition = "This is the IAC position during cranking, some engines start better if given more air during cranking to improve cylinder filling." + minimumIgnitionTiming = "Minimim timing advance allowed. No spark on any cylinder will ever fire after this angle BTDC. For example, setting -10 here means no spark ever fires later than 10 deg ATDC. Note that this only concerns the primary spark: any trailing sparks or multispark may violate this constraint." + maximumIgnitionTiming = "Maximum timing advance allowed. No spark on any cylinder will ever fire before this angle BTDC. For example, setting 45 here means no spark ever fires earlier than 45 deg BTDC" + vvtMode1 = "set vvt_mode X 1" + vvtMode2 = "set vvt_mode X 2" + fan2ExtraIdle = "Additional idle % when fan #2 is active" + primingDelay = "Delay to allow fuel pressure to build before firing the priming pulse." + auxAnalogInputs1 = "auxAnalogInputs 1" + auxAnalogInputs2 = "auxAnalogInputs 2" + auxAnalogInputs3 = "auxAnalogInputs 3" + auxAnalogInputs4 = "auxAnalogInputs 4" + auxAnalogInputs5 = "auxAnalogInputs 5" + auxAnalogInputs6 = "auxAnalogInputs 6" + auxAnalogInputs7 = "auxAnalogInputs 7" + auxAnalogInputs8 = "auxAnalogInputs 8" + trailingCoilPins1 = "trailingCoilPins 1" + trailingCoilPins2 = "trailingCoilPins 2" + trailingCoilPins3 = "trailingCoilPins 3" + trailingCoilPins4 = "trailingCoilPins 4" + trailingCoilPins5 = "trailingCoilPins 5" + trailingCoilPins6 = "trailingCoilPins 6" + trailingCoilPins7 = "trailingCoilPins 7" + trailingCoilPins8 = "trailingCoilPins 8" + trailingCoilPins9 = "trailingCoilPins 9" + trailingCoilPins10 = "trailingCoilPins 10" + trailingCoilPins11 = "trailingCoilPins 11" + trailingCoilPins12 = "trailingCoilPins 12" + injectorCompensationMode = "None = I have a MAP-referenced fuel pressure regulator\nFixed rail pressure = I have an atmosphere-referenced fuel pressure regulator (returnless, typically)\nSensed rail pressure = I have a fuel pressure sensor" + fuelReferencePressure = "This is the pressure at which your injector flow is known.\nFor example if your injectors flow 400cc/min at 3.5 bar, enter 350kpa here." + postCrankingFactor = "Fuel multiplier (enrichment) immediately after engine start" + postCrankingDurationSec = "Time over which to taper out after start enrichment" + auxTempSensor1_tempC_1 = "these values are in Celcius" + auxTempSensor1_bias_resistor = "Pull-up resistor value on your board" + auxTempSensor2_tempC_1 = "these values are in Celcius" + auxTempSensor2_bias_resistor = "Pull-up resistor value on your board" + etbWastegatePid_offset = "Linear addition to PID logic" + etbWastegatePid_periodMs = "PID dTime" + etbWastegatePid_minValue = "Output Min Duty Cycle" + etbWastegatePid_maxValue = "Output Max Duty Cycle" + stepperNumMicroSteps = "For micro-stepping, make sure that PWM frequency (etbFreq) is high enough" + stepperMinDutyCycle = "Use to limit the current when the stepper motor is idle, not moving (100% = no limit)" + stepperMaxDutyCycle = "Use to limit the max.current through the stepper motor (100% = no limit)" + timing_offset_cylinder1 = "per-cylinder timing correction 1" + timing_offset_cylinder2 = "per-cylinder timing correction 2" + timing_offset_cylinder3 = "per-cylinder timing correction 3" + timing_offset_cylinder4 = "per-cylinder timing correction 4" + timing_offset_cylinder5 = "per-cylinder timing correction 5" + timing_offset_cylinder6 = "per-cylinder timing correction 6" + timing_offset_cylinder7 = "per-cylinder timing correction 7" + timing_offset_cylinder8 = "per-cylinder timing correction 8" + timing_offset_cylinder9 = "per-cylinder timing correction 9" + timing_offset_cylinder10 = "per-cylinder timing correction 10" + timing_offset_cylinder11 = "per-cylinder timing correction 11" + timing_offset_cylinder12 = "per-cylinder timing correction 12" + spi1MosiMode = "Modes count be used for 3v<>5v integration using pull-ups/pull-downs etc." + mc33816_rstb = "ResetB" + brakePedalPin = "Brake pedal switch" + auxPid1_offset = "Linear addition to PID logic" + auxPid1_periodMs = "PID dTime" + auxPid1_minValue = "Output Min Duty Cycle" + auxPid1_maxValue = "Output Max Duty Cycle" + auxPid2_offset = "Linear addition to PID logic" + auxPid2_periodMs = "PID dTime" + auxPid2_minValue = "Output Min Duty Cycle" + auxPid2_maxValue = "Output Max Duty Cycle" + injectorCorrectionPolynomial1 = "injectorCorrectionPolynomial 1" + injectorCorrectionPolynomial2 = "injectorCorrectionPolynomial 2" + injectorCorrectionPolynomial3 = "injectorCorrectionPolynomial 3" + injectorCorrectionPolynomial4 = "injectorCorrectionPolynomial 4" + injectorCorrectionPolynomial5 = "injectorCorrectionPolynomial 5" + injectorCorrectionPolynomial6 = "injectorCorrectionPolynomial 6" + injectorCorrectionPolynomial7 = "injectorCorrectionPolynomial 7" + injectorCorrectionPolynomial8 = "injectorCorrectionPolynomial 8" + fan2OnTemperature = "Cooling fan turn-on temperature threshold, in Celsius" + fan2OffTemperature = "Cooling fan turn-off temperature threshold, in Celsius" + sentInputPins1 = "sentInputPins 1" + etbJamTimeout = "Time required to detect a stuck throttle." + etbExpAverageLength = "By the way ETB PID runs at 500hz, length in 1/500 of second here." + coastingFuelCutRpmHigh = "This sets the RPM above which fuel cut is active." + coastingFuelCutRpmLow = "This sets the RPM below which fuel cut is deactivated, this prevents jerking or issues transitioning to idle" + coastingFuelCutTps = "Throttle position below which fuel cut is active. With an electronic throttle enabled, this checks against pedal position." + coastingFuelCutClt = "Fuel cutoff is disabled when the engine is cold." + pidExtraForLowRpm = "Increases PID reaction for RPM , 50, , true + + filter = VBatt, "VBatt", VBatt < , 12, , true + + filter = minTps, "Minimum TPS", TPSValue, < , 1, , true + + +; +; in order to add new TunerStudio data point you need to change one of *.txt files mentioned in LiveData.yaml +; +[OutputChannels] + + ochGetCommand = "O%2o%2c" + +; see TS_OUTPUT_SIZE in console source code + ochBlockSize = 1404 + +; 11.2.3 Full Optimized โ€“ High Speed + scatteredOchGetCommand = 9 + scatteredOffsetArray = highSpeedOffsets + scatteredGetEnabled = { 0 } + +; +; see TunerStudioOutputChannels struct +; + +sd_present = bits, U32, 0, [0:0] +sd_logging_internal = bits, U32, 0, [1:1] +triggerScopeReady = bits, U32, 0, [2:2] +antilagTriggered = bits, U32, 0, [3:3] +isFanOn = bits, U32, 0, [4:4] +isO2HeaterOn = bits, U32, 0, [5:5] +checkEngine = bits, U32, 0, [6:6] +needBurn = bits, U32, 0, [7:7] +sd_msd = bits, U32, 0, [8:8] +isFan2On = bits, U32, 0, [9:9] +unusedBitLAtwfs = bits, U32, 0, [10:10] +toothLogReady = bits, U32, 0, [11:11] +isTpsError = bits, U32, 0, [12:12] +isCltError = bits, U32, 0, [13:13] +isMapError = bits, U32, 0, [14:14] +isIatError = bits, U32, 0, [15:15] +isTriggerError = bits, U32, 0, [16:16] +hasCriticalError = bits, U32, 0, [17:17] +isWarnNow = bits, U32, 0, [18:18] +isPedalError = bits, U32, 0, [19:19] +isKnockChipOk = bits, U32, 0, [20:20] +launchTriggered = bits, U32, 0, [21:21] +isTps2Error = bits, U32, 0, [22:22] +isIdleClosedLoop = bits, U32, 0, [23:23] +injectorFault = bits, U32, 0, [24:24] +ignitionFault = bits, U32, 0, [25:25] +isMainRelayOn = bits, U32, 0, [26:26] +isUsbConnected = bits, U32, 0, [27:27] +dfcoActive = bits, U32, 0, [28:28] +RPMValue = scalar, U16, 4, "RPM", 1, 0 +rpmAcceleration = scalar, S16, 6, "RPM acceleration", 1, 0 +speedToRpmRatio = scalar, U16, 8, "value", 0.01, 0 +unusedVehicleSpeedKph = scalar, U08, 10, "kph", 1, 0 +internalMcuTemperature = scalar, S08, 11, "deg C", 1, 0 +coolant = scalar, S16, 12, "deg C", 0.01, 0 +intake = scalar, S16, 14, "deg C", 0.01, 0 +auxTemp1 = scalar, S16, 16, "deg C", 0.01, 0 +auxTemp2 = scalar, S16, 18, "deg C", 0.01, 0 +TPSValue = scalar, S16, 20, "%", 0.01, 0 +throttlePedalPosition = scalar, S16, 22, "%", 0.01, 0 +tpsADC = scalar, U16, 24, "ADC", 1, 0 +rawMaf = scalar, U16, 26, "V", 0.001, 0 +mafMeasured = scalar, U16, 28, "kg/h", 0.1, 0 +MAPValue = scalar, U16, 30, "kPa", 0.03333333333333333, 0 +baroPressure = scalar, U16, 32, "kPa", 0.03333333333333333, 0 +lambdaValue = scalar, U16, 34, "", 1.0E-4, 0 +knockRetard = scalar, U08, 36, "deg", 0.1, 0 +VBatt = scalar, U16, 38, "V", 0.001, 0 +oilPressure = scalar, U16, 40, "kPa", 0.03333333333333333, 0 +vvtPositionB1I = scalar, S16, 42, "deg", 0.02, 0 +actualLastInjection = scalar, U16, 44, "ms", 0.0033333333333333335, 0 +injectorDutyCycle = scalar, U08, 46, "%", 0.5, 0 +veValue = scalar, U08, 47, "ratio", 0.5, 0 +injectionOffset = scalar, S16, 48, "deg", 1, 0 +engineMakeCodeNameCrc16 = scalar, U16, 50, "crc16", 1, 0 +wallFuelAmount = scalar, U16, 52, "mg", 0.01, 0 +wallFuelCorrectionValue = scalar, S16, 54, "mg", 0.01, 0 +revolutionCounterSinceStart = scalar, U16, 56, "", 1, 0 +canReadCounter = scalar, U16, 58, "", 1, 0 +tpsAccelFuel = scalar, S16, 60, "ms", 0.0033333333333333335, 0 +currentIgnitionMode = scalar, U08, 62, "", 1, 0 +currentInjectionMode = scalar, U08, 63, "", 1, 0 +coilDutyCycle = scalar, U16, 64, "%", 0.01, 0 +idleAirValvePosition = scalar, U16, 66, "%", 0.01, 0 +etbTarget = scalar, S16, 68, "%", 0.01, 0 +etb1DutyCycle = scalar, S16, 70, "%", 0.01, 0 +fuelTankLevel = scalar, S16, 72, "%", 0.01, 0 +totalFuelConsumption = scalar, U16, 74, "grams", 1, 0 +fuelFlowRate = scalar, U16, 76, "gram/s", 0.005, 0 +TPS2Value = scalar, S16, 78, "%", 0.01, 0 +tuneCrc16 = scalar, U16, 80, "crc16", 1, 0 +knockLevel = scalar, F32, 84, "Volts", 1, 0 +seconds = scalar, U32, 88, "sec", 1, 0 +engineMode = scalar, U32, 92, "em", 1, 0 +firmwareVersion = scalar, U32, 96, "version_f", 1, 0 +rawIdlePositionSensor = scalar, S16, 100, "V", 0.001, 0 +rawWastegatePosition = scalar, S16, 102, "V", 0.001, 0 +accelerationX = scalar, S16, 104, "G", 0.01, 0 +accelerationY = scalar, S16, 106, "G", 0.01, 0 +detectedGear = scalar, U08, 108, "", 1, 0 +maxTriggerReentrant = scalar, U08, 109, "", 1, 0 +rawLowFuelPressure = scalar, S16, 110, "V", 0.001, 0 +rawHighFuelPressure = scalar, S16, 112, "V", 0.001, 0 +lowFuelPressure = scalar, S16, 114, "kpa", 0.03333333333333333, 0 +tcuDesiredGear = scalar, S08, 116, "gear", 1, 0 +flexPercent = scalar, U08, 117, "%", 0.5, 0 +wastegatePositionSensor = scalar, S16, 118, "%", 0.01, 0 +highFuelPressure = scalar, S16, 120, "bar", 0.1, 0 +tsConfigVersion = scalar, U32, 124, "", 1, 0 +calibrationValue = scalar, F32, 128, "", 1, 0 +calibrationMode = scalar, U08, 132, "", 1, 0 +idleTargetPosition = scalar, U08, 133, "", 1, 0 +totalTriggerErrorCounter = scalar, U32, 136, "counter", 1, 0 +orderingErrorCounter = scalar, U32, 140, "", 1, 0 +warningCounter = scalar, U16, 144, "count", 1, 0 +lastErrorCode = scalar, U16, 146, "error", 1, 0 +recentErrorCode1 = scalar, U16, 148, "error", 1, 0 +recentErrorCode2 = scalar, U16, 150, "error", 1, 0 +recentErrorCode3 = scalar, U16, 152, "error", 1, 0 +recentErrorCode4 = scalar, U16, 154, "error", 1, 0 +recentErrorCode5 = scalar, U16, 156, "error", 1, 0 +recentErrorCode6 = scalar, U16, 158, "error", 1, 0 +recentErrorCode7 = scalar, U16, 160, "error", 1, 0 +recentErrorCode8 = scalar, U16, 162, "error", 1, 0 +debugFloatField1 = scalar, F32, 164, "val", 1, 0 +debugFloatField2 = scalar, F32, 168, "val", 1, 0 +debugFloatField3 = scalar, F32, 172, "val", 1, 0 +debugFloatField4 = scalar, F32, 176, "val", 1, 0 +debugFloatField5 = scalar, F32, 180, "val", 1, 0 +debugFloatField6 = scalar, F32, 184, "val", 1, 0 +debugFloatField7 = scalar, F32, 188, "val", 1, 0 +debugIntField1 = scalar, U32, 192, "val", 1, 0 +debugIntField2 = scalar, U32, 196, "val", 1, 0 +debugIntField3 = scalar, U32, 200, "val", 1, 0 +debugIntField4 = scalar, S16, 204, "val", 1, 0 +debugIntField5 = scalar, S16, 206, "val", 1, 0 +egt1 = scalar, U16, 208, "deg C", 1, 0 +egt2 = scalar, U16, 210, "deg C", 1, 0 +egt3 = scalar, U16, 212, "deg C", 1, 0 +egt4 = scalar, U16, 214, "deg C", 1, 0 +egt5 = scalar, U16, 216, "deg C", 1, 0 +egt6 = scalar, U16, 218, "deg C", 1, 0 +egt7 = scalar, U16, 220, "deg C", 1, 0 +egt8 = scalar, U16, 222, "deg C", 1, 0 +rawTps1Primary = scalar, S16, 224, "V", 0.001, 0 +rawPpsPrimary = scalar, S16, 226, "V", 0.001, 0 +rawClt = scalar, S16, 228, "V", 0.001, 0 +rawIat = scalar, S16, 230, "V", 0.001, 0 +rawOilPressure = scalar, S16, 232, "V", 0.001, 0 +fuelClosedLoopBinIdx = scalar, U08, 234, "", 1, 0 +tcuCurrentGear = scalar, S08, 235, "gear", 1, 0 +rawPpsSecondary = scalar, S16, 236, "V", 0.001, 0 +knock1 = scalar, S08, 238, "dBv", 1, 0 +knock2 = scalar, S08, 239, "dBv", 1, 0 +knock3 = scalar, S08, 240, "dBv", 1, 0 +knock4 = scalar, S08, 241, "dBv", 1, 0 +knock5 = scalar, S08, 242, "dBv", 1, 0 +knock6 = scalar, S08, 243, "dBv", 1, 0 +knock7 = scalar, S08, 244, "dBv", 1, 0 +knock8 = scalar, S08, 245, "dBv", 1, 0 +knock9 = scalar, S08, 246, "dBv", 1, 0 +knock10 = scalar, S08, 247, "dBv", 1, 0 +knock11 = scalar, S08, 248, "dBv", 1, 0 +knock12 = scalar, S08, 249, "dBv", 1, 0 +idlePositionSensor = scalar, S16, 250, "%", 0.01, 0 +AFRValue = scalar, U16, 252, "AFR", 0.001, 0 +VssAcceleration = scalar, U16, 254, "m/s2", 0.0033333333333333335, 0 +lambdaValue2 = scalar, U16, 256, "", 1.0E-4, 0 +AFRValue2 = scalar, U16, 258, "AFR", 0.001, 0 +vvtPositionB1E = scalar, S16, 260, "deg", 0.02, 0 +vvtPositionB2I = scalar, S16, 262, "deg", 0.02, 0 +vvtPositionB2E = scalar, S16, 264, "deg", 0.02, 0 +fuelPidCorrection1 = scalar, S16, 266, "%", 0.01, 0 +fuelPidCorrection2 = scalar, S16, 268, "%", 0.01, 0 +rawTps1Secondary = scalar, S16, 270, "V", 0.001, 0 +rawTps2Primary = scalar, S16, 272, "V", 0.001, 0 +rawTps2Secondary = scalar, S16, 274, "V", 0.001, 0 +accelerationZ = scalar, S16, 276, "G", 0.01, 0 +accelerationRoll = scalar, S16, 278, "G", 0.01, 0 +accelerationYaw = scalar, S16, 280, "G", 0.01, 0 +vvtTargets1 = scalar, S08, 282, "deg", 1, 0 +vvtTargets2 = scalar, S08, 283, "deg", 1, 0 +vvtTargets3 = scalar, S08, 284, "deg", 1, 0 +vvtTargets4 = scalar, S08, 285, "deg", 1, 0 +turboSpeed = scalar, U16, 286, "hz", 1, 0 +ignitionAdvanceCyl1 = scalar, S16, 288, "deg", 0.02, 0 +ignitionAdvanceCyl2 = scalar, S16, 290, "deg", 0.02, 0 +ignitionAdvanceCyl3 = scalar, S16, 292, "deg", 0.02, 0 +ignitionAdvanceCyl4 = scalar, S16, 294, "deg", 0.02, 0 +ignitionAdvanceCyl5 = scalar, S16, 296, "deg", 0.02, 0 +ignitionAdvanceCyl6 = scalar, S16, 298, "deg", 0.02, 0 +ignitionAdvanceCyl7 = scalar, S16, 300, "deg", 0.02, 0 +ignitionAdvanceCyl8 = scalar, S16, 302, "deg", 0.02, 0 +ignitionAdvanceCyl9 = scalar, S16, 304, "deg", 0.02, 0 +ignitionAdvanceCyl10 = scalar, S16, 306, "deg", 0.02, 0 +ignitionAdvanceCyl11 = scalar, S16, 308, "deg", 0.02, 0 +ignitionAdvanceCyl12 = scalar, S16, 310, "deg", 0.02, 0 +tps1Split = scalar, S16, 312, "%", 0.01, 0 +tps2Split = scalar, S16, 314, "%", 0.01, 0 +tps12Split = scalar, S16, 316, "%", 0.01, 0 +accPedalSplit = scalar, S16, 318, "%", 0.01, 0 +sparkCutReason = scalar, S08, 320, "code", 1, 0 +fuelCutReason = scalar, S08, 321, "code", 1, 0 +mafEstimate = scalar, U16, 322, "kg/h", 0.1, 0 +instantRpm = scalar, U16, 324, "rpm", 1, 0 +rawMap = scalar, U16, 326, "V", 0.001, 0 +rawAfr = scalar, U16, 328, "V", 0.001, 0 +calibrationValue2 = scalar, F32, 332, "", 1, 0 +luaInvocationCounter = scalar, U32, 336, "count", 1, 0 +luaLastCycleDuration = scalar, U32, 340, "nt", 1, 0 +testBenchIter = scalar, U08, 344, "count", 1, 0 +tcu_currentRange = scalar, U08, 345, "", 1, 0 +tcRatio = scalar, U16, 346, "value", 0.01, 0 +lastShiftTime = scalar, F32, 348, "", 1, 0 +vssEdgeCounter = scalar, U32, 352, "", 1, 0 +issEdgeCounter = scalar, U32, 356, "", 1, 0 +auxLinear1 = scalar, S16, 360, "", 0.01, 0 +auxLinear2 = scalar, S16, 362, "", 0.01, 0 +fallbackMap = scalar, U16, 364, "kPa", 0.1, 0 +instantMAPValue = scalar, U16, 366, "kPa", 0.03333333333333333, 0 +maxLockedDuration = scalar, U16, 368, "us", 1, 0 +canWriteOk = scalar, U16, 370, "", 1, 0 +canWriteNotOk = scalar, U16, 372, "", 1, 0 +triggerPrimaryFall = scalar, U32, 376, "", 1, 0 +triggerPrimaryRise = scalar, U32, 380, "", 1, 0 +triggerSecondaryFall = scalar, U32, 384, "", 1, 0 +triggerSecondaryRise = scalar, U32, 388, "", 1, 0 +triggerVvtFall = scalar, U16, 392, "", 1, 0 +triggerVvtRise = scalar, U16, 394, "", 1, 0 +triggerVvt2Fall = scalar, U16, 396, "", 1, 0 +triggerVvt2Rise = scalar, U16, 398, "", 1, 0 +starterState = scalar, U08, 400, "", 1, 0 +starterRelayDisable = scalar, U08, 401, "", 1, 0 +multiSparkCounter = scalar, U08, 402, "", 1, 0 +extiOverflowCount = scalar, U08, 403, "", 1, 0 +alternatorStatus_pTerm = scalar, F32, 404, "", 1, 0 +alternatorStatus_iTerm = scalar, S16, 408, "", 0.01, 0 +alternatorStatus_dTerm = scalar, S16, 410, "", 0.01, 0 +alternatorStatus_output = scalar, S16, 412, "", 0.01, 0 +alternatorStatus_error = scalar, S16, 414, "", 0.01, 0 +alternatorStatus_resetCounter = scalar, U32, 416, "", 1, 0 +idleStatus_pTerm = scalar, F32, 420, "", 1, 0 +idleStatus_iTerm = scalar, S16, 424, "", 0.01, 0 +idleStatus_dTerm = scalar, S16, 426, "", 0.01, 0 +idleStatus_output = scalar, S16, 428, "", 0.01, 0 +idleStatus_error = scalar, S16, 430, "", 0.01, 0 +idleStatus_resetCounter = scalar, U32, 432, "", 1, 0 +etbStatus_pTerm = scalar, F32, 436, "", 1, 0 +etbStatus_iTerm = scalar, S16, 440, "", 0.01, 0 +etbStatus_dTerm = scalar, S16, 442, "", 0.01, 0 +etbStatus_output = scalar, S16, 444, "", 0.01, 0 +etbStatus_error = scalar, S16, 446, "", 0.01, 0 +etbStatus_resetCounter = scalar, U32, 448, "", 1, 0 +boostStatus_pTerm = scalar, F32, 452, "", 1, 0 +boostStatus_iTerm = scalar, S16, 456, "", 0.01, 0 +boostStatus_dTerm = scalar, S16, 458, "", 0.01, 0 +boostStatus_output = scalar, S16, 460, "", 0.01, 0 +boostStatus_error = scalar, S16, 462, "", 0.01, 0 +boostStatus_resetCounter = scalar, U32, 464, "", 1, 0 +wastegateDcStatus_pTerm = scalar, F32, 468, "", 1, 0 +wastegateDcStatus_iTerm = scalar, S16, 472, "", 0.01, 0 +wastegateDcStatus_dTerm = scalar, S16, 474, "", 0.01, 0 +wastegateDcStatus_output = scalar, S16, 476, "", 0.01, 0 +wastegateDcStatus_error = scalar, S16, 478, "", 0.01, 0 +wastegateDcStatus_resetCounter = scalar, U32, 480, "", 1, 0 +vvtStatus1_pTerm = scalar, F32, 484, "", 1, 0 +vvtStatus1_iTerm = scalar, S16, 488, "", 0.01, 0 +vvtStatus1_dTerm = scalar, S16, 490, "", 0.01, 0 +vvtStatus1_output = scalar, S16, 492, "", 0.01, 0 +vvtStatus1_error = scalar, S16, 494, "", 0.01, 0 +vvtStatus1_resetCounter = scalar, U32, 496, "", 1, 0 +vvtStatus2_pTerm = scalar, F32, 500, "", 1, 0 +vvtStatus2_iTerm = scalar, S16, 504, "", 0.01, 0 +vvtStatus2_dTerm = scalar, S16, 506, "", 0.01, 0 +vvtStatus2_output = scalar, S16, 508, "", 0.01, 0 +vvtStatus2_error = scalar, S16, 510, "", 0.01, 0 +vvtStatus2_resetCounter = scalar, U32, 512, "", 1, 0 +vvtStatus3_pTerm = scalar, F32, 516, "", 1, 0 +vvtStatus3_iTerm = scalar, S16, 520, "", 0.01, 0 +vvtStatus3_dTerm = scalar, S16, 522, "", 0.01, 0 +vvtStatus3_output = scalar, S16, 524, "", 0.01, 0 +vvtStatus3_error = scalar, S16, 526, "", 0.01, 0 +vvtStatus3_resetCounter = scalar, U32, 528, "", 1, 0 +vvtStatus4_pTerm = scalar, F32, 532, "", 1, 0 +vvtStatus4_iTerm = scalar, S16, 536, "", 0.01, 0 +vvtStatus4_dTerm = scalar, S16, 538, "", 0.01, 0 +vvtStatus4_output = scalar, S16, 540, "", 0.01, 0 +vvtStatus4_error = scalar, S16, 542, "", 0.01, 0 +vvtStatus4_resetCounter = scalar, U32, 544, "", 1, 0 +auxSpeed1 = scalar, U16, 548, "s", 1, 0 +auxSpeed2 = scalar, U16, 550, "s", 1, 0 +ISSValue = scalar, U16, 552, "RPM", 1, 0 +rawAnalogInput1 = scalar, S16, 554, "V", 0.001, 0 +rawAnalogInput2 = scalar, S16, 556, "V", 0.001, 0 +rawAnalogInput3 = scalar, S16, 558, "V", 0.001, 0 +rawAnalogInput4 = scalar, S16, 560, "V", 0.001, 0 +rawAnalogInput5 = scalar, S16, 562, "V", 0.001, 0 +rawAnalogInput6 = scalar, S16, 564, "V", 0.001, 0 +rawAnalogInput7 = scalar, S16, 566, "V", 0.001, 0 +rawAnalogInput8 = scalar, S16, 568, "V", 0.001, 0 +gppwmOutput1 = scalar, U08, 570, "%", 0.5, 0 +gppwmOutput2 = scalar, U08, 571, "%", 0.5, 0 +gppwmOutput3 = scalar, U08, 572, "%", 0.5, 0 +gppwmOutput4 = scalar, U08, 573, "%", 0.5, 0 +gppwmXAxis1 = scalar, S16, 574, "", 1, 0 +gppwmXAxis2 = scalar, S16, 576, "", 1, 0 +gppwmXAxis3 = scalar, S16, 578, "", 1, 0 +gppwmXAxis4 = scalar, S16, 580, "", 1, 0 +gppwmYAxis1 = scalar, S16, 582, "", 0.1, 0 +gppwmYAxis2 = scalar, S16, 584, "", 0.1, 0 +gppwmYAxis3 = scalar, S16, 586, "", 0.1, 0 +gppwmYAxis4 = scalar, S16, 588, "", 0.1, 0 +rawBattery = scalar, S16, 590, "V", 0.001, 0 +ignBlendParameter1 = scalar, S16, 592, "", 0.1, 0 +ignBlendParameter2 = scalar, S16, 594, "", 0.1, 0 +ignBlendParameter3 = scalar, S16, 596, "", 0.1, 0 +ignBlendParameter4 = scalar, S16, 598, "", 0.1, 0 +ignBlendBias1 = scalar, U08, 600, "%", 0.5, 0 +ignBlendBias2 = scalar, U08, 601, "%", 0.5, 0 +ignBlendBias3 = scalar, U08, 602, "%", 0.5, 0 +ignBlendBias4 = scalar, U08, 603, "%", 0.5, 0 +ignBlendOutput1 = scalar, S16, 604, "deg", 0.01, 0 +ignBlendOutput2 = scalar, S16, 606, "deg", 0.01, 0 +ignBlendOutput3 = scalar, S16, 608, "deg", 0.01, 0 +ignBlendOutput4 = scalar, S16, 610, "deg", 0.01, 0 +veBlendParameter1 = scalar, S16, 612, "", 0.1, 0 +veBlendParameter2 = scalar, S16, 614, "", 0.1, 0 +veBlendParameter3 = scalar, S16, 616, "", 0.1, 0 +veBlendParameter4 = scalar, S16, 618, "", 0.1, 0 +veBlendBias1 = scalar, U08, 620, "%", 0.5, 0 +veBlendBias2 = scalar, U08, 621, "%", 0.5, 0 +veBlendBias3 = scalar, U08, 622, "%", 0.5, 0 +veBlendBias4 = scalar, U08, 623, "%", 0.5, 0 +veBlendOutput1 = scalar, S16, 624, "%", 0.01, 0 +veBlendOutput2 = scalar, S16, 626, "%", 0.01, 0 +veBlendOutput3 = scalar, S16, 628, "%", 0.01, 0 +veBlendOutput4 = scalar, S16, 630, "%", 0.01, 0 +boostOpenLoopBlendParameter1 = scalar, S16, 632, "", 0.1, 0 +boostOpenLoopBlendParameter2 = scalar, S16, 634, "", 0.1, 0 +boostOpenLoopBlendBias1 = scalar, U08, 636, "%", 0.5, 0 +boostOpenLoopBlendBias2 = scalar, U08, 637, "%", 0.5, 0 +boostOpenLoopBlendOutput1 = scalar, S08, 638, "%", 1, 0 +boostOpenLoopBlendOutput2 = scalar, S08, 639, "%", 1, 0 +boostClosedLoopBlendParameter1 = scalar, S16, 640, "", 0.1, 0 +boostClosedLoopBlendParameter2 = scalar, S16, 642, "", 0.1, 0 +boostClosedLoopBlendBias1 = scalar, U08, 644, "%", 0.5, 0 +boostClosedLoopBlendBias2 = scalar, U08, 645, "%", 0.5, 0 +boostClosedLoopBlendOutput1 = scalar, S16, 646, "%", 0.1, 0 +boostClosedLoopBlendOutput2 = scalar, S16, 648, "%", 0.1, 0 +coilState1 = bits, U32, 652, [0:0] +coilState2 = bits, U32, 652, [1:1] +coilState3 = bits, U32, 652, [2:2] +coilState4 = bits, U32, 652, [3:3] +coilState5 = bits, U32, 652, [4:4] +coilState6 = bits, U32, 652, [5:5] +coilState7 = bits, U32, 652, [6:6] +coilState8 = bits, U32, 652, [7:7] +coilState9 = bits, U32, 652, [8:8] +coilState10 = bits, U32, 652, [9:9] +coilState11 = bits, U32, 652, [10:10] +coilState12 = bits, U32, 652, [11:11] +injectorState1 = bits, U32, 652, [12:12] +injectorState2 = bits, U32, 652, [13:13] +injectorState3 = bits, U32, 652, [14:14] +injectorState4 = bits, U32, 652, [15:15] +injectorState5 = bits, U32, 652, [16:16] +injectorState6 = bits, U32, 652, [17:17] +injectorState7 = bits, U32, 652, [18:18] +injectorState8 = bits, U32, 652, [19:19] +injectorState9 = bits, U32, 652, [20:20] +injectorState10 = bits, U32, 652, [21:21] +injectorState11 = bits, U32, 652, [22:22] +injectorState12 = bits, U32, 652, [23:23] +triggerChannel1 = bits, U32, 652, [24:24] +triggerChannel2 = bits, U32, 652, [25:25] +vvtChannel1 = bits, U32, 652, [26:26] +vvtChannel2 = bits, U32, 652, [27:27] +vvtChannel3 = bits, U32, 652, [28:28] +vvtChannel4 = bits, U32, 652, [29:29] +outputRequestPeriod = scalar, U32, 656, "", 1, 0 +mapFast = scalar, F32, 660, "", 1, 0 +luaGauges1 = scalar, F32, 664, "value", 1, 0 +luaGauges2 = scalar, F32, 668, "value", 1, 0 +rawMaf2 = scalar, U16, 672, "V", 0.001, 0 +mafMeasured2 = scalar, U16, 674, "kg/h", 0.1, 0 +vehicleSpeedKph = scalar, U16, 676, "kph", 0.01, 0 +Gego = scalar, U16, 678, "%", 0.01,0 +unusedAtTheEnd1 = scalar, U08, 680, "", 1, 0 +unusedAtTheEnd2 = scalar, U08, 681, "", 1, 0 +unusedAtTheEnd3 = scalar, U08, 682, "", 1, 0 +unusedAtTheEnd4 = scalar, U08, 683, "", 1, 0 +unusedAtTheEnd5 = scalar, U08, 684, "", 1, 0 +unusedAtTheEnd6 = scalar, U08, 685, "", 1, 0 +unusedAtTheEnd7 = scalar, U08, 686, "", 1, 0 +unusedAtTheEnd8 = scalar, U08, 687, "", 1, 0 +unusedAtTheEnd9 = scalar, U08, 688, "", 1, 0 +unusedAtTheEnd10 = scalar, U08, 689, "", 1, 0 +unusedAtTheEnd11 = scalar, U08, 690, "", 1, 0 +unusedAtTheEnd12 = scalar, U08, 691, "", 1, 0 +unusedAtTheEnd13 = scalar, U08, 692, "", 1, 0 +unusedAtTheEnd14 = scalar, U08, 693, "", 1, 0 +unusedAtTheEnd15 = scalar, U08, 694, "", 1, 0 +unusedAtTheEnd16 = scalar, U08, 695, "", 1, 0 +unusedAtTheEnd17 = scalar, U08, 696, "", 1, 0 +unusedAtTheEnd18 = scalar, U08, 697, "", 1, 0 +unusedAtTheEnd19 = scalar, U08, 698, "", 1, 0 +unusedAtTheEnd20 = scalar, U08, 699, "", 1, 0 +unusedAtTheEnd21 = scalar, U08, 700, "", 1, 0 +unusedAtTheEnd22 = scalar, U08, 701, "", 1, 0 +unusedAtTheEnd23 = scalar, U08, 702, "", 1, 0 +unusedAtTheEnd24 = scalar, U08, 703, "", 1, 0 +unusedAtTheEnd25 = scalar, U08, 704, "", 1, 0 +unusedAtTheEnd26 = scalar, U08, 705, "", 1, 0 +unusedAtTheEnd27 = scalar, U08, 706, "", 1, 0 +unusedAtTheEnd28 = scalar, U08, 707, "", 1, 0 +unusedAtTheEnd29 = scalar, U08, 708, "", 1, 0 +unusedAtTheEnd30 = scalar, U08, 709, "", 1, 0 +unusedAtTheEnd31 = scalar, U08, 710, "", 1, 0 +unusedAtTheEnd32 = scalar, U08, 711, "", 1, 0 +unusedAtTheEnd33 = scalar, U08, 712, "", 1, 0 +unusedAtTheEnd34 = scalar, U08, 713, "", 1, 0 +unusedAtTheEnd35 = scalar, U08, 714, "", 1, 0 +unusedAtTheEnd36 = scalar, U08, 715, "", 1, 0 +unusedAtTheEnd37 = scalar, U08, 716, "", 1, 0 +unusedAtTheEnd38 = scalar, U08, 717, "", 1, 0 +unusedAtTheEnd39 = scalar, U08, 718, "", 1, 0 +unusedAtTheEnd40 = scalar, U08, 719, "", 1, 0 +unusedAtTheEnd41 = scalar, U08, 720, "", 1, 0 +unusedAtTheEnd42 = scalar, U08, 721, "", 1, 0 +unusedAtTheEnd43 = scalar, U08, 722, "", 1, 0 +unusedAtTheEnd44 = scalar, U08, 723, "", 1, 0 +unusedAtTheEnd45 = scalar, U08, 724, "", 1, 0 +unusedAtTheEnd46 = scalar, U08, 725, "", 1, 0 +unusedAtTheEnd47 = scalar, U08, 726, "", 1, 0 +unusedAtTheEnd48 = scalar, U08, 727, "", 1, 0 +unusedAtTheEnd49 = scalar, U08, 728, "", 1, 0 +unusedAtTheEnd50 = scalar, U08, 729, "", 1, 0 +unusedAtTheEnd51 = scalar, U08, 730, "", 1, 0 +unusedAtTheEnd52 = scalar, U08, 731, "", 1, 0 +unusedAtTheEnd53 = scalar, U08, 732, "", 1, 0 +unusedAtTheEnd54 = scalar, U08, 733, "", 1, 0 +unusedAtTheEnd55 = scalar, U08, 734, "", 1, 0 +unusedAtTheEnd56 = scalar, U08, 735, "", 1, 0 +unusedAtTheEnd57 = scalar, U08, 736, "", 1, 0 +unusedAtTheEnd58 = scalar, U08, 737, "", 1, 0 +unusedAtTheEnd59 = scalar, U08, 738, "", 1, 0 +unusedAtTheEnd60 = scalar, U08, 739, "", 1, 0 +unusedAtTheEnd61 = scalar, U08, 740, "", 1, 0 +unusedAtTheEnd62 = scalar, U08, 741, "", 1, 0 +unusedAtTheEnd63 = scalar, U08, 742, "", 1, 0 +unusedAtTheEnd64 = scalar, U08, 743, "", 1, 0 +unusedAtTheEnd65 = scalar, U08, 744, "", 1, 0 +unusedAtTheEnd66 = scalar, U08, 745, "", 1, 0 +unusedAtTheEnd67 = scalar, U08, 746, "", 1, 0 +unusedAtTheEnd68 = scalar, U08, 747, "", 1, 0 +unusedAtTheEnd69 = scalar, U08, 748, "", 1, 0 +unusedAtTheEnd70 = scalar, U08, 749, "", 1, 0 +unusedAtTheEnd71 = scalar, U08, 750, "", 1, 0 +unusedAtTheEnd72 = scalar, U08, 751, "", 1, 0 +unusedAtTheEnd73 = scalar, U08, 752, "", 1, 0 +unusedAtTheEnd74 = scalar, U08, 753, "", 1, 0 +unusedAtTheEnd75 = scalar, U08, 754, "", 1, 0 +unusedAtTheEnd76 = scalar, U08, 755, "", 1, 0 +unusedAtTheEnd77 = scalar, U08, 756, "", 1, 0 +unusedAtTheEnd78 = scalar, U08, 757, "", 1, 0 +unusedAtTheEnd79 = scalar, U08, 758, "", 1, 0 +unusedAtTheEnd80 = scalar, U08, 759, "", 1, 0 +unusedAtTheEnd81 = scalar, U08, 760, "", 1, 0 +unusedAtTheEnd82 = scalar, U08, 761, "", 1, 0 +unusedAtTheEnd83 = scalar, U08, 762, "", 1, 0 +unusedAtTheEnd84 = scalar, U08, 763, "", 1, 0 +unusedAtTheEnd85 = scalar, U08, 764, "", 1, 0 +unusedAtTheEnd86 = scalar, U08, 765, "", 1, 0 +unusedAtTheEnd87 = scalar, U08, 766, "", 1, 0 +unusedAtTheEnd88 = scalar, U08, 767, "", 1, 0 +unusedAtTheEnd89 = scalar, U08, 768, "", 1, 0 +unusedAtTheEnd90 = scalar, U08, 769, "", 1, 0 +unusedAtTheEnd91 = scalar, U08, 770, "", 1, 0 +unusedAtTheEnd92 = scalar, U08, 771, "", 1, 0 +unusedAtTheEnd93 = scalar, U08, 772, "", 1, 0 +unusedAtTheEnd94 = scalar, U08, 773, "", 1, 0 +unusedAtTheEnd95 = scalar, U08, 774, "", 1, 0 +unusedAtTheEnd96 = scalar, U08, 775, "", 1, 0 +unusedAtTheEnd97 = scalar, U08, 776, "", 1, 0 +unusedAtTheEnd98 = scalar, U08, 777, "", 1, 0 +unusedAtTheEnd99 = scalar, U08, 778, "", 1, 0 +unusedAtTheEnd100 = scalar, U08, 779, "", 1, 0 +unusedAtTheEnd101 = scalar, U08, 780, "", 1, 0 +unusedAtTheEnd102 = scalar, U08, 781, "", 1, 0 +unusedAtTheEnd103 = scalar, U08, 782, "", 1, 0 +unusedAtTheEnd104 = scalar, U08, 783, "", 1, 0 +unusedAtTheEnd105 = scalar, U08, 784, "", 1, 0 +unusedAtTheEnd106 = scalar, U08, 785, "", 1, 0 +unusedAtTheEnd107 = scalar, U08, 786, "", 1, 0 +unusedAtTheEnd108 = scalar, U08, 787, "", 1, 0 +unusedAtTheEnd109 = scalar, U08, 788, "", 1, 0 +unusedAtTheEnd110 = scalar, U08, 789, "", 1, 0 +unusedAtTheEnd111 = scalar, U08, 790, "", 1, 0 +unusedAtTheEnd112 = scalar, U08, 791, "", 1, 0 +unusedAtTheEnd113 = scalar, U08, 792, "", 1, 0 +unusedAtTheEnd114 = scalar, U08, 793, "", 1, 0 +unusedAtTheEnd115 = scalar, U08, 794, "", 1, 0 +unusedAtTheEnd116 = scalar, U08, 795, "", 1, 0 +unusedAtTheEnd117 = scalar, U08, 796, "", 1, 0 +unusedAtTheEnd118 = scalar, U08, 797, "", 1, 0 +unusedAtTheEnd119 = scalar, U08, 798, "", 1, 0 +unusedAtTheEnd120 = scalar, U08, 799, "", 1, 0 +unusedAtTheEnd121 = scalar, U08, 800, "", 1, 0 +unusedAtTheEnd122 = scalar, U08, 801, "", 1, 0 +unusedAtTheEnd123 = scalar, U08, 802, "", 1, 0 +unusedAtTheEnd124 = scalar, U08, 803, "", 1, 0 +unusedAtTheEnd125 = scalar, U08, 804, "", 1, 0 +unusedAtTheEnd126 = scalar, U08, 805, "", 1, 0 +unusedAtTheEnd127 = scalar, U08, 806, "", 1, 0 +unusedAtTheEnd128 = scalar, U08, 807, "", 1, 0 +unusedAtTheEnd129 = scalar, U08, 808, "", 1, 0 +unusedAtTheEnd130 = scalar, U08, 809, "", 1, 0 +unusedAtTheEnd131 = scalar, U08, 810, "", 1, 0 +unusedAtTheEnd132 = scalar, U08, 811, "", 1, 0 +unusedAtTheEnd133 = scalar, U08, 812, "", 1, 0 +unusedAtTheEnd134 = scalar, U08, 813, "", 1, 0 +; total TS size = 816 +totalFuelCorrection = scalar, F32, 816, "mult", 1,0 +running_postCrankingFuelCorrection = scalar, F32, 820, "", 1, 0 +running_intakeTemperatureCoefficient = scalar, F32, 824, "", 1, 0 +running_coolantTemperatureCoefficient = scalar, F32, 828, "", 1, 0 +running_timeSinceCrankingInSecs = scalar, F32, 832, "secs", 1,0 +running_baseFuel = scalar, U16, 836, "mg", 0.01, 0 +running_fuel = scalar, U16, 838, "mg", 0.01, 0 +afrTableYAxis = scalar, U16, 840, "%", 0.01,0 +targetLambda = scalar, U16, 842, "", 1.0E-4,0 +targetAFR = scalar, U16, 844, "ratio", 0.001,0 +stoichiometricRatio = scalar, U16, 846, "ratio", 0.001, 0 +sdTcharge_coff = scalar, F32, 848, "", 1, 0 +sdAirMassInOneCylinder = scalar, F32, 852, "g", 1, 0 +injectorHwIssue = bits, U32, 856, [0:0] +; total TS size = 860 +baseDwell = scalar, F32, 860, "ms", 1,0 +sparkDwell = scalar, F32, 864, "ms", 1,0 +dwellAngle = scalar, F32, 868, "deg", 1,0 +cltTimingCorrection = scalar, S16, 872, "deg", 0.01,0 +timingIatCorrection = scalar, S16, 874, "deg", 0.01,0 +timingPidCorrection = scalar, S16, 876, "deg", 0.01,0 +baseIgnitionAdvance = scalar, S16, 878, "deg", 0.02, 0 +correctedIgnitionAdvance = scalar, S16, 880, "deg", 0.02, 0 +dwellVoltageCorrection = scalar, F32, 884, "", 1, 0 +luaTimingAdd = scalar, F32, 888, "deg", 1, 0 +luaTimingMult = scalar, F32, 892, "deg", 1, 0 +luaIgnitionSkip = bits, U32, 896, [0:0] +; total TS size = 900 +m_knockRetard = scalar, F32, 900, "", 1, 0 +m_knockThreshold = scalar, F32, 904, "", 1, 0 +m_knockCount = scalar, U32, 908, "", 1, 0 +m_maximumRetard = scalar, F32, 912, "", 1, 0 +; total TS size = 916 +throttleUseWotModel = bits, U32, 916, [0:0] +throttleModelCrossoverAngle = scalar, S16, 920, "%", 0.01, 0 +throttleEstimatedFlow = scalar, F32, 924, "g/s", 1, 0 +; total TS size = 928 +m_requested_pump = scalar, F32, 928, "", 1, 0 +fuel_requested_percent = scalar, F32, 932, "", 1, 0 +fuel_requested_percent_pi = scalar, F32, 936, "", 1, 0 +noValve = bits, U32, 940, [0:0] +angleAboveMin = bits, U32, 940, [1:1] +isHpfpInactive = bits, U32, 940, [2:2] +m_pressureTarget_kPa = scalar, F32, 944, "", 1, 0 +nextLobe = scalar, F32, 948, "", 1, 0 +di_nextStart = scalar, F32, 952, "v", 1, 0 +; total TS size = 956 +m_deadtime = scalar, F32, 956, "ms", 1, 0 +pressureDelta = scalar, F32, 960, "kPa", 1, 0 +pressureRatio = scalar, F32, 964, "", 1, 0 +; total TS size = 968 +retardThresholdRpm = scalar, S32, 968, "", 1, 0 +combinedConditions = bits, U32, 972, [0:0] +launchActivatePinState = bits, U32, 972, [1:1] +isLaunchCondition = bits, U32, 972, [2:2] +isSwitchActivated = bits, U32, 972, [3:3] +isClutchActivated = bits, U32, 972, [4:4] +isValidInputPin = bits, U32, 972, [5:5] +activateSwitchCondition = bits, U32, 972, [6:6] +rpmCondition = bits, U32, 972, [7:7] +speedCondition = bits, U32, 972, [8:8] +tpsCondition = bits, U32, 972, [9:9] +; total TS size = 976 +isAntilagCondition = bits, U32, 976, [0:0] +ALSMinRPMCondition = bits, U32, 976, [1:1] +ALSMaxRPMCondition = bits, U32, 976, [2:2] +ALSMinCLTCondition = bits, U32, 976, [3:3] +ALSMaxCLTCondition = bits, U32, 976, [4:4] +ALSMaxThrottleIntentCondition = bits, U32, 976, [5:5] +isALSSwitchActivated = bits, U32, 976, [6:6] +ALSActivatePinState = bits, U32, 976, [7:7] +ALSSwitchCondition = bits, U32, 976, [8:8] +ALSTimerCondition = bits, U32, 976, [9:9] +fuelALSCorrection = scalar, F32, 980, "", 1, 0 +timingALSCorrection = scalar, S16, 984, "deg", 0.01, 0 +timingALSSkip = scalar, S16, 986, "deg", 0.01, 0 +; total TS size = 988 +isTpsInvalid = bits, U32, 988, [0:0] +m_shouldResetPid = bits, U32, 988, [1:1] +isBelowClosedLoopThreshold = bits, U32, 988, [2:2] +isNotClosedLoop = bits, U32, 988, [3:3] +isZeroRpm = bits, U32, 988, [4:4] +hasInitBoost = bits, U32, 988, [5:5] +rpmTooLow = bits, U32, 988, [6:6] +tpsTooLow = bits, U32, 988, [7:7] +mapTooLow = bits, U32, 988, [8:8] +luaTargetAdd = scalar, S16, 992, "v", 0.5,0 +boostOutput = scalar, S16, 994, "percent", 0.01,0 +luaTargetMult = scalar, F32, 996, "v", 1,0 +openLoopPart = scalar, F32, 1000, "v", 1,0 +luaOpenLoopAdd = scalar, F32, 1004, "v", 1,0 +boostControllerClosedLoopPart = scalar, S08, 1008, "%", 0.5,0 +boostControlTarget = scalar, S16, 1010, "kPa", 0.03333333333333333,0 +; total TS size = 1012 +acButtonState = scalar, S08, 1012, "", 1, 0 +m_acEnabled = bits, U32, 1016, [0:0] +engineTooSlow = bits, U32, 1016, [1:1] +engineTooFast = bits, U32, 1016, [2:2] +noClt = bits, U32, 1016, [3:3] +engineTooHot = bits, U32, 1016, [4:4] +tpsTooHigh = bits, U32, 1016, [5:5] +isDisabledByLua = bits, U32, 1016, [6:6] +acCompressorState = bits, U32, 1016, [7:7] +latest_usage_ac_control = scalar, S32, 1020, "", 1, 0 +acSwitchLastChangeTimeMs = scalar, S32, 1024, "", 1, 0 +; total TS size = 1028 +cranking = bits, U32, 1028, [0:0] +notRunning = bits, U32, 1028, [1:1] +disabledWhileEngineStopped = bits, U32, 1028, [2:2] +brokenClt = bits, U32, 1028, [3:3] +enabledForAc = bits, U32, 1028, [4:4] +hot = bits, U32, 1028, [5:5] +cold = bits, U32, 1028, [6:6] +; total TS size = 1032 +isPrime = bits, U32, 1032, [0:0] +engineTurnedRecently = bits, U32, 1032, [1:1] +isFuelPumpOn = bits, U32, 1032, [2:2] +ignitionOn = bits, U32, 1032, [3:3] +; total TS size = 1036 +isBenchTest = bits, U32, 1036, [0:0] +hasIgnitionVoltage = bits, U32, 1036, [1:1] +mainRelayState = bits, U32, 1036, [2:2] +delayedShutoffRequested = bits, U32, 1036, [3:3] +; total TS size = 1040 +lua_fuelAdd = scalar, F32, 1040, "g", 1, 0 +lua_fuelMult = scalar, F32, 1044, "", 1, 0 +lua_clutchUpState = bits, U32, 1048, [0:0] +lua_brakePedalState = bits, U32, 1048, [1:1] +lua_acRequestState = bits, U32, 1048, [2:2] +lua_luaDisableEtb = bits, U32, 1048, [3:3] +lua_luaIgnCut = bits, U32, 1048, [4:4] +sd_tCharge = scalar, S16, 1052, "deg C", 0.01, 0 +sd_tChargeK = scalar, F32, 1056, "", 1, 0 +crankingFuel_coolantTemperatureCoefficient = scalar, F32, 1060, "", 1, 0 +crankingFuel_tpsCoefficient = scalar, F32, 1064, "", 1, 0 +crankingFuel_durationCoefficient = scalar, F32, 1068, "", 1, 0 +crankingFuel_fuel = scalar, U16, 1072, "mg", 0.01, 0 +baroCorrection = scalar, F32, 1076, "", 1, 0 +hellenBoardId = scalar, S16, 1080, "id", 1, 0 +clutchUpState = scalar, S08, 1082, "", 1, 0 +clutchDownState = scalar, S08, 1083, "", 1, 0 +brakePedalState = scalar, S08, 1084, "", 1, 0 +startStopState = scalar, S08, 1085, "", 1, 0 +startStopStateToggleCounter = scalar, U32, 1088, "", 1, 0 +egtValue1 = scalar, F32, 1092, "", 1, 0 +egtValue2 = scalar, F32, 1096, "", 1, 0 +desiredRpmLimit = scalar, S16, 1100, "rpm", 1, 0 +fuelInjectionCounter = scalar, U32, 1104, "", 1, 0 +sparkCounter = scalar, U32, 1108, "", 1, 0 +fuelingLoad = scalar, F32, 1112, "", 1, 0 +ignitionLoad = scalar, F32, 1116, "", 1, 0 +veTableYAxis = scalar, U16, 1120, "%", 0.01, 0 +; total TS size = 1124 +tpsFrom = scalar, F32, 1124 +tpsTo = scalar, F32, 1128 +deltaTps = scalar, F32, 1132 +extraFuel = scalar, F32, 1136, "", 1, 0 +valueFromTable = scalar, F32, 1140, "", 1, 0 +isAboveAccelThreshold = bits, U32, 1144, [0:0] +isBelowDecelThreshold = bits, U32, 1144, [1:1] +isTimeToResetAccumulator = bits, U32, 1144, [2:2] +isFractionalEnrichment = bits, U32, 1144, [3:3] +belowEpsilon = bits, U32, 1144, [4:4] +tooShort = bits, U32, 1144, [5:5] +fractionalInjFuel = scalar, F32, 1148, "", 1, 0 +accumulatedValue = scalar, F32, 1152, "", 1, 0 +maxExtraPerCycle = scalar, F32, 1156, "", 1, 0 +maxExtraPerPeriod = scalar, F32, 1160, "", 1, 0 +maxInjectedPerPeriod = scalar, F32, 1164, "", 1, 0 +cycleCnt = scalar, S32, 1168, "", 1, 0 +; total TS size = 1172 +hwEventCounters1 = scalar, U32, 1172, "", 1, 0 +hwEventCounters2 = scalar, U32, 1176, "", 1, 0 +hwEventCounters3 = scalar, U32, 1180, "", 1, 0 +hwEventCounters4 = scalar, U32, 1184, "", 1, 0 +hwEventCounters5 = scalar, U32, 1188, "", 1, 0 +hwEventCounters6 = scalar, U32, 1192, "", 1, 0 +vvtCamCounter = scalar, U32, 1196, "", 1, 0 +mapVvt_MAP_AT_SPECIAL_POINT = scalar, F32, 1200, "", 1, 0 +mapVvt_MAP_AT_DIFF = scalar, F32, 1204, "", 1, 0 +mapVvt_MAP_AT_CYCLE_COUNT = scalar, U08, 1208, "", 1, 0 +mapVvt_map_peak = scalar, U08, 1209, "", 1, 0 +currentEngineDecodedPhase = scalar, F32, 1212, "deg", 1, 0 +triggerToothAngleError = scalar, F32, 1216, "deg", 1, 0 +triggerIgnoredToothCount = scalar, U08, 1220, "", 1, 0 +mapCamPrevToothAngle = scalar, F32, 1224, "deg", 1, 0 +isDecodingMapCam = bits, U32, 1228, [0:0] +; total TS size = 1232 +crankSynchronizationCounter = scalar, U32, 1232, "", 1, 0 +vvtSyncGapRatio = scalar, F32, 1236, "", 1, 0 +vvtToothDurations0 = scalar, U32, 1240, "us", 1, 0 +vvtCurrentPosition = scalar, F32, 1244, "", 1, 0 +triggerSyncGapRatio = scalar, F32, 1248, "", 1, 0 +triggerStateIndex = scalar, U08, 1252, "", 1, 0 +vvtCounter = scalar, U08, 1253, "", 1, 0 +camResyncCounter = scalar, U08, 1254, "", 1, 0 +vvtStateIndex = scalar, U08, 1255, "", 1, 0 +; total TS size = 1256 +m_hasSynchronizedPhase = bits, U32, 1256, [0:0] +; total TS size = 1260 +wallFuelCorrection = scalar, F32, 1260, "", 1, 0 +wallFuel = scalar, F32, 1264, "", 1, 0 +; total TS size = 1268 +idleState = bits, S32, 1268, [0:2], "not important" +currentIdlePosition = scalar, F32, 1272 +baseIdlePosition = scalar, F32, 1276 +iacByTpsTaper = scalar, F32, 1280 +throttlePedalUpState = scalar, S32, 1284, "", 1, 0 +mightResetPid = bits, U32, 1288, [0:0] +shouldResetPid = bits, U32, 1288, [1:1] +wasResetPid = bits, U32, 1288, [2:2] +mustResetPid = bits, U32, 1288, [3:3] +isCranking = bits, U32, 1288, [4:4] +isIacTableForCoasting = bits, U32, 1288, [5:5] +notIdling = bits, U32, 1288, [6:6] +needReset = bits, U32, 1288, [7:7] +isInDeadZone = bits, U32, 1288, [8:8] +isBlipping = bits, U32, 1288, [9:9] +useClosedLoop = bits, U32, 1288, [10:10] +badTps = bits, U32, 1288, [11:11] +looksLikeRunning = bits, U32, 1288, [12:12] +looksLikeCoasting = bits, U32, 1288, [13:13] +looksLikeCrankToIdle = bits, U32, 1288, [14:14] +isVerboseIAC = bits, U32, 1288, [15:15] +isIdleCoasting = bits, U32, 1288, [16:16] +targetRpmByClt = scalar, S32, 1292, "", 1, 0 +targetRpmAcBump = scalar, S32, 1296, "", 1, 0 +iacByRpmTaper = scalar, F32, 1300 +luaAdd = scalar, F32, 1304 +; total TS size = 1308 +idlePosition = scalar, F32, 1308, "per", 1,0 +trim = scalar, F32, 1312, "", 1, 0 +luaAdjustment = scalar, F32, 1316, "per", 1,0 +m_wastegatePosition = scalar, F32, 1320, "per", 1,0 +etbFeedForward = scalar, F32, 1324 +etbIntegralError = scalar, F32, 1328, "", 1, 0 +etbCurrentTarget = scalar, F32, 1332, "%", 1, 0 +etbCurrentAdjustedTarget = scalar, F32, 1336, "%", 1, 0 +etbRevLimitActive = bits, U32, 1340, [0:0] +jamDetected = bits, U32, 1340, [1:1] +etbDutyRateOfChange = scalar, F32, 1344, "per", 1,0 +etbDutyAverage = scalar, F32, 1348, "per", 1,0 +etbTpsErrorCounter = scalar, U16, 1352, "count", 1,0 +etbPpsErrorCounter = scalar, U16, 1354, "count", 1,0 +etbErrorCode = scalar, S08, 1356, "", 1, 0 +jamTimer = scalar, U16, 1358, "sec", 0.01, 0 +; total TS size = 1360 +faultCode = scalar, U08, 1360, "", 1, 0 +heaterDuty = scalar, U08, 1361, "%", 1, 0 +pumpDuty = scalar, U08, 1362, "%", 1, 0 +tempC = scalar, U16, 1364, "C", 1, 0 +nernstVoltage = scalar, U16, 1366, "V", 0.001, 0 +esr = scalar, U16, 1368, "ohm", 1, 0 +; total TS size = 1372 +dcOutput0 = scalar, F32, 1372, "per", 1,0 +isEnabled0_int = scalar, U08, 1376, "per", 1,0 +isEnabled0 = bits, U32, 1380, [0:0] +; total TS size = 1384 +value0 = scalar, U16, 1384, "value", 1,0 +value1 = scalar, U16, 1386, "value", 1,0 +errorRate = scalar, F32, 1388, "ratio", 1,0 +; total TS size = 1392 +vvtTarget = scalar, U16, 1392, "deg", 0.1, 0 +vvtOutput = scalar, U08, 1394, "%", 0.5, 0 +; total TS size = 1396 +lambdaCurrentlyGood = bits, U32, 1396, [0:0] +lambdaMonitorCut = bits, U32, 1396, [1:1] +lambdaTimeSinceGood = scalar, U16, 1400, "sec", 0.01, 0 +; total TS size = 1404 + + + time = { timeNow } + + egoCorrectionForVeAnalyze = { 100 + fuelPidCorrection1 } + + wbo0_hasFault = { enableAemXSeries && (faultCode >= 3) } + +[PcVariables] + tuneCrcPcVariable = continuousChannelValue, tuneCrc16 + + wueAfrTargetOffset = array, S16, [ 16], ":1", 0.1, 0.0, -3.0, 3.0, 1; + wueAnalRecommend = array, U08, [ 16], "%", 1.00, 0.0, 100, 255.00, 0 + + gearCountArray = array, S08, [10], "Gear", 1, 0, -1, { 10 - 2 }, 0, noMsqSave + solenoidCountArray = array, U08, [6], "Solenoid", 1, 0, 1, 6, 0, noMsqSave + + rangeInputArray = array, U08, [6], "Input", 1, 0, 0, 6, 0, noMsqSave + rangeStateArray = array, U08, [9], "State", 1, 0, 0, 9, 0, noMsqSave + +; wall of debug mode :) +; https://rusefi.com/wiki/index.php?title=Manual:Debug_fields +; Alternator TPS Acceleration Idle Engine Load Acc Trigger Counters VVT1 PID Cranking Ignition Timing Fu Corr VSS SD Card Knock Wall Wetting ETB PID Executor InstantRpm CJ125 CAN MAP TLE8888 Analog inputs 2 Start ETB Autotune DYNO_VIEW LOGIC_ANALYZER Wideband TCU Lua VVT2 PID VVT3 PID VVT4 PID +; 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 +; DBG_ALTERNATOR_PID DBG_TPS_ACCEL DBG_IDLE_CONTROL + debugFieldF1List = bits, U08, [0:7], "Alt: Controller Output", "From TPS", "", "Idle: Controller Output", "Idle output", " ", "", "VVT1: Controller Output"," ", "", "Ign IAT Corr", "", "", "Total SD", "last volts", "", "WW: Alpha", "ETB Controller Output", "", "", "df1", "df1", "InstantRpm", "", "24:df1", "CJ125: output", "", "MAP Average", "", "", "", "", "TPS1 Pri/Sec Diff", "", "", "", "","S unused" "", "Osc Amplitude", "", "", "", "" , "VSS", "", "WB: Pump DAC duty", "", "Lua Debug 1", "VVT2: Controller Output","VVT3: Controller Output","VVT4: Controller Output" + debugFieldF2List = bits, U08, [0:7], "Alt: I Term", "To TPS", "", "Idle: I Term", "Idle df2", " ", "", "VVT1: I Term", " ", "", "Ign CLT Corr", "", "", "Write Cnt","last filtered","", "WW: Beta", "ETB I Term", "", "", "df2", "df2", "InstantRPM Ratio","", "24:df2", "CJ125: i term", "", "MAP Duration", "", "", "", "", "TPS2 Pri/Sec Diff", "", "", "", "","S unused" "", "Duty Amplitude", "", "", "", "" , "Speed", "", "WB: ESR", "", "Lua Debug 2", "VVT2: I Term", "VVT3: I Term", "VVT4: I Term" + debugFieldF3List = bits, U08, [0:7], "Alt: Previous Error", "Current TPS<>TPS", "", "Idle: prev error", "Idle df3", "ICU sum", "", "VVT1: prev error", "", "", "", "", "", "Sync Cnt", "", "", "WW: film mass", "ETB err", "", "", "df3", "df3", "22df3", "", "24:df3", "CJ125: err", "", "MAP Fast", "", "", "", "", "TPS1/2 Diff", "", "", "", "","S unused" "", "Tu", "", "", "", "" , "DeltaSpeed", "", "WB: Nernst Voltage", "", "Lua Debug 3", "VVT2: prev error", "VVT3: prev error", "VVT4: prev error" + debugFieldF4List = bits, U08, [0:7], "Alt: I Gain", "Extra Fuel", "", "Idle: I Gain", "Idle df4", " ", "", "VVT1: I Gain", "", "", "Ign PID Adj", "", "", "File Cnt", "", "", "WW: m_cmd", "ETB I setting", "", "", "df4", "df4", "22df4", "", "24:df4", "CJ125: UA", "", "MAP Estimate", "", "", "", "", "Acc Pedal Pri/Sec Diff","", "", "", "","S unused" "", "Ku", "", "", "", "", "accel", "", "WB: Lambda", "", "Lua Debug 4", "VVT2: I Gain", "VVT3: I Gain", "VVT4: I Gain" + debugFieldF5List = bits, U08, [0:7], "Alt: D Gain", "df5", "", "Idle: D Gain", "Idle df5", " ", "df5", "VVT1: D Gain", "", "", "", "", "", "", "", "", "WW: film mass next","ETB D setting", "df5", "df5", "df5", "df5", "22df5", "", "24:df5", "CJ125: UR", "", "MAP Instant", "", "", "", "", "TPS1 Pri/Sec Ratio", "", "", "", "","S unused" "", "Kp", "", "", "", "", "", "", "", "", "Lua Debug 5", "VVT2: D Gain", "VVT3: D Gain", "VVT4: D Gain" + debugFieldF6List = bits, U08, [0:7], "Alt: D Term", "", "", "Idle: D Term", "Idle df6", " ", "", "VVT1: D Term", "", "", "", "", "", "", "", "", "", "ETB df6", "", "", "df6", "df6", "22df6", "", "24:df6", "cj: f7", "", "", "", "", "", "", "", "", "", "", "","S unused" "", "Ki", "", "", "", "", "", "", "", "", "Lua Debug 6", "VVT2: D Term", "VVT3: D Term", "VVT4: D Term" + debugFieldF7List = bits, U08, [0:7], "Alt: Max-Value", "", "", "Idle: Max-Value", "Idle df7", "", "", "VVT1: Max-Value", "", "", "", "", "", "", "", "", "", "ETB df7", "", "", "df7", "df7", "22df7", "", "24:df7", "cj: f7", "", "", "", "", "", "", "", "", "", "", "","S unused" "", "Kd", "", "", "", "", "", "", "", "", "Lua Debug 7", "", "", "" + debugFieldI1List = bits, U08, [0:7], "Alt: P Gain", "", "", "Idle: P Gain", "Idle di1", " ", "", "VVT1: P Gain", " ", "Cycle Counter", "Multispark Count", "", "", "", "hip corr", "", "", "ETB P-Gain", "t counter", "", "di1", "di1", "Spark Event Gap","", "24:di1", "CJ125: state", "read count","MAP counter", "", "", "", "SPI Counter", "", "", "", "", "","Start Count", "", "", "", "", "", "", "deltatime", "", "", "Solenoid 1 State", "Lua memory used","VVT2: P Gain", "VVT3: P Gain", "VVT4: P Gain" + debugFieldI2List = bits, U08, [0:7], "Alt: Offset", "", "", "Idle: Offset", "Idle di2", " ", "", "VVT1: Offset", "", "", "", "", "", "", "hip incor", "", "", "ETB di2", "invocationcounter", "", "di2", "di2", "Inj Event Gap", "", "24:di2", "", "write count","MAP raw ADC", "", "", "", "Latest Transmit","", "", "", "", "","Starter Enable", "", "", "", "", "", "", "", "", "", "Solenoid 2 State", "", "VVT2: Offset", "VVT3: Offset", "VVT4: Offset" + debugFieldI3List = bits, U08, [0:7], "Alt: Reset Cnt", "", "", "Idle: Reset Cnt", "Idle di3", " ", "", "VVT1: 10xTarget", "", "", "", "", "", "", "", "", "", "ETB di3", "s counter", "", "di3", "di3", "22di3", "", "24:di3", "", "write err", "", "", "", "", "Latest Received","", "", "", "", "","Starter Disable","", "", "", "", "", "", "", "", "", "Solenoid 3 State", "", "VVT2: 10xTarger", "VVT3: 10xTarger", "VVT4: 10xTarger" + debugFieldI4List = bits, U08, [0:7], "Alt: Period", "", "", "Idle: State", "Idle di4", "Cycle Cnt 1", "", "", "", "", "", "", "", "", "", "", "", "ETB di4", "executor", "", "di4", "di4", "22di4", "", "24:di4", "", "", "", "", "", "", "Init Count", "", "", "", "", "","" "", "", "", "", "", "", "", "", "", "Solenoid 4 State", "", "", "", "" + debugFieldI5List = bits, U08, [0:7], "", "", "", "", "Idle di5", "Cycle Cnt 2", "", "", "", "", "", "", "", "", "", "di5", "di5", "ETB di5", "max executor", "di5", "di5", "di5", "22di5", "di5", "di5", "di5", "di5", "di5", "", "di5", "di5", "di5", "", "di5", "di5", "di5", "","" "", "", "", "", "", "", "", "", "", "Solenoid 5 State", "", "", "", "" + + wboFaultCodeList = bits, U08, [0:3], "OK", "silent", "Unk", "failed to heat", "overheat", "underheat", "no supply", "legacy" + + injModeList = bits, U08, [0:3], "Simultaneous", "Sequential", "Batch", "Single Point" + ignModeList = bits, U08, [0:3], "Single Coil", "Sequential", "Wasted", "Two Coils" + +; ClearReason + fuelIgnCutCodeList = bits, U08, [0:7], "None", "fatal error", "setting disabled", "RPM limit", "fault RPM limit", "boost cut", "oil pressure", "stop requested", "ETB problem", "launch control", "max injector duty", "flood clear", "engine sync", "kickstart", "ign off", "Lua", "ACR", "Lambda Prot" + +; TpsState + etbCutCodeList = bits, U08, [0:7], "None", "engine stopped", "TPS error", "PPS error", "TPS noise", "PID noise", "Lua", "Manual", "N/A", "Redundancy", "PPS noise" + +[ConstantsExtensions] + ; defaultValue is used to provide TunerStudio with a value to use in the case of + ; the constant not yet being initialized. This is primarily important if the + ; constant is used as a variable in the ini. + ; defaultValue = constantName, value; + defaultValue = wueAfrTargetOffset, -1.5 -1.4 -1.15 -0.95 -0.775 -0.65 -0.5625 -0.5 -0.4375 -0.375 -0.3125 -0.25 -0.1875 -0.125 -0.0625 0 + + ; this magic is best described in output_channels.txt search for 'maintainConstantValue' + ; TPS 1 Primary + maintainConstantValue = tpsMax, { (calibrationMode == 1 ) ? calibrationValue : tpsMax } + maintainConstantValue = tpsMin, { (calibrationMode == 2 ) ? calibrationValue : tpsMin } + + ; TPS 1 Secondary + maintainConstantValue = tps1SecondaryMax, { (calibrationMode == 6 ) ? calibrationValue : tps1SecondaryMax } + maintainConstantValue = tps1SecondaryMin, { (calibrationMode == 7 ) ? calibrationValue : tps1SecondaryMin } + + ; TPS 2 Primary + maintainConstantValue = tps2Max, { (calibrationMode == 8 ) ? calibrationValue : tps2Max } + maintainConstantValue = tps2Min, { (calibrationMode == 9 ) ? calibrationValue : tps2Min } + + ; TPS 2 Secondary + maintainConstantValue = tps2SecondaryMax, { (calibrationMode == 10 ) ? calibrationValue : tps2SecondaryMax } + maintainConstantValue = tps2SecondaryMin, { (calibrationMode == 11 ) ? calibrationValue : tps2SecondaryMin } + + ; ETB Auto Gain Calibration + maintainConstantValue = etb_pFactor, { (calibrationMode == 3 ) ? calibrationValue : etb_pFactor } + maintainConstantValue = etb_iFactor, { (calibrationMode == 4 ) ? calibrationValue : etb_iFactor } + maintainConstantValue = etb_dFactor, { (calibrationMode == 5 ) ? calibrationValue : etb_dFactor } + + maintainConstantValue = throttlePedalUpVoltage, { (calibrationMode == 12 ) ? calibrationValue : throttlePedalUpVoltage } + maintainConstantValue = throttlePedalSecondaryUpVoltage, { (calibrationMode == 12 ) ? calibrationValue2 : throttlePedalSecondaryUpVoltage } + + maintainConstantValue = throttlePedalWOTVoltage, { (calibrationMode == 13 ) ? calibrationValue : throttlePedalWOTVoltage } + maintainConstantValue = throttlePedalSecondaryWOTVoltage, { (calibrationMode == 13 ) ? calibrationValue2 : throttlePedalSecondaryWOTVoltage } + + requiresPowerCycle = boardUseCanTerminator + requiresPowerCycle = lps25BaroSensorScl + requiresPowerCycle = lps25BaroSensorSda + requiresPowerCycle = binarySerialTxPin + requiresPowerCycle = binarySerialRxPin + requiresPowerCycle = tunerStudioSerialSpeed + requiresPowerCycle = auxSerialRxPin + requiresPowerCycle = auxSerialTxPin + + requiresPowerCycle = startStopButtonPin + requiresPowerCycle = startStopButtonMode + + requiresPowerCycle = enableAemXSeries + + requiresPowerCycle = etb_use_two_wires + requiresPowerCycle = etbFreq + requiresPowerCycle = etbFunctions1 + requiresPowerCycle = etbFunctions2 + + requiresPowerCycle = idle_solenoidFrequency + requiresPowerCycle = boostPwmFrequency + requiresPowerCycle = alternatorPwmFrequency + requiresPowerCycle = vvtOutputFrequency + requiresPowerCycle = vvtPins1 + requiresPowerCycle = vvtPins2 + requiresPowerCycle = vvtPins3 + requiresPowerCycle = vvtPins4 + + requiresPowerCycle = auxAnalogInputs1 + requiresPowerCycle = auxAnalogInputs2 + requiresPowerCycle = auxAnalogInputs3 + requiresPowerCycle = auxAnalogInputs4 + requiresPowerCycle = auxAnalogInputs5 + requiresPowerCycle = auxAnalogInputs6 + requiresPowerCycle = auxAnalogInputs7 + requiresPowerCycle = auxAnalogInputs8 + + readOnly = warning_message + + defaultValue = gearCountArray, -1 0 1 2 3 4 5 6 7 8 + readOnly = gearCountArray + defaultValue = solenoidCountArray, 1 2 3 4 5 6 7 8 + readOnly = solenoidCountArray + + defaultValue = rangeStateArray, 0 1 2 3 4 5 6 7 8 + readOnly = rangeStateArray + defaultValue = rangeInputArray, 0 1 2 3 4 5 + readOnly = solenoidCountArray + +[CurveEditor] +; xAxis = leftValue, rightValue, step +; yAxis = bottomValue, topValue, step + + curve = knockThresholdCurve, "Engine knock threshold RPM based" + columnLabel = "RPM", "Threshold" + xAxis = 0, 8000, 9 + yAxis = 0, 8, 10 + xBins = knockNoiseRpmBins, RPMValue + yBins = knockBaseNoise + gauge = RPMGauge + + curve = narrowToWideOxygenCurve, "Narrow to Wideband approximation" + columnLabel = "Voltage", "AFR" + xAxis = 0, 6, 10 + yAxis = 0, 28, 10 + xBins = narrowToWideOxygenBins + yBins = narrowToWideOxygen +#if LAMBDA + gauge = lambda1Gauge +#else + gauge = afr1Gauge +#endif + + curve = scriptCurve1, "Script Curve #1" + columnLabel = "X", "Y" + xAxis = 0, 128, 10 + yAxis = -155, 150, 10 + xBins = scriptCurve1Bins + yBins = scriptCurve1 + showTextValues = true + + curve = scriptCurve2, "Script Curve #2" + columnLabel = "X", "Y" + xAxis = 0, 128, 10 + yAxis = -150, 150, 10 + xBins = scriptCurve2Bins + yBins = scriptCurve2 + showTextValues = true + + curve = scriptCurve3, "Script Curve #3" + columnLabel = "X", "Y" + xAxis = 0, 128, 10 + yAxis = -5, 5, 10 + xBins = scriptCurve3Bins + yBins = scriptCurve3 + showTextValues = true + + curve = scriptCurve4, "Script Curve #4" + columnLabel = "X", "Y" + xAxis = 0, 128, 10 + yAxis = -5, 5, 10 + xBins = scriptCurve4Bins + yBins = scriptCurve4 + showTextValues = true + + curve = scriptCurve5, "Script Curve #5" + columnLabel = "X", "Y" + xAxis = 0, 128, 10 + yAxis = -5, 5, 10 + xBins = scriptCurve5Bins + yBins = scriptCurve5 + showTextValues = true + + curve = scriptCurve6, "Script Curve #6" + columnLabel = "X", "Y" + xAxis = 0, 128, 10 + yAxis = -5, 5, 10 + xBins = scriptCurve6Bins + yBins = scriptCurve6 + showTextValues = true + + curve = dwellCorrection, "Dwell time base" + columnLabel = "RPM", "Dwell" + xAxis = 0, 8000, 9 + yAxis = 0, 8, 9 + xBins = sparkDwellRpmBins, RPMValue + yBins = sparkDwellValues + gauge = RPMGauge + + curve = dwellVoltageCorrection, "Dwell voltage correction" + columnLabel = "Battery Volts", "Multiplier" + xAxis = 6, 16, 11 + yAxis = 0, 3, 7 + xBins = dwellVoltageCorrVoltBins, VBatt + yBins = dwellVoltageCorrValues + gauge = VBattGauge + + curve = tpsTspRpmCorrection, "Transient RPM correction" + columnLabel = "RPM", "Multiplier" + xAxis = 6, 16, 11 + yAxis = 0, 3, 7 + xBins = tpsTspCorrValuesBins, RPMValue + yBins = tpsTspCorrValues + gauge = RPMGauge + + curve = primingPulse, "Priming pulse fuel mass" + columnLabel = "Coolant", "Prime Pulse" + xAxis = -40, 120, 9 + yAxis = 0, 1000, 9 + xBins = primeBins, coolant + yBins = primeValues + gauge = CLTGauge + + curve = map_samplingAngleCurve, "MAP Sampling Start Angle" + columnLabel = "RPM", "Angle" + xAxis = 0, 8000, 9 + yAxis = 0, 180, 10 + xBins = map_samplingAngleBins, RPMValue + yBins = map_samplingAngle + gauge = MAPGauge + + curve = map_samplingWindowCurve, "MAP Sampling Duration" + columnLabel = "RPM", "Window" + xAxis = 0, 8000, 9 + yAxis = 0, 180, 10 + xBins = map_samplingWindowBins, RPMValue + yBins = map_samplingWindow + gauge = MAPGauge + + curve = injectorsDeadTime, "Injector dead time" + columnLabel = "Battery", "Dead Time" + xAxis = 6, 16, 11 + yAxis = 0, 8, 9 + xBins = injector_battLagCorrBins, VBatt + yBins = injector_battLagCorr + gauge = VBattGauge + + curve = vrThresholdCurve1, "VR 1 Threshold" + columnLabel = "RPM", "Voltage" + xAxis = 0, 8000, 9 + yAxis = 0, 2.5, 6 + xBins = vrThreshold1_rpmBins, RPMValue + yBins = vrThreshold1_values + + curve = vrThresholdCurve2, "VR 2 Threshold" + columnLabel = "RPM", "Voltage" + xAxis = 0, 8000, 9 + yAxis = 0, 2.5, 6 + xBins = vrThreshold2_rpmBins, RPMValue + yBins = vrThreshold2_values + + curve = mafDecodingCurve, "MAF sensor" + columnLabel = "Voltage", "kg/hour" + xAxis = -1, 6, 10 + yAxis = -30, 1300, 10 + xBins = mafDecodingBins, rawMaf + yBins = mafDecoding + gauge = rawMafGauge + + curve = iatFuelCorrCurve, "Intake air temperature fuel Multiplier" + topicHelp = "iatFuelCorrCurveHelp" + columnLabel = "Air Temp", "Multiplier" + xAxis = -40, 120, 9 + yAxis = 0, 2, 11 + xBins = iatFuelCorrBins, intake + yBins = iatFuelCorr + gauge = IATGauge + + curve = cltTimingCorrCurve, "Warmup timing correction" + columnLabel = "Coolant", "Extra" + xAxis = -40, 120, 9 + yAxis = 0, 20, 9 + xBins = cltTimingBins, coolant + yBins = cltTimingExtra + gauge = CLTGauge + + curve = cltFuelCorrCurve, "Warmup fuel manual Multiplier" + columnLabel = "Coolant", "Multiplier" + xAxis = -40, 120, 9 + yAxis = 0, 3, 10 + xBins = cltFuelCorrBins, coolant + yBins = cltFuelCorr + gauge = CLTGauge + + curve = crankingCltCurve, "Cranking Coolant Temperature Multiplier" + columnLabel = "Coolant", "Multiplier" + xAxis = -40, 120, 9 + yAxis = 0, 3, 10 + xBins = crankingFuelBins, coolant + yBins = crankingFuelCoef + gauge = CLTGauge + + curve = crankingCltCurveE100, "Cranking Coolant Temperature Multiplier (Flex Fuel E85)" + columnLabel = "Coolant", "Multiplier" + xAxis = -40, 120, 9 + yAxis = 0, 3, 10 + xBins = crankingFuelBins, coolant + yBins = crankingFuelCoefE100 + gauge = CLTGauge + + curve = cltRevLimitCurve, "" + columnLabel = "Coolant", "RPM Limit" + xAxis = -40, 120, 9 + yAxis = 0, 8000, 9 + xBins = cltRevLimitRpmBins, coolant + yBins = cltRevLimitRpm + gauge = CLTGauge + + curve = etbTpsBiasCurve, "Electronic TB Bias Curve" + columnLabel = "TPS", "duty bias" + xAxis = 0, 50, 11 + yAxis = -40, 40, 9 + xBins = etbBiasBins, TPSValue + yBins = etbBiasValues + gauge = TPSGauge + + curve = crankingTpsCurve, "Cranking TPS Multiplier" + columnLabel = "TPS", "Multiplier" + xAxis = 0, 100, 11 + yAxis = 0, 3, 10 + xBins = crankingTpsBins, TPSValue + yBins = crankingTpsCoef + gauge = TPSGauge + + curve = crankingDurationCurve, "Cranking Cycle Multiplier" + columnLabel = "Engine Cycle", "Multiplier" + xAxis = 0, 50, 11 + yAxis = 0, 5, 6 + xBins = crankingCycleBins + yBins = crankingCycleCoef + + + curve = cltIdleCurve, "Warmup Idle multiplier" + columnLabel = "Coolant", "Multiplier" + xAxis = -40, 120, 10 + yAxis = 0, 3, 10 + xBins = cltIdleCorrBins, coolant + yBins = cltIdleCorr + gauge = CLTGauge + + curve = iacCoastingCurve, "Coasting IAC Position" + columnLabel = "RPM", "Multiplier" + xAxis = -40, 120, 9 + yAxis = 0, 100, 10 + xBins = iacCoastingRpmBins, RPMValue + yBins = iacCoasting + gauge = idleAirValvePositionGauge + + curve = cltCrankingCurve, "Cranking Idle Air multiplier" + columnLabel = "Coolant", "Multiplier" + xAxis = -40, 120, 9 + yAxis = 0, 3, 10 + xBins = cltCrankingCorrBins, coolant + yBins = cltCrankingCorr + gauge = CLTGauge + + curve = cltIdleRPMCurve, "Idle Target RPM" + columnLabel = "Coolant", "RPM" + xAxis = -40, 120, 9 + yAxis = 0, 2400, 13 + xBins = cltIdleRpmBins, coolant + yBins = cltIdleRpm, RPMValue + gauge = CLTGauge + + curve = idleAdvanceCurve, "Idle Advance Angle" + columnLabel = "RPM", "degrees" + xAxis = 0, 2400, 13 + yAxis = -100, 100, 11 + xBins = idleAdvanceBins, RPMValue + yBins = idleAdvance + gauge = RPMGauge + + curve = crankingAdvanceCurve, "Cranking Advance Angle" + columnLabel = "RPM", "degrees" + xAxis = 0, 1200, 13 + yAxis = -30, 30, 11 + xBins = crankingAdvanceBins, RPMValue + yBins = crankingAdvance + gauge = RPMGauge + + curve = fuelLevelCurve, "Fuel Level" + columnLabel = "Voltage", "%" + xAxis = 0, 5, 6 + yAxis = 0, 100, 11 + xBins = fuelLevelBins + yBins = fuelLevelValues + gauge = fuelTankLevelGauge + + curve = wueAfrTargetOffsetCurve, "AFR Target Temperature Adjustment" + columnLabel = "Coolant", "AFR Offset" + xAxis = -40, 200, 9 + yAxis = -3, 1, 5 + xBins = cltFuelCorrBins, coolant + yBins = wueAfrTargetOffset + gauge = cltGauge + + curve = wueAnalyzer_warmup_curve, "Warmup Enrichment" + columnLabel = "Coolant", "Current WUE", "Coolant", "Corrected" + xAxis = -40, 200, 9 + yAxis = 90, 500, 6 + xBins = cltFuelCorrBins, coolant + yBins = cltFuelCorr + yBins = wueAnalRecommend + ;gauge = cltGauge + + lineLabel = "Warmup Correction" + lineLabel = "Recommended WUE" + + curve = hpfpLobeProfileCurve, "HPFP Lobe Profile" + columnLabel = "% pump volume", "angle" + xAxis = 0, 100, 11 + yAxis = 0, 240, 13 + xBins = hpfpLobeProfileQuantityBins + yBins = hpfpLobeProfileAngle + + curve = hpfpDeadtimeCurve, "HPFP Valve Deadtime" + columnLabel = "volts", "ms" + xAxis = 5, 15, 11 + yAxis = 0, 5, 6 + xBins = hpfpDeadtimeVoltsBins + yBins = hpfpDeadtimeMS + + curve = wwTauCltCurve, "Evap time vs. CLT" + columnLabel = "coolant", "seconds" + xAxis = -40, 120, 9 + yAxis = 0, 2, 9 + xBins = wwCltBins, coolant + yBins = wwTauCltValues + gauge = CLTGauge + + curve = wwTauMapCurve, "Evap time vs. MAP" + columnLabel = "MAP", "mult" + xAxis = 0, 100, 5 + yAxis = 0, 2, 9 + xBins = wwMapBins, MAPValue + yBins = wwTauMapValues + gauge = MAPGauge + + curve = wwBetaCltCurve, "Impact fraction vs. CLT" + columnLabel = "coolant", "fraction" + xAxis = -40, 120, 9 + yAxis = 0, 2, 9 + xBins = wwCltBins, coolant + yBins = wwBetaCltValues + gauge = CLTGauge + + curve = wwBetaMapCurve, "Impact fraction vs. MAP" + columnLabel = "MAP", "mult" + xAxis = 0, 100, 5 + yAxis = 0, 2, 9 + xBins = wwMapBins, MAPValue + yBins = wwBetaMapValues + gauge = MAPGauge + + curve = tchargeCurve, "Charge temperature estimation coefficient" + columnLabel = "flow", "coefficient" + xAxis = 0, 500, 6 + yAxis = 0, 100, 5 + xBins = tchargeBins, mafEstimate + yBins = tchargeValues + gauge = tChargeGauge + + curve = tccLockCurve, "TCC Lock Curve" + columnLabel = "TPS", "Lock Speed", "Unlock Speed" + xAxis = 0, 100, 10 + yAxis = 0, 100, 10 + xBins = tcu_tccTpsBins, TPSValue + yBins = tcu_tccLockSpeed + yBins = tcu_tccUnlockSpeed + gauge = TPSGauge + + curve = pcPerGearCurve, "Transmission Line Pressure Control" + columnLabel = "Airmass", "" + xAxis = 0, 5, 10 + yAxis = 0, 100, 10 + xBins = tcu_pcAirmassBins, chargeAirMass + yBins = tcu_pcValsR + yBins = tcu_pcValsN + yBins = tcu_pcVals1 + yBins = tcu_pcVals2 + yBins = tcu_pcVals3 + yBins = tcu_pcVals4 + lineLabel = "R%" + lineLabel = "N%" + lineLabel = "1%" + lineLabel = "2%" + lineLabel = "3%" + lineLabel = "4%" + +curve = pcPerShiftCurve, "Transmission Line Pressure Control - Shift" + columnLabel = "Airmass", "" + xAxis = 0, 5, 10 + yAxis = 0, 100, 10 + xBins = tcu_pcAirmassBins, chargeAirMass + yBins = tcu_pcVals12 + yBins = tcu_pcVals23 + yBins = tcu_pcVals34 + yBins = tcu_pcVals21 + yBins = tcu_pcVals32 + yBins = tcu_pcVals43 + lineLabel = "1->2%" + lineLabel = "2->3%" + lineLabel = "3->4%" + lineLabel = "2->1%" + lineLabel = "3->2%" + lineLabel = "4->3%" + +curve = 32Curve, "3-2 Shift Solenoid Percent by Speed" + columnLabel = "Speed", "%" + xAxis = 0, 200, 20 + yAxis = 0, 100, 10 + xBins = tcu_32SpeedBins, vehicleSpeedKph + yBins = tcu_32Vals + +curve = rangeMatrix, "Range Switch Input Matrix" + columnLabel = "Pin", "" + xAxis = 0, 6, 6 + yAxis = 0, 3, 3 + xBins = rangeInputArray + yBins = tcu_rangeP + yBins = tcu_rangeR + yBins = tcu_rangeN + yBins = tcu_rangeD + yBins = tcu_rangeM + yBins = tcu_rangeM3 + yBins = tcu_rangeM2 + yBins = tcu_rangeM1 + yBins = tcu_rangePlus + yBins = tcu_rangeMinus + yBins = tcu_rangeLow + lineLabel = "Park" + lineLabel = "Reverse" + lineLabel = "Neutral" + lineLabel = "Drive" + lineLabel = "Manual" + lineLabel = "Manual 3rd" + lineLabel = "Manual 2nd" + lineLabel = "Manual 1st" + lineLabel = "Manual +" + lineLabel = "Manual -" + lineLabel = "Low" + + curve = ignAdder1Bias, "Ignition adder 1 bias" + columnLabel = "param", "bias" + xAxis = 0, 100, 11 + yAxis = 0, 100, 5 + xBins = ignBlends1_blendBins, ignBlendParameter1 + yBins = ignBlends1_blendValues + + curve = ignAdder2Bias, "Ignition adder 2 bias" + columnLabel = "param", "bias" + xAxis = 0, 100, 11 + yAxis = 0, 100, 5 + xBins = ignBlends2_blendBins, ignBlendParameter2 + yBins = ignBlends2_blendValues + + curve = ignAdder3Bias, "Ignition adder 3 bias" + columnLabel = "param", "bias" + xAxis = 0, 100, 11 + yAxis = 0, 100, 5 + xBins = ignBlends3_blendBins, ignBlendParameter3 + yBins = ignBlends3_blendValues + + curve = ignAdder4Bias, "Ignition adder 4 bias" + columnLabel = "param", "bias" + xAxis = 0, 100, 11 + yAxis = 0, 100, 5 + xBins = ignBlends4_blendBins, ignBlendParameter4 + yBins = ignBlends4_blendValues + + curve = veBlend1Bias, "VE blend 1 bias" + columnLabel = "param", "bias" + xAxis = 0, 100, 11 + yAxis = 0, 100, 5 + xBins = veBlends1_blendBins, veBlendParameter1 + yBins = veBlends1_blendValues + + curve = veBlend2Bias, "VE blend 2 bias" + columnLabel = "param", "bias" + xAxis = 0, 100, 11 + yAxis = 0, 100, 5 + xBins = veBlends2_blendBins, veBlendParameter2 + yBins = veBlends2_blendValues + + curve = veBlend3Bias, "VE blend 3 bias" + columnLabel = "param", "bias" + xAxis = 0, 100, 11 + yAxis = 0, 100, 5 + xBins = veBlends3_blendBins, veBlendParameter3 + yBins = veBlends3_blendValues + + curve = veBlend4Bias, "VE blend 4 bias" + columnLabel = "param", "bias" + xAxis = 0, 100, 11 + yAxis = 0, 100, 5 + xBins = veBlends4_blendBins, veBlendParameter4 + yBins = veBlends4_blendValues + + curve = boostOpenLoopBlend1Bias, "Boost open loop blend 1 bias" + columnLabel = "param", "bias" + xAxis = 0, 100, 11 + yAxis = 0, 100, 5 + xBins = boostOpenLoopBlends1_blendBins, boostOpenLoopBlendParameter1 + yBins = boostOpenLoopBlends1_blendValues + + curve = boostOpenLoopBlend2Bias, "Boost open loop blend 2 bias" + columnLabel = "param", "bias" + xAxis = 0, 100, 11 + yAxis = 0, 100, 5 + xBins = boostOpenLoopBlends2_blendBins, boostOpenLoopBlendParameter2 + yBins = boostOpenLoopBlends2_blendValues + + curve = boostClosedLoopBlend1Bias, "Boost Closed loop blend 1 bias" + columnLabel = "param", "bias" + xAxis = 0, 100, 11 + yAxis = 0, 100, 5 + xBins = boostClosedLoopBlends1_blendBins, boostClosedLoopBlendParameter1 + yBins = boostClosedLoopBlends1_blendValues + + curve = boostClosedLoopBlend2Bias, "Boost Closed loop blend 2 bias" + columnLabel = "param", "bias" + xAxis = 0, 100, 11 + yAxis = 0, 100, 5 + xBins = boostClosedLoopBlends2_blendBins, boostClosedLoopBlendParameter2 + yBins = boostClosedLoopBlends2_blendValues + + curve = throttleEffectiveArea, "Throttle effective area" + columnLabel = "TPS", "normalized flow" + xAxis = 0, 100, 11 + yAxis = 0, 2, 5 + xBins = throttleEstimateEffectiveAreaBins, TPSValue + yBins = throttleEstimateEffectiveAreaValues + gauge = TPSGauge + + curve = boostOpenLoopGearAdderCurve, "Boost Open Loop gear-based adder" + columnLabel = "Gear", "duty cycle" + xAxis = 0, 100, 11 + yAxis = 0, 100, 5 + xBins = gearCountArray, tcuCurrentGear + yBins = gearBasedOpenLoopBoostAdder + +[TableEditor] + ; table_id, map3d_id, "title", page + +; move table into a panel? or find a way to add a link to https://rusefi.com/s/tpstps https://github.com/rusefi/rusefi/issues/5130 + table = tpsTpsAccelTbl, tpsTpsAccelMap, "TPS/TPS Acceleration Extra Fuel(ms)", 1 + topicHelp = "tpstpsHelp" + xBins = tpsTpsAccelFromRpmBins, TPSValue + yBins = tpsTpsAccelToRpmBins, TPSValue + zBins = tpsTpsAccelTable + + table = boostTableTbl, boostMapOpen, "Boost control duty cycle (open loop)", 1 + xBins = boostRpmBins, RPMValue + yBins = boostTpsBins, TPSValue + zBins = boostTableOpenLoop + + table = boostTable2Tbl, boostMapClosed, "Boost control target (kPa)", 1 + xBins = boostRpmBins, RPMValue + yBins = boostTpsBins, TPSValue + zBins = boostTableClosedLoop + + table = vvtTable1Tbl, vvtTable1Map, "Intake VVT closed loop Target", 1 + xBins = vvtTable1RpmBins, RPMValue + yBins = vvtTable1LoadBins, fuelingLoad + zBins = vvtTable1 + + table = vvtTable2Tbl, vvtTable2Map, "Exhaust VVT closed loop Target", 1 + xBins = vvtTable2RpmBins, RPMValue + yBins = vvtTable2LoadBins, fuelingLoad + zBins = vvtTable2 + + + table = scriptTable1Tbl, scriptTable1Map, "Script Table #1", 1 + xBins = scriptTable1RpmBins, RPMValue + yBins = scriptTable1LoadBins, fuelingLoad + zBins = scriptTable1 + + table = scriptTable2Tbl, scriptTable2Map, "Script Table #2", 1 + xBins = scriptTable2RpmBins, RPMValue + yBins = scriptTable2LoadBins, fuelingLoad + zBins = scriptTable2 + + table = scriptTable3Tbl, scriptTable3Map, "Script Table #3", 1 + xBins = scriptTable3RpmBins, RPMValue + yBins = scriptTable3LoadBins, fuelingLoad + zBins = scriptTable3 + + table = scriptTable4Tbl, scriptTable4Map, "Script Table #4", 1 + xBins = scriptTable4RpmBins, RPMValue + yBins = scriptTable4LoadBins, fuelingLoad + zBins = scriptTable4 + + table = IgnRetardTableALS, IgnRetardALS, "Ignition adjustment", 1 + xBins = alsIgnRetardrpmBins, RPMValue + yBins = alsIgnRetardLoadBins, TPSValue + zBins = ALSTimingRetardTable + gridHeight = 4.0 + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + upDownLabel = "(RICHER)", "(LEANER)" + + table = FuelAdderTableALS, FuelAdderALS, "Fuel adjustment", 1 + xBins = alsFuelAdjustmentrpmBins, RPMValue + yBins = alsFuelAdjustmentLoadBins, TPSValue + zBins = ALSFuelAdjustment + gridHeight = 4.0 + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + upDownLabel = "(RICHER)", "(LEANER)" + + table = IgnSkipTableALS, IgnSkipALS, "Ignition Skip", 1 + ; constant, variable + xBins = alsIgnSkiprpmBins, RPMValue + yBins = alsIgnSkipLoadBins, TPSValue + zBins = ALSIgnSkipTable + gridHeight = 4.0 + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + upDownLabel = "(RICHER)", "(LEANER)" + + table = baroCorrTbl, baroCorrMap, "Baro Correction", 1 + xyLabels = "RPM", "Ignition Load" + xBins = baroCorrRpmBins, RPMValue + yBins = baroCorrPressureBins, baroPressure + zBins = baroCorrTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + upDownLabel = "(RICHER)", "(LEANER)" + + table = ignitionTableTbl, ignitionTableMap, "Ignition Table", 1 + xyLabels = "RPM", "Ignition Load" + xBins = ignitionRpmBins, RPMValue + yBins = ignitionLoadBins, ignitionLoad + zBins = ignitionTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + upDownLabel = "(RICHER)", "(LEANER)" + + table = ignAdder1Table, ignAdder1Map, "Ignition adder 1", 1 + xyLabels = "RPM", "Ignition Load" + xBins = ignBlends1_rpmBins, RPMValue + yBins = ignBlends1_loadBins, ignitionLoad + zBins = ignBlends1_table + gridOrient = 250, 0, 340 + + table = ignAdder2Table, ignAdder2Map, "Ignition adder 2", 1 + xyLabels = "RPM", "Ignition Load" + xBins = ignBlends2_rpmBins, RPMValue + yBins = ignBlends2_loadBins, ignitionLoad + zBins = ignBlends2_table + gridOrient = 250, 0, 340 + + table = ignAdder3Table, ignAdder3Map, "Ignition adder 3", 1 + xyLabels = "RPM", "Ignition Load" + xBins = ignBlends3_rpmBins, RPMValue + yBins = ignBlends3_loadBins, ignitionLoad + zBins = ignBlends3_table + gridOrient = 250, 0, 340 + + table = ignAdder4Table, ignAdder4Map, "Ignition adder 4", 1 + xyLabels = "RPM", "Ignition Load" + xBins = ignBlends4_rpmBins, RPMValue + yBins = ignBlends4_loadBins, ignitionLoad + zBins = ignBlends4_table + gridOrient = 250, 0, 340 + + table = veBlend1Table, veBlend1Map, "VE blend 1", 1 + xyLabels = "RPM", "Fueling Load" + xBins = veBlends1_rpmBins, RPMValue + yBins = veBlends1_loadBins, fuelingLoad + zBins = veBlends1_table + gridOrient = 250, 0, 340 + + table = veBlend2Table, veBlend2Map, "VE blend 2", 1 + xyLabels = "RPM", "Fueling Load" + xBins = veBlends2_rpmBins, RPMValue + yBins = veBlends2_loadBins, fuelingLoad + zBins = veBlends2_table + gridOrient = 250, 0, 340 + + table = veBlend3Table, veBlend3Map, "VE blend 3", 1 + xyLabels = "RPM", "Fueling Load" + xBins = veBlends3_rpmBins, RPMValue + yBins = veBlends3_loadBins, fuelingLoad + zBins = veBlends3_table + gridOrient = 250, 0, 340 + + table = veBlend4Table, veBlend4Map, "VE blend 4", 1 + xyLabels = "RPM", "Fueling Load" + xBins = veBlends4_rpmBins, RPMValue + yBins = veBlends4_loadBins, fuelingLoad + zBins = veBlends4_table + gridOrient = 250, 0, 340 + + table = boostOpenBlend1Table, boostOpenBlend1Map, "Boost open loop blend 1", 1 + xyLabels = "RPM", "TPS" + xBins = boostOpenLoopBlends1_rpmBins, RPMValue + yBins = boostOpenLoopBlends1_loadBins, TPSValue + zBins = boostOpenLoopBlends1_table + gridOrient = 250, 0, 340 + + table = boostOpenBlend2Table, boostOpenBlend2Map, "Boost open loop blend 2", 1 + xyLabels = "RPM", "TPS" + xBins = boostOpenLoopBlends2_rpmBins, RPMValue + yBins = boostOpenLoopBlends2_loadBins, TPSValue + zBins = boostOpenLoopBlends2_table + gridOrient = 250, 0, 340 + + table = boostClosedBlend1Table, boostClosedBlend1Map, "Boost closed loop blend 1", 1 + xyLabels = "RPM", "TPS" + xBins = boostClosedLoopBlends1_rpmBins, RPMValue + yBins = boostClosedLoopBlends1_loadBins, TPSValue + zBins = boostClosedLoopBlends1_table + gridOrient = 250, 0, 340 + + table = boostClosedBlend2Table, boostClosedBlend2Map, "Boost closed loop blend 2", 1 + xyLabels = "RPM", "TPS" + xBins = boostClosedLoopBlends2_rpmBins, RPMValue + yBins = boostClosedLoopBlends2_loadBins, TPSValue + zBins = boostClosedLoopBlends2_table + gridOrient = 250, 0, 340 + + table = ignitionIatCorrTableTbl, ignitionIatCorrTableMap, "Ignition Intake Air Temp correction", 1 + xyLabels = "Air Temp", "Ignition Load" + xBins = ignitionIatCorrTempBins, intake + yBins = ignitionIatCorrLoadBins, ignitionLoad + zBins = ignitionIatCorrTable +; gridHeight = 2.0 + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + upDownLabel = "(RICHER)", "(LEANER)" + + table = torqueTableTbl, torqueTableMap, "Engine Torque", 1 + xBins = torqueRpmBins, RPMValue + yBins = torqueLoadBins, veTableYAxis + zBins = torqueTable + + table = veTableTbl, veTableMap, "VE Table", 1 + xyLabels = "RPM", "load" + xBins = veRpmBins, RPMValue + yBins = veLoadBins, veTableYAxis + zBins = veTable +; gridHeight = 2.0 + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + upDownLabel = "(RICHER)", "(LEANER)" + + table = idleVeTableTbl, idleVeTable, "Idle VE" + xyLabels = "RPM", "load" + xBins = idleVeRpmBins, RPMValue + yBins = idleVeLoadBins, veTableYAxis + zBins = idleVeTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + upDownLabel = "(RICHER)", "(LEANER)" + + table = fuelTrimTbl1, fuelTrimMap1, "Fuel trim cyl 1", 1 + xBins = fuelTrimRpmBins, RPMValue + yBins = fuelTrimLoadBins, veTableYAxis + zBins = fuelTrims1_table + upDownLabel = "(RICHER)", "(LEANER)" + + table = fuelTrimTbl2, fuelTrimMap2, "Fuel trim cyl 2", 1 + xBins = fuelTrimRpmBins, RPMValue + yBins = fuelTrimLoadBins, veTableYAxis + zBins = fuelTrims2_table + upDownLabel = "(RICHER)", "(LEANER)" + + table = fuelTrimTbl3, fuelTrimMap3, "Fuel trim cyl 3", 1 + xBins = fuelTrimRpmBins, RPMValue + yBins = fuelTrimLoadBins, veTableYAxis + zBins = fuelTrims3_table + upDownLabel = "(RICHER)", "(LEANER)" + + table = fuelTrimTbl4, fuelTrimMap4, "Fuel trim cyl 4", 1 + xBins = fuelTrimRpmBins, RPMValue + yBins = fuelTrimLoadBins, veTableYAxis + zBins = fuelTrims4_table + upDownLabel = "(RICHER)", "(LEANER)" + + table = fuelTrimTbl5, fuelTrimMap5, "Fuel trim cyl 5", 1 + xBins = fuelTrimRpmBins, RPMValue + yBins = fuelTrimLoadBins, veTableYAxis + zBins = fuelTrims5_table + upDownLabel = "(RICHER)", "(LEANER)" + + table = fuelTrimTbl6, fuelTrimMap6, "Fuel trim cyl 6", 1 + xBins = fuelTrimRpmBins, RPMValue + yBins = fuelTrimLoadBins, veTableYAxis + zBins = fuelTrims6_table + upDownLabel = "(RICHER)", "(LEANER)" + + table = fuelTrimTbl7, fuelTrimMap7, "Fuel trim cyl 7", 1 + xBins = fuelTrimRpmBins, RPMValue + yBins = fuelTrimLoadBins, veTableYAxis + zBins = fuelTrims7_table + upDownLabel = "(RICHER)", "(LEANER)" + + table = fuelTrimTbl8, fuelTrimMap8, "Fuel trim cyl 8", 1 + xBins = fuelTrimRpmBins, RPMValue + yBins = fuelTrimLoadBins, veTableYAxis + zBins = fuelTrims8_table + upDownLabel = "(RICHER)", "(LEANER)" + + table = fuelTrimTbl9, fuelTrimMap9, "Fuel trim cyl 9", 1 + xBins = fuelTrimRpmBins, RPMValue + yBins = fuelTrimLoadBins, veTableYAxis + zBins = fuelTrims9_table + upDownLabel = "(RICHER)", "(LEANER)" + + table = fuelTrimTbl10, fuelTrimMap10, "Fuel trim cyl 10", 1 + xBins = fuelTrimRpmBins, RPMValue + yBins = fuelTrimLoadBins, veTableYAxis + zBins = fuelTrims10_table + upDownLabel = "(RICHER)", "(LEANER)" + + table = fuelTrimTbl11, fuelTrimMap11, "Fuel trim cyl 11", 1 + xBins = fuelTrimRpmBins, RPMValue + yBins = fuelTrimLoadBins, veTableYAxis + zBins = fuelTrims11_table + upDownLabel = "(RICHER)", "(LEANER)" + + table = fuelTrimTbl12, fuelTrimMap12, "Fuel trim cyl 12", 1 + xBins = fuelTrimRpmBins, RPMValue + yBins = fuelTrimLoadBins, veTableYAxis + zBins = fuelTrims12_table + upDownLabel = "(RICHER)", "(LEANER)" + + table = ignTrimTbl1, ignTrimMap1, "Ign trim cyl 1", 1 + xBins =ignTrimRpmBins, RPMValue + yBins =ignTrimLoadBins, ignitionLoad + zBins =ignTrims1_table + + table = ignTrimTbl2, ignTrimMap2, "Ign trim cyl 2", 1 + xBins =ignTrimRpmBins, RPMValue + yBins =ignTrimLoadBins, ignitionLoad + zBins =ignTrims2_table + + table = ignTrimTbl3, ignTrimMap3, "Ign trim cyl 3", 1 + xBins =ignTrimRpmBins, RPMValue + yBins =ignTrimLoadBins, ignitionLoad + zBins =ignTrims3_table + + table = ignTrimTbl4, ignTrimMap4, "Ign trim cyl 4", 1 + xBins =ignTrimRpmBins, RPMValue + yBins =ignTrimLoadBins, ignitionLoad + zBins =ignTrims4_table + + table = ignTrimTbl5, ignTrimMap5, "Ign trim cyl 5", 1 + xBins =ignTrimRpmBins, RPMValue + yBins =ignTrimLoadBins, ignitionLoad + zBins =ignTrims5_table + + table = ignTrimTbl6, ignTrimMap6, "Ign trim cyl 6", 1 + xBins =ignTrimRpmBins, RPMValue + yBins =ignTrimLoadBins, ignitionLoad + zBins =ignTrims6_table + + table = ignTrimTbl7, ignTrimMap7, "Ign trim cyl 7", 1 + xBins =ignTrimRpmBins, RPMValue + yBins =ignTrimLoadBins, ignitionLoad + zBins =ignTrims7_table + + table = ignTrimTbl8, ignTrimMap8, "Ign trim cyl 8", 1 + xBins =ignTrimRpmBins, RPMValue + yBins =ignTrimLoadBins, ignitionLoad + zBins =ignTrims8_table + + table = ignTrimTbl9, ignTrimMap9, "Ign trim cyl 9", 1 + xBins =ignTrimRpmBins, RPMValue + yBins =ignTrimLoadBins, ignitionLoad + zBins =ignTrims9_table + + table = ignTrimTbl10, ignTrimMap10, "Ign trim cyl 10", 1 + xBins = ignTrimRpmBins, RPMValue + yBins = ignTrimLoadBins, ignitionLoad + zBins = ignTrims10_table + + table = ignTrimTbl11, ignTrimMap11, "Ign trim cyl 11", 1 + xBins = ignTrimRpmBins, RPMValue + yBins = ignTrimLoadBins, ignitionLoad + zBins = ignTrims11_table + + table = ignTrimTbl12, ignTrimMap12, "Ign trim cyl 12", 1 + xBins = ignTrimRpmBins, RPMValue + yBins = ignTrimLoadBins, ignitionLoad + zBins = ignTrims12_table + + table = mapEstimateTableTbl, mapEstimateTableMap, "MAP Estimate", 1 + xBins = mapEstimateRpmBins, RPMValue + yBins = mapEstimateTpsBins, TPSValue + zBins = mapEstimateTable + + table = injPhaseTableTbl, injPhaseTableMap, "Injection Phase", 1 + topicHelp = "fuelHelp" + xBins = injPhaseRpmBins, RPMValue + yBins = injPhaseLoadBins, fuelingLoad + zBins = injectionPhase +; gridHeight = 2.0 + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + upDownLabel = "(Later)", "(Sooner)" + + table = pedalToTpsTbl, pedalToTpsMap, "ETB Pedal to TPS", 1 + xBins = pedalToTpsRpmBins, RPMValue + yBins = pedalToTpsPedalBins, throttlePedalPosition + zBins = pedalToTpsTable +; gridHeight = 2.0 + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + upDownLabel = "(Later)", "(Sooner)" + + table = throttle2TrimTbl, throttle2TrimMap, "ETB #2 Trim", 1 + xBins = throttle2TrimRpmBins, RPMValue + yBins = throttle2TrimTpsBins, TPSValue + zBins = throttle2TrimTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + + table = maxKnockRetardTbl, maxKnockRetardMap, "Max knock retard", 1 + xBins = maxKnockRetardRpmBins, RPMValue + yBins = maxKnockRetardLoadBins, TPSValue + zBins = maxKnockRetardTable + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + +#if LAMBDA + table = lambdaTableTbl, lambdaTableMap, "Target Lambda Table", 1 +#else + table = afrTableTbl, afrTableMap, "Target AFR Table", 1 +#endif + xBins = lambdaRpmBins, RPMValue + yBins = lambdaLoadBins, afrTableYAxis + zBins = lambdaTable +; gridHeight = 2.0 + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + upDownLabel = "(RICHER)", "(LEANER)" + + table = lambdaMaxDeviationTableTbl, lambdaMaxDeviationTableMap, "Maximum Lambda Deviation", 1 + xyLabels = "RPM", "" + xBins = lambdaMaxDeviationRpmBins, RPMValue + yBins = lambdaMaxDeviationLoadBins, afrTableYAxis + zBins = lambdaMaxDeviationTable + + table = iacPidMultTbl, iacPidMultMap, "IAC PID Multiplier Table", 1 + xBins = iacPidMultRpmBins, RPMValue + yBins = iacPidMultLoadBins, fuelingLoad + zBins = iacPidMultTable +; gridHeight = 2.0 + gridOrient = 250, 0, 340 ; Space 123 rotation of grid in degrees. + upDownLabel = "(Later)", "(Sooner)" + + table = gppwm1Tbl, gppwm1Map, "GP#1", 1 + xyLabels = "RPM", "" + xBins = gppwm1_rpmBins, gppwmXAxis1 + yBins = gppwm1_loadBins, gppwmYAxis1 + zBins = gppwm1_table + + table = gppwm2Tbl, gppwm2Map, "GP#2", 1 + xyLabels = "RPM", "" + xBins = gppwm2_rpmBins, gppwmXAxis2 + yBins = gppwm2_loadBins, gppwmYAxis2 + zBins = gppwm2_table + + table = gppwm3Tbl, gppwm3Map, "GP#3", 1 + xyLabels = "RPM", "" + xBins = gppwm3_rpmBins, gppwmXAxis3 + yBins = gppwm3_loadBins, gppwmYAxis3 + zBins = gppwm3_table + + table = gppwm4Tbl, gppwm4Map, "GP#4", 1 + xyLabels = "RPM", "" + xBins = gppwm4_rpmBins, gppwmXAxis4 + yBins = gppwm4_loadBins, gppwmYAxis4 + zBins = gppwm4_table + + table = tcuSolenoidTableTbl, tcuSolenoidTableMap, "Solenoids Active By Gear", 1 + xBins = solenoidCountArray, tcuCurrentGear + yBins = gearCountArray, tcuCurrentGear + zBins = tcuSolenoidTable + xyLabels = "Solenoid", "Gear" + + table = hpfpTargetTable, hpfpTargetTableId, "HPFP Target Fuel Pressure", 1 + xBins = hpfpTargetRpmBins, RPMValue + yBins = hpfpTargetLoadBins, veTableYAxis + zBins = hpfpTarget + + table = hpfpCompensationTable, hpfpCompensationTableId, "HPFP Pump Compensation Factor", 1 + xBins = hpfpCompensationRpmBins, RPMValue + yBins = hpfpCompensationLoadBins, running_fuel + zBins = hpfpCompensation + + +[GaugeConfigurations] + gaugeCategory = "Sync" +triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 +triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", 0.0,3000.0, 0.0,3000.0, 0.0,3000.0, 0,0 +currentEngineDecodedPhaseGauge = currentEngineDecodedPhase,"Sync: Engine Phase", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 + gaugeCategory = "Fuel: math" +totalFuelCorrectionGauge = totalFuelCorrection,"Fuel: Total correction", "mult", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2 +running_timeSinceCrankingInSecsGauge = running_timeSinceCrankingInSecs,"running_ timeSinceCrankingInSecs", "secs", 0.0,600000.0, 0.0,600000.0, 0.0,600000.0, 0,0 +targetLambdaGauge = targetLambda,"Fuel: target lambda", "", 0.5,1.5, 0.5,1.5, 0.5,1.5, 2,2 +targetAFRGauge = targetAFR,"Fuel: target AFR", "ratio", 10.0,20.0, 10.0,20.0, 10.0,20.0, 2,2 + gaugeCategory = "Timing" +baseDwellGauge = baseDwell,"Ignition: base dwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1 +sparkDwellGauge = sparkDwell,"Ign: Dwell", "ms", 0.0,30.0, 0.0,30.0, 0.0,30.0, 1,1 +dwellAngleGauge = dwellAngle,"Ignition: dwell duration", "deg", 0.0,120.0, 0.0,120.0, 0.0,120.0, 1,1 +cltTimingCorrectionGauge = cltTimingCorrection,"Ign: CLT correction", "deg", -20.0,20.0, -20.0,20.0, -20.0,20.0, 2,2 +timingIatCorrectionGauge = timingIatCorrection,"Ign: IAT correction", "deg", -20.0,20.0, -20.0,20.0, -20.0,20.0, 2,2 +timingPidCorrectionGauge = timingPidCorrection,"Idle: Timing adjustment", "deg", -20.0,20.0, -20.0,20.0, -20.0,20.0, 2,2 +luaTimingAddGauge = luaTimingAdd,"Ign: Lua timing add", "deg", -20.0,20.0, -20.0,20.0, -20.0,20.0, 2,2 +luaTimingMultGauge = luaTimingMult,"Ign: Lua timing mult", "deg", -20.0,20.0, -20.0,20.0, -20.0,20.0, 2,2 + gaugeCategory = "Boost Control" +luaTargetAddGauge = luaTargetAdd,"Boost: Lua target add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +boostOutputGauge = boostOutput,"Boost: Output", "percent", -100.0,100.0, -100.0,100.0, -100.0,100.0, 2,2 +luaTargetMultGauge = luaTargetMult,"Boost: Lua target mult", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +openLoopPartGauge = openLoopPart,"Boost: Open loop", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +luaOpenLoopAddGauge = luaOpenLoopAdd,"Boost: Lua open loop add", "v", -100.0,100.0, -100.0,100.0, -100.0,100.0, 1,1 +boostControllerClosedLoopPartGauge = boostControllerClosedLoopPart,"Boost: Closed loop", "%", -50.0,50.0, -50.0,50.0, -50.0,50.0, 1,1 +boostControlTargetGauge = boostControlTarget,"Boost: Target", "kPa", 0.0,300.0, 0.0,300.0, 0.0,300.0, 1,1 + gaugeCategory = "ETB more" +idlePositionGauge = idlePosition,"ETB: idlePosition", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2 +luaAdjustmentGauge = luaAdjustment,"ETB: luaAdjustment", "per", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2 +m_wastegatePositionGauge = m_wastegatePosition,"DC: wastegatePosition", "per", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2 +etbDutyRateOfChangeGauge = etbDutyRateOfChange,"ETB duty rate of change", "per", 0.0,25.0, 0.0,25.0, 0.0,25.0, 2,2 +etbDutyAverageGauge = etbDutyAverage,"ETB average duty", "per", -20.0,50.0, -20.0,50.0, -20.0,50.0, 2,2 +etbTpsErrorCounterGauge = etbTpsErrorCounter,"ETB TPS error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0 +etbPpsErrorCounterGauge = etbPpsErrorCounter,"ETB pedal error counter", "count", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0 +dcOutput0Gauge = dcOutput0,"DC: output0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2 +isEnabled0_intGauge = isEnabled0_int,"DC: en0", "per", 0.0,10.0, 0.0,10.0, 0.0,10.0, 2,2 +value0Gauge = value0,"ETB: SENT value0", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0 +value1Gauge = value1,"ETB: SENT value1", "value", 0.0,3.0, 0.0,3.0, 0.0,3.0, 0,0 +errorRateGauge = errorRate,"ETB: SENT error rate", "ratio", 0.0,3.0, 0.0,3.0, 0.0,3.0, 2,2 + + +gaugeCategory = Trigger + triggerErrorsCounterGauge = totalTriggerErrorCounter, "Trigger error count", "count", 0, 15000, 0, 0, 6000, 6000, 0, 0 + triggerSyncGapRatioGauge = triggerSyncGapRatio,"triggerSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3 + triggerStateIndexGauge = triggerStateIndex,"triggerStateIndex", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3 + vvtSyncGapRatioGauge = vvtSyncGapRatio,"vvtSyncGapRatio", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3 + vvtStateIndexGauge = vvtStateIndex,"vvtStateIndex", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3 + triggerPrimaryFallGauge = triggerPrimaryFall,"triggerPrimaryFall", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3 + triggerPrimaryRiseGauge = triggerPrimaryRise,"triggerPrimaryRise", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3 + triggerSecondaryFallGauge = triggerSecondaryFall,"triggerSecondaryFall", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3 + triggerSecondaryRiseGauge = triggerSecondaryRise,"triggerSecondaryRise", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3 + triggerVvtFallGauge = triggerVvtFall,"triggerVvtFall", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3 + triggerVvtRiseGauge = triggerVvtRise,"triggerVvtRise", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3 + triggerVvt2FallGauge = triggerVvt2Fall,"triggerVvt2Fall", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3 + triggerVvt2RiseGauge = triggerVvt2Rise,"triggerVvt2Rise", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3 + +gaugeCategory = Test Bench + testBenchIterGauge = testBenchIter, "Test Bench Iterations", "count", -10, {benchTestCount + 10}, -5, 0, {benchTestCount}, {benchTestCount + 5}, 1, 1 + +gaugeCategory = LUA + luaInvocationCounterGauge = luaInvocationCounter,"luaInvocationCounter", "count", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 + luaLastCycleDurationGauge = luaLastCycleDuration,"luaLastCycleDuration", "nt", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 + luaGauges1gauge = luaGauges1, "Lua Gauge 1", "lua", 0, 30000, 0, 0, 30000, 30000, 0, 3 + luaGauges2gauge = luaGauges2, "Lua Gauge 2", "lua", 0, 30000, 0, 0, 30000, 30000, 0, 3 + +gaugeCategory = Alternator PID + alternatorStatus_iTermGauge = alternatorStatus_iTerm,"Alternator PID iTerm", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3 + alternatorStatus_dTermGauge = alternatorStatus_dTerm,"Alternator PID dTerm", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3 + alternatorStatus_outputGauge = alternatorStatus_output,"Alternator PID output", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3 + alternatorStatus_errorGauge = alternatorStatus_error,"Alternator PID error", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3 + alternatorStatus_resetCounterGauge = alternatorStatus_resetCounter,"Alternator PID resetCounter", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 0,0 + +gaugeCategory = Boost PID + boostStatus_iTermGauge = boostStatus_iTerm,"Boost PID iTerm", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3 + boostStatus_dTermGauge = boostStatus_dTerm,"Boost PID dTerm", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3 + boostStatus_outputGauge = boostStatus_output,"Boost PID output", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3 + boostStatus_errorGauge = boostStatus_error,"Boost PID error", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3 + boostStatus_resetCounterGauge = boostStatus_resetCounter,"Boost PID resetCounter", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 0,0 + +gaugeCategory = Idle + idlePosSensGauge = idlePositionSensor, "Idle: Position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 + idleAirValvePositionGauge = idleAirValvePosition, "Idle position", "%", 0, 100, 0, 0, 100, 100, 1, 1 + idleStatus_iTermGauge = idleStatus_iTerm,"Idle PID iTerm", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3 + idleStatus_dTermGauge = idleStatus_dTerm,"Idle PID dTerm", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3 + idleStatus_outputGauge = idleStatus_output,"Idle PID output", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3 + idleStatus_errorGauge = idleStatus_error,"Idle PID error", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 3,3 + idleStatus_resetCounterGauge = idleStatus_resetCounter,"Idle PID resetCounter", "", -10000.0,10000.0, -10000.0,10000.0, -10000.0,10000.0, 0,0 + +gaugeCategory = Etb PID + etbStatus_iTermGauge = etbStatus_iTerm,"ETB 1 PID iTerm", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3 + etbStatus_dTermGauge = etbStatus_dTerm,"ETB 1 PID dTerm", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3 + etbStatus_outputGauge = etbStatus_output,"ETB 1 PID output", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3 + etbStatus_errorGauge = etbStatus_error,"ETB 1 PID error", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3 + etbStatus_resetCounterGauge = etbStatus_resetCounter,"ETB 1 PID resetCounter", "", 0,100.0, 0,100.0, 0,100.0, 0,0 + + wgStatus_iTermGauge = wastegateDcStatus_iTerm,"WG PID iTerm", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3 + wgStatus_dTermGauge = wastegateDcStatus_dTerm,"WG PID dTerm", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3 + wgStatus_outputGauge = wastegateDcStatus_output,"WG PID output", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3 + wgStatus_errorGauge = wastegateDcStatus_error,"WG PID error", "", -100.0,100.0, -100.0,100.0, -100.0,100.0, 3,3 + wgStatus_resetCounterGauge = wastegateDcStatus_resetCounter,"WG PID resetCounter", "", 0,100.0, 0,100.0, 0,100.0, 0,0 + +gaugeCategory = CAN + canReadCounterGauge = canReadCounter,"CAN: Rx", "", 0,64000, 0,64000, 0,64000, 0,0 + canWriteOkGauge = canWriteOk,"CAN: Tx OK", "", 0,64000, 0,64000, 0,64000, 0,0 + canWriteNotOkGauge = canWriteNotOk,"CAN: Tx err", "", 0,64000, 0,64000, 0,64000, 0,0 + +gaugeCategory = GDI + di_nextStartGauge = di_nextStart,"DI: next start", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0 + m_requested_pumpGauge = m_requested_pump,"DI: Pump Angle", "deg", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 + fuel_requested_percentGauge = fuel_requested_percent,"DI: fuel_requested_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0 + fuel_requested_percent_piGauge = fuel_requested_percent_pi,"DI: fuel_requested_percent_pi", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0 + ;todo see comment in HpfpQuantity class definition + ;m_I_sum_percentGauge = m_I_sum_percent,"DI: m_I_sum_percent", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0 + ;m_pressureTarget_kPaGauge = m_pressureTarget_kPa,"DI: m_pressureTarget_kPa", "v", 0.0,100.0, 0.0,100.0, 0.0,100.0, 0,0 + highFuelPressureGauge = highFuelPressure, "Fuel pressure (high)", "bar", 0, 200, 0, 0, 200, 200, 1, 0 + +gaugeCategory = Sensors - Extra 2 + egt1Gauge = egt1, "EGT#1", "C", 0, 2000 + egt2Gauge = egt2, "EGT#2", "C", 0, 2000 + rpmAccelerationGa = rpmAcceleration, "rpm delta", "RPM/s", -2000, 2000, -2000, 2000, -2000, 2000, 0, 0 + fuelTankLevelGauge = fuelTankLevel,"Fuel level", "%", 0, 100, 10, 20, 100, 100, 1, 1 + wastegatePosGauge = wastegatePositionSensor, "Wastegate position sensor", "%", 0, 100, 0, 0, 100, 100, 1, 1 + currentEnginePhaseGauge = currentEngineDecodedPhase, "Engine Phase", "deg", 0, 720, 0, 0, 720, 720, 0, 0 + auxSpeed1Gauge = auxSpeed1, "Aux Freq Input1", "hz", 0, 30000, 0, 0, 30000, 30000, 0, 0 + +gaugeCategory = ECU Status + warningCounterGauge = warningCounter, "Warning: counter", "", 0, 100, 0, 0, 100, 100, 0, 0 + lastErrorCodeGauge = lastErrorCode, "Last error", "", 0, 18000, 0, 0, 18000, 18000, 0, 0 + recentErrorCode1Gauge = recentErrorCode1, "Error#1", "", 0, 18000, 0, 0, 18000, 18000, 0, 0 + recentErrorCode2Gauge = recentErrorCode2, "Error#2", "", 0, 18000, 0, 0, 18000, 18000, 0, 0 + recentErrorCode3Gauge = recentErrorCode3, "Error#3", "", 0, 18000, 0, 0, 18000, 18000, 0, 0 + recentErrorCode4Gauge = recentErrorCode4, "Error#4", "", 0, 18000, 0, 0, 18000, 18000, 0, 0 + recentErrorCode5Gauge = recentErrorCode5, "Error#5", "", 0, 18000, 0, 0, 18000, 18000, 0, 0 + recentErrorCode6Gauge = recentErrorCode6, "Error#6", "", 0, 18000, 0, 0, 18000, 18000, 0, 0 + recentErrorCode7Gauge = recentErrorCode7, "Error#7", "", 0, 18000, 0, 0, 18000, 18000, 0, 0 + recentErrorCode8Gauge = recentErrorCode8, "Error#8", "", 0, 18000, 0, 0, 18000, 18000, 0, 0 + firmwareVersionGauge = firmwareVersion , "ECU Software Version", "%", 0, 100, 0, 0, 100, 100, 0, 0 + timeSecondsGauge = seconds, "Uptime", "sec", 0, 100, 0, 0, 100, 100, 0, 0 + tuneCrc16Gauge = tuneCrc16, "Tune CRC16", "", 0, 64000, 0, 0, 64000, 64000, 0, 0 + +gaugeCategory = Debug + debugF1Gauge = debugFloatField1, {bitStringValue( debugFieldF1List, debugMode )}, "", 0, 100, 0, 0, 100, 100, 4, 4 + debugF2Gauge = debugFloatField2, {bitStringValue( debugFieldF2List, debugMode )}, "", -100, 100, 0, 0, 100, 100, 4, 4 + debugF3Gauge = debugFloatField3, {bitStringValue( debugFieldF3List, debugMode )}, "", -100, 100, 0, 0, 100, 100, 4, 4 + debugF4Gauge = debugFloatField4, {bitStringValue( debugFieldF4List, debugMode )}, "", 0, 100, 0, 0, 100, 100, 4, 4 + debugF5Gauge = debugFloatField5, {bitStringValue( debugFieldF5List, debugMode )}, "", 0, 100, 0, 0, 100, 100, 4, 4 + debugF6Gauge = debugFloatField6, {bitStringValue( debugFieldF6List, debugMode )}, "", -100, 100, 0, 0, 100, 100, 4, 4 + debugF7Gauge = debugFloatField7, {bitStringValue( debugFieldF7List, debugMode )}, "", 0, 100, 0, 0, 100, 100, 4, 4 + debugI1Gauge = debugIntField1, {bitStringValue( debugFieldI1List, debugMode )}, "", 0, 100, 0, 0, 100, 100, 0, 0 + debugI2Gauge = debugIntField2, {bitStringValue( debugFieldI2List, debugMode )}, "", 0, 100, 0, 0, 100, 100, 0, 0 + debugI3Gauge = debugIntField3, {bitStringValue( debugFieldI3List, debugMode )}, "", 0, 100, 0, 0, 100, 100, 0, 0 + debugI4Gauge = debugIntField4, {bitStringValue( debugFieldI4List, debugMode )}, "", 0, 100, 0, 0, 100, 100, 0, 0 + debugI5Gauge = debugIntField5, {bitStringValue( debugFieldI5List, debugMode )}, "", 0, 100, 0, 0, 100, 100, 0, 0 + +gaugeCategory = Sensors - Basic + RPMGauge = RPMValue, "RPM - engine speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0 + CLTGauge = coolant, "Coolant temp", "C", -40, 140, -15, 1, 95, 110, 1, 1 + IATGauge = intake, "Intake air temp", "C", -40, 140, -15, 1, 95, 110, 1, 1 + afr1Gauge = AFRValue, "Air/Fuel Ratio", "", 10, 19.4, 12, 13, 15, 16, 2, 2 + afr2Gauge = AFRValue2, "Air/Fuel Ratio 2", "", 10, 19.4, 12, 13, 15, 16, 2, 2 + lambda1Gauge = lambdaValue, "Lambda", "", 0.65, 1.2, 0.7, 0.75, 1.1, 1.15, 3, 2 + lambda2Gauge = lambdaValue2, "Lambda 2", "", 0.65, 1.2, 0.7, 0.75, 1.1, 1.15, 3, 2 + VBattGauge = VBatt, "Battery", "V", 8, 21, 9, 10, 17, 19, 1, 1 + MAPGauge = MAPValue, "MAP", "kPa", 0, 300, 10, 10, 200, 200, 0, 0 + massAirFlowValueGa = mafMeasured, "MAF", "kg/h", 0, 50, -999, -999, 999, 999, 1, 1 + + ;Name Var Title Units Lo Hi LoD LoW HiW HiD vd ld +gaugeCategory = Sensors - Extra 1 + VSSGauge = vehicleSpeedKph, "Vehicle Speed", "kmh", 0, 200, 0, 1, 3, 4, 1, 1 + turboSpeedGauge = turboSpeed, "Turbocharger Speed", "hz", 0, 200, 0, 1, 3, 4, 1, 1 + accelerationXGauge = accelerationX, "Acceleration: X", "acc", -11, 11, 1.0, 1.2, 100, 100, 3, 1 + accelerationYGauge = accelerationY, "Acceleration: Y", "acc", -11, 11, 1.0, 1.2, 100, 100, 3, 1 + accelerationZGauge = accelerationZ, "Acceleration: Z", "acc", -11, 11, 1.0, 1.2, 100, 100, 3, 1 + accelerationRollGauge=accelerationRoll, "Acceleration: Roll", "acc", -11, 11, 1.0, 1.2, 100, 100, 3, 1 + accelerationYawGauge=accelerationYaw, "Acceleration: Yaw", "acc", -11, 11, 1.0, 1.2, 100, 100, 3, 1 + atmPresCGauge = baroPressure, "Barometric pressure", "kPa", 95, 105, 95,96, 104,105, 0, 0 + internalMcuTemperatureGauge = internalMcuTemperature, "ECU temperature", "C", 0, 100, 0, 0, 75, 100, 0, 0 + OilPressGauge = oilPressure, "Oil Pressure", "kPa", 0, 750, 35, 75, 550, 700, 0, 0 + AuxT1Gauge = auxTemp1, "Aux temp 1", "C", -40, 140, -15, 1, 95, 110, 1, 1 + AuxT2Gauge = auxTemp2, "Aux temp 2", "C", -40, 140, -15, 1, 95, 110, 1, 1 + lowFuelPressureGauge = lowFuelPressure, "Fuel pressure (low)", "kPa", 0, 700, 0, 0, 700, 700, 1, 0 + flexPercentGauge = flexPercent, "Flex Ethanol %", "%", 0, 100, 0, 0, 100, 100, 0, 0 + AuxL1Gauge = auxLinear1, "Aux linear #1", "", -100, 100, -100, -100, 100, 100, 2, 2 + AuxL2Gauge = auxLinear2, "Aux linear #2", "", -100, 100, -100, -100, 100, 100, 2, 2 + +gaugeCategory = VVT + vvtPositionB1IGauge = vvtPositionB1I, "VVT: bank 1 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 + vvtPositionB1EGauge = vvtPositionB1E, "VVT: bank 1 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 + vvtPositionB2IGauge = vvtPositionB2I, "VVT: bank 2 intake", "deg", -60, 60, -60, -60, 60, 60, 1, 1 + vvtPositionB2EGauge = vvtPositionB2E, "VVT: bank 2 exhaust", "deg", -60, 60, -60, -60, 60, 60, 1, 1 + vvtTargets1Gauge = vvtTargets1, "VVT: bank 1 intake target", "deg", -60, 60, -60, -60, 60, 60, 0, 0 + vvtTargets2Gauge = vvtTargets2, "VVT: bank 1 exhaust target", "deg", -60, 60, -60, -60, 60, 60, 0, 0 + vvtTargets3Gauge = vvtTargets3, "VVT: bank 2 intake target", "deg", -60, 60, -60, -60, 60, 60, 0, 0 + vvtTargets4Gauge = vvtTargets4, "VVT: bank 2 exhaust target", "deg", -60, 60, -60, -60, 60, 60, 0, 0 + vvtOutput1Gauge = vvtStatus1_output, "vvt: output 1", "", 00, 100, -60, -60, 60, 60, 0, 0 + vvtOutput2Gauge = vvtStatus2_output, "vvt: output 2", "", 00, 100, -60, -60, 60, 60, 0, 0 + vvtOutput3Gauge = vvtStatus3_output, "vvt: output 3", "", 00, 100, -60, -60, 60, 60, 0, 0 + vvtOutput4Gauge = vvtStatus4_output, "vvt: output 4", "", 00, 100, -60, -60, 60, 60, 0, 0 + + +gaugeCategory = Ignition + sparkCutReasonGauge = sparkCutReason,"Spark Cut Code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 + baseIgnAdvGauge = baseIgnitionAdvance, "Ign: Timing", "degrees", -100, 100, -999, -999, 999, 999, 1, 1 + correctedIgnAdvGauge = correctedIgnitionAdvance, "Timing: ignition", "degrees", -100, 100, -999, -999, 999, 999, 1, 1 + dwellGauge = sparkDwell, "Dwell", "mSec", 0, 10, 0.5, 1.0, 6.0, 8.0, 1, 1 + coilDutyCycleGauge = coilDutyCycle, "Ign: Coil duty cycle", "%", 0, 110, 0, 0, 90, 100, 1, 1 + ignitionLoadGauge = ignitionLoad, "Ign: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1 + +gaugeCategory = Acceleration Enrichment + deltaTpsGauge = deltaTps, "AE: TPS change", "", 0, 120, 10, 10, 100, 100, 1, 1 + tpsAccelFuelGauge = tpsAccelFuel,"AE: TPS enrich", "ms", 0, 120, 10, 10, 100, 100, 1, 1 + wallFuelAmountGauge = wallFuelAmount, "AE: wall amount", "mg", 0, 100, 0, 0, 100, 100, 0, 0 + wallFuelCorrectionGauge = wallFuelCorrection, "AE: wall correction extra", "mg", -20, 20, -100, -100, 100, 100, 1, 1 + +gaugeCategory = Fueling + ;Name Var Title Units Lo Hi LoD LoW HiW HiD vd ld + fuelCutReasonGauge = fuelCutReason,"Fuel Cut Code", "code", 0.0,0.0, 0.0,0.0, 0.0,0.0, 0,0 + tChargeGauge = sd_tCharge, "Fuel: Estimated charge temperature", "C", -40, 140, -15, 1, 95, 110, 1, 1 + baroCorrectionGauge = baroCorrection,"Fuel: Barometric pressure mult", "ratio", 0.5, 1.5, 0.6, 0.7, 1.3, 1.4, 1, 1 + crankingFuelGauge = crankingFuel_fuel, "Fuel: cranking", "mg", 0, 100, 0, 0, 100, 100, 3, 1 + iatCorrectionGauge = running_intakeTemperatureCoefficient, "Fuel: IAT correction", "mult", 0, 3, 0, 0, 3, 3, 2, 2 + cltCorrectionGauge = running_coolantTemperatureCoefficient, "Fuel: CLT correction", "mult", 0, 3, 0, 0, 3, 3, 2, 2 + injectorDutyCycleGauge=injectorDutyCycle, "Fuel: injector duty cycle","%", 0, 120, 10, 10, 100, 100, 1, 1 + actualLastInjectionGauge = actualLastInjection, "Fuel: Last inj pulse width", "mSec", 0, 25.5, 1.0, 1.2, 20, 25, 3, 1 + veValueGauge = veValue, "fuel: VE", "", 0, 120, 10, 10, 100, 100, 1, 1 + + injectorLagMsGauge = m_deadtime, "Fuel: injector lag", "mSec", 0, 10, 0, 0, 10, 10, 3, 1 + fuelRunningGauge = running_fuel, "Fuel: running", "mg", 0, 100, 0, 0, 100, 100, 3, 1 + baseFuelGauge = running_baseFuel, "Fuel: base cycle mass", "mg", 0, 100, 0, 0, 100, 100, 2, 0 + fuelPidCorrectionGauge = fuelPidCorrection1, "Fuel: fuel trim", "%", -10, 10, -8, -5, 5, 8, 3, 1 + fuelPidCorrectionGauge2= fuelPidCorrection2, "Fuel: fuel trim 2", "%", -10, 10, -8, -5, 5, 8, 3, 1 + fuelingLoadGauge = fuelingLoad, "Fuel: Load", "%", 0, 300, 0, 0, 300, 300, 1, 1 + totalFuelConsumptionGauge = totalFuelConsumption, "Fuel: Total consumed", "g", 0, 10000, 0, 0, 10000, 10000, 0, 0 + fuelFlowRateGauge = fuelFlowRate, "Fuel: Flow rate", "g/s", 0, 50, 0, 0, 50, 50, 2, 0 + targetLambdaGauge = targetLambda,"fuel: target lambda", "", 10, 19.4, 12, 13, 15, 16, 2, 2 + currentTargetAfrGauge = targetAFR,"fuel: target AFR", "", 0.65, 1.2, 0.7, 0.75, 1.1, 1.15, 3, 2 + +gaugeCategory = Throttle Body (incl. ETB) + pedalPositionGauge = throttlePedalPosition, "Throttle pedal position", "%", 0, 120, 0, 0, 100, 100, 1, 1 + tpsADCGauge = tpsADC, "tps1 ADC", "ADC", 0, 1024, 0, 0, 0, 0, 0, 0 + TPSGauge = TPSValue, "Throttle position", "%", 0, 100, 0, 0, 100, 100, 1, 1 + TPS2Gauge = TPS2Value, "Throttle position #2", "%", 0, 100, 0, 0, 100, 100, 1, 1 + + etbTargetGauge = etbTarget, "ETB: position target", "%", 0, 100, 0, 0, 100, 100, 1, 1 + etbErrorGauge = etbStatus_error, "ETB: position error", "%", -20, 20, -10, -5, 5, 10, 2, 0 + tps1SplitGauge = tps1Split, "TPS1 Sensor Split", "%", -20, 20, -10, -5, 5, 10, 2, 0 + tps2SplitGauge = tps2Split, "TPS2 Sensor Split", "%", -20, 20, -10, -5, 5, 10, 2, 0 + accPedalSplitGauge = accPedalSplit, "Pedal Sensor Split", "%", -20, 20, -10, -5, 5, 10, 2, 0 + etbDutyCycleGauge = etb1DutyCycle, "ETB: Duty", "%", -100, 100, -75, -50, 50, 75, 0, 0 + +gaugeCategory = Sensors - Raw + rawTps1PrimaryGauge = rawTps1Primary, "Raw TPS 1 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawTps1SecondaryGauge = rawTps1Secondary, "Raw TPS 1 Secondary", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawTps2PrimaryGauge = rawTps2Primary, "Raw TPS 2 Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawTps2SecondaryGauge = rawTps2Secondary, "Raw TPS 2 Secondary", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAnalogInput1Gauge = rawAnalogInput1, "Raw Aux 1", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAnalogInput2Gauge = rawAnalogInput2, "Raw Aux 2", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAnalogInput3Gauge = rawAnalogInput3, "Raw Aux 3", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAnalogInput4Gauge = rawAnalogInput4, "Raw Aux 4", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAnalogInput5Gauge = rawAnalogInput5, "Raw Aux 5", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAnalogInput6Gauge = rawAnalogInput6, "Raw Aux 6", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAnalogInput7Gauge = rawAnalogInput7, "Raw Aux 7", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAnalogInput8Gauge = rawAnalogInput8, "Raw Aux 8", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawPpsPrimaryGauge = rawPpsPrimary , "Raw Pedal Primary", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawPpsSecondaryGauge = rawPpsSecondary,"Raw Pedal Secondary","V",0, 5, 0, 0, 5, 5, 3, 0 + rawCltGauge = rawClt , "Raw CLT", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawBatteryGauge = rawBattery , "Raw Battery", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawIatGauge = rawIat , "Raw IAT", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawOilPressureGauge = rawOilPressure, "Raw Oil Pressure", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawIdlePositionSensorGauge = rawIdlePositionSensor, "Raw Idle Position", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawWastegatePositionGauge = rawWastegatePosition,"Raw Wastegate Position","V", 0, 5, 0, 0, 5, 5, 3, 0 + rawLowFuelPressureGauge = rawLowFuelPressure,"Raw fuel pressure (low) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 + rawHighFuelPressureGauge = rawHighFuelPressure,"Raw fuel pressure (high) voltage","V", 0, 5, 0, 0, 5, 5, 3, 0 + rawMafGauge = rawMaf , "Raw MAF", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawMapGauge = rawMap , "Raw MAP", "V", 0, 5, 0, 0, 5, 5, 3, 0 + rawAfrGauge = rawAfr , "Raw EGO", "V", 0, 5, 0, 0, 5, 5, 3, 0 + vssEdgeCounterGauge = vssEdgeCounter, "Raw VSS", "counter", 0, 5, 0, 0, 5, 5, 3, 0 + issEdgeCounterGauge = issEdgeCounter, "Raw ISS", "counter", 0, 5, 0, 0, 5, 5, 3, 0 + +gaugeCategory = Transmission + desiredGearGauge = tcuDesiredGear, "TCU: Desired Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0 + currentGearGauge = tcuCurrentGear, "Current Gear", "gear", -1, 10, -1, -1, 10, 10, 0, 0 + detectedGearGauge = detectedGear, "Detected Gear", "gear", 0, 8, 0, 0, 8, 8, 0, 0 + speedToRpmRatioGauge = speedToRpmRatio, "Gearbox Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4 + ISSGauge = ISSValue, "TCU: Input Shaft Speed", "RPM", 0, {rpmHardLimit + 2000}, 200, {cranking_rpm}, {rpmHardLimit - 500}, {rpmHardLimit}, 0, 0 + tcRatioGauge = tcRatio, "TCU: Torque Converter Ratio", "", 0, 100, 0, 0, 100, 100, 4, 4 + shiftTimeGauge = lastShiftTime, "Last Shift Time", "S", 0, 2, 0, 0, 2, 2, 4, 4 + +gaugeCategory = Knock + knock1Gauge = knock1, "Knock Cyl 1", "dBv", -60, 10, -60, -60, 10, 10, 0, 0 + knock2Gauge = knock2, "Knock Cyl 2", "dBv", -60, 10, -60, -60, 10, 10, 0, 0 + knock3Gauge = knock3, "Knock Cyl 3", "dBv", -60, 10, -60, -60, 10, 10, 0, 0 + knock4Gauge = knock4, "Knock Cyl 4", "dBv", -60, 10, -60, -60, 10, 10, 0, 0 + knock5Gauge = knock5, "Knock Cyl 5", "dBv", -60, 10, -60, -60, 10, 10, 0, 0 + knock6Gauge = knock6, "Knock Cyl 6", "dBv", -60, 10, -60, -60, 10, 10, 0, 0 + knock7Gauge = knock7, "Knock Cyl 7", "dBv", -60, 10, -60, -60, 10, 10, 0, 0 + knock8Gauge = knock8, "Knock Cyl 8", "dBv", -60, 10, -60, -60, 10, 10, 0, 0 + knock9Gauge = knock9, "Knock Cyl 9", "dBv", -60, 10, -60, -60, 10, 10, 0, 0 + knock10Gauge = knock10, "Knock Cyl 10", "dBv", -60, 10, -60, -60, 10, 10, 0, 0 + knock11Gauge = knock11, "Knock Cyl 11", "dBv", -60, 10, -60, -60, 10, 10, 0, 0 + knock12Gauge = knock12, "Knock Cyl 12", "dBv", -60, 10, -60, -60, 10, 10, 0, 0 + knockLevelGauge = knockLevel,"Knock level", "dBv", -60, 10, -60, -60, 10, 10, 0, 0 + knockRetardGauge = m_knockRetard, "Knock retard", "deg", 0, 10, 0, 0, 10, 10, 1, 1 + knockCountGauge = m_knockCount, "Knock count", "count", 0, 10000, 0, 0, 10000, 10000, 0, 0 + +gaugeCategory = DynoView + accelGauge = VssAcceleration, "Vehicle acceleration", "m/s2", -10, 10, -6, -4, 4, 6, 2, 2 + +gaugeCategory = GPPWM Outputs + gppwmGauge1 = gppwmOutput1, { stringValue(gpPwmNote1) }, "%", 0, 100, 0, 0, 100, 100, 1, 1 + gppwmGauge2 = gppwmOutput2, { stringValue(gpPwmNote2) }, "%", 0, 100, 0, 0, 100, 100, 1, 1 + gppwmGauge3 = gppwmOutput3, { stringValue(gpPwmNote3) }, "%", 0, 100, 0, 0, 100, 100, 1, 1 + gppwmGauge4 = gppwmOutput4, { stringValue(gpPwmNote4) }, "%", 0, 100, 0, 0, 100, 100, 1, 1 + +[WueAnalyze] + +; wueCurveName, afrTempCompensationCurve, lambdaTargetTableName, lambdaChannel, coolantTempChannel, egoCorrectionChannel, wueChannel, activeCondition +#if LAMBDA + wueAnalyzeMap = wueAnalyzer_warmup_curve, wueAfrTargetOffsetCurve, lambdaTableTbl, lambdaValue, coolant, running_coolantTemperatureCoefficient, egoCorrectionForVeAnalyze + lambdaTargetTables = lambdaTableTbl, afrTSCustom +#else + wueAnalyzeMap = wueAnalyzer_warmup_curve, wueAfrTargetOffsetCurve, afrTableTbl, AFRValue, coolant, running_coolantTemperatureCoefficient, egoCorrectionForVeAnalyze + lambdaTargetTables = afrTableTbl, afrTSCustom +#endif + + wuePercentOffset = 0 ; for working with 0 based enrichment set to 100 + option = disableLiveUpdates + option = burnOnSend + +; filter = std_DeadLambda ; Auto build + + filter = decelFilterMap,"After Start Enrich", engine, & , 4 , , false + filter = accelFilterTp, "TP Accel Enrich" , engine, & , 16, , false + filter = decelFilterTp, "TP Decel Enrich" , engine, & , 32, , false + filter = accelFilterMap,"MAP Accel Enrich" , engine, & , 64, , false + filter = decelFilterMap,"MAP Decel Enrich" , engine, & , 128, , false + ; this works, just another way to skin a cat + ;filter = decelFilter, "Decel Flag" , tpsaccden, > , 0, , false + filter = overrunFilter, "Overrun" , pulseWidth1, = , 0, , false + filter = highThrottle, "High Throttle" , throttle, > , 15, , true + filter = lowRpm, "Low RPM" , rpm, < , 300, , false + filter = std_Custom ; Standard Custom Expression Filter. + + +[FrontPage] + ; Gauges are numbered left to right, top to bottom. + ; + ; 1 2 3 4 + ; 5 6 7 8 + + gauge1 = RPMGauge + gauge2 = CLTGauge + gauge3 = TPSGauge + gauge4 = MAPGauge +#if LAMBDA + gauge5 = lambda1Gauge +#else + gauge5 = afr1Gauge +#endif + gauge6 = VBattGauge + gauge7 = dwellGauge + gauge8 = correctedIgnAdvGauge + + ; = expression, off-label, on-label, off-bg, off-fg, on-bg, on-fg + ; Line 1 + ; important status + ; todo: do we want to drop this line since we have "config error" feature thing below? + indicator = { hasCriticalError }, "No errors", "CRITICAL ERROR", white, black, red, black + indicator = { needBurn }, "Settings saved", "Unsaved changes", white, black, yellow, black + indicator = { isWarnNow }, "No warnings", "Warning", white, black, yellow, black + indicator = { checkEngine }, "No Check Engine", "Check Engine", white, black, red, black + indicator = { isTriggerError}, "Trigger OK", "Trigger ERR", white, black, red, black + indicator = { fuelCutReason != 0 }, "Injection OK", { Fuel cut: bitStringValue(fuelIgnCutCodeList, fuelCutReason)}, white, black, yellow, black + indicator = { sparkCutReason != 0 }, "Ignition OK", { Ign cut: bitStringValue(fuelIgnCutCodeList, sparkCutReason)}, white, black, yellow, black + indicator = { etbErrorCode != 0 }, "ETB OK", { ETB: bitStringValue(etbCutCodeList, etbErrorCode)}, white, black, yellow, black + + ; this is required so that the "config error" feature works in TS + ; DO NOT CHANGE THIS LINE - TS is looking for an indicator with particular text/styling + ; you don't even have to show it by default + ; DO NOT CHANGE THIS LINE + ; DO NOT CHANGE THIS LINE + indicator = { hasCriticalError }, "Config Error", "Config Error", white, black, red, black + ; DO NOT CHANGE THIS LINE + ; DO NOT CHANGE THIS LINE + + ; minor info + indicator = { isFanOn }, "Fan off", "Fan on", white, black, green, black + indicator = { isFan2On }, "Fan 2 off", "Fan 2 on", white, black, green, black + indicator = { isMainRelayOn }, "Main relay off", "Main relay on", white, black, green, black + ; Line 2 + ; = expression, off-label, on-label, off-bg, off-fg, on-bg, on-fg + indicator = { isFuelPumpOn }, "Fuel pump off", "Fuel pump on", white, black, green, black + indicator = { clutchUpState }, "No clutch Up", "Clutch Up", white, black, red, black + indicator = { clutchDownState }, "No clutch down", "Clutch down", white, black, yellow, black + indicator = { brakePedalState }, "No braking", "Brake down", white, black, red, black + indicator = { acButtonState }, "AC Switch off", "AC Switch on", white, black, blue, white + indicator = { m_acEnabled }, "AC Relay off", "AC Relay on", white, black, blue, white + indicator = { isIdleClosedLoop }, "Not idling", "Idling", white, black, green, black + indicator = { isIdleCoasting }, "Not coasting", "Coasting", white, black, green, black + indicator = { dfcoActive }, "Not decel fuel cut", "Decel fuel cut", white, black, yellow, black + indicator = { isAboveAccelThreshold }, "No TPS accel", "TPS accel active", white, black, yellow, black + ; error codes + indicator = { isTpsError }, "TPS OK", "TPS error", white, black, red, black + + ; Line 3 + ; = expression, off-label, on-label, off-bg, off-fg, on-bg, on-fg + indicator = { isTps2Error }, "TPS 2 OK", "TPS 2 error", white, black, red, black + indicator = { isPedalError }, "Pedal OK", "Pedal error", white, black, red, black + indicator = { isCltError }, "CLT OK", "CLT error", white, black, red, black + indicator = { isIatError }, "IAT OK", "IAT error", white, black, red, black + ; not implemented + ; indicator = { ind_map_error}, "map", "map error", white, black, red, black + indicator = { sd_present }, "No SD card", "SD card present", white, black, green, black + indicator = { sd_logging_internal }, "No SD logging", "SD logging", white, black, green, black + indicator = { sd_msd }, "No SD USB", "SD USB", white, black, green, black + indicator = { etbRevLimitActive }, "No ETB RPM Limit", "ETB RPM Limit", white, black, yellow, black + + indicator = { wbo0_hasFault }, { WBO0: bitStringValue(wboFaultCodeList, faultCode)}, { WBO0: bitStringValue(wboFaultCodeList, faultCode)}, white, black, red, black + + ; indicator = { isInjectionEnabled && fuelCutReason == 0 }, { Inj: bitStringValue(injModeList, currentInjectionMode) }, { Inj: bitStringValue(injModeList, currentInjectionMode) }, white, black, white, black + ; indicator = { isIgnitionEnabled && sparkCutReason == 0 }, { Ign: bitStringValue(ignModeList, currentIgnitionMode) }, { Ign: bitStringValue(ignModeList, currentIgnitionMode) }, white, black, white, black + +; looks like TS would append four system indicators below: Data Logging, ???, Not Connected, Protocol Error + +[KeyActions] + showPanel = spi, spiFunction + showPanel = con, connection + +; +; this section defines how we log output channels +; see [OutputChannels] +; +[Datalog] + ; Channel Label Type Format + entry = time, "Time", float, "%.3f" +entry = sd_present, "SD: Present", int, "%d" +entry = sd_logging_internal, "SD: Logging", int, "%d" +entry = triggerScopeReady, "triggerScopeReady", int, "%d" +entry = antilagTriggered, "antilagTriggered", int, "%d" +entry = isFanOn, "Radiator Fan", int, "%d" +entry = isO2HeaterOn, "isO2HeaterOn", int, "%d" +entry = checkEngine, "checkEngine", int, "%d" +entry = needBurn, "needBurn", int, "%d" +entry = sd_msd, "SD: MSD", int, "%d" +entry = isFan2On, "Radiator Fan 2", int, "%d" +entry = toothLogReady, "Tooth Logger Ready", int, "%d" +entry = isTpsError, "Error: TPS", int, "%d" +entry = isCltError, "Error: CLT", int, "%d" +entry = isMapError, "Error: MAP", int, "%d" +entry = isIatError, "Error: IAT", int, "%d" +entry = isTriggerError, "Error: Trigger", int, "%d" +entry = hasCriticalError, "Error: Active", int, "%d" +entry = isWarnNow, "Warning: Active", int, "%d" +entry = isPedalError, "Error: Pedal", int, "%d" +entry = isKnockChipOk, "isKnockChipOk", int, "%d" +entry = launchTriggered, "Launch Control Triggered", int, "%d" +entry = isTps2Error, "Error: TPS2", int, "%d" +entry = isIdleClosedLoop, "Idle: Closed Loop", int, "%d" +entry = injectorFault, "Injector Fault", int, "%d" +entry = ignitionFault, "Ignition Fault", int, "%d" +entry = isMainRelayOn, "isMainRelayOn", int, "%d" +entry = isUsbConnected, "isUsbConnected", int, "%d" +entry = dfcoActive, "dfcoActive", int, "%d" +entry = RPMValue, "RPM", int, "%d" +entry = rpmAcceleration, "dRPM", int, "%d" +entry = speedToRpmRatio, "Gearbox Ratio", float, "%.3f" +entry = internalMcuTemperature, "CPU Temperature", int, "%d" +entry = coolant, "CLT", float, "%.3f" +entry = intake, "IAT", float, "%.3f" +entry = auxTemp1, "auxTemp1", float, "%.3f" +entry = auxTemp2, "auxTemp2", float, "%.3f" +entry = TPSValue, "TPS", float, "%.3f" +entry = throttlePedalPosition, "Throttle pedal position", float, "%.3f" +entry = tpsADC, "tpsADC", int, "%d" +entry = rawMaf, "rawMaf", float, "%.3f" +entry = mafMeasured, "MAF", float, "%.3f" +entry = MAPValue, "MAP", float, "%.3f" +entry = baroPressure, "baroPressure", float, "%.3f" +entry = lambdaValue, "Lambda", float, "%.3f" +entry = knockRetard, "Knock: Retard", float, "%.3f" +entry = VBatt, "VBatt", float, "%.3f" +entry = oilPressure, "Oil Pressure", float, "%.3f" +entry = vvtPositionB1I, "VVT: bank 1 intake", float, "%.3f" +entry = actualLastInjection, "Fuel: Last inj pulse width", float, "%.3f" +entry = injectorDutyCycle, "Fuel: injector duty cycle", float, "%.3f" +entry = veValue, "Fuel: VE", float, "%.3f" +entry = injectionOffset, "Fuel: Injection timing SOI", int, "%d" +entry = engineMakeCodeNameCrc16, "Engine CRC16", int, "%d" +entry = wallFuelAmount, "Fuel: wall amount", float, "%.3f" +entry = wallFuelCorrectionValue, "Fuel: wall correction", float, "%.3f" +entry = revolutionCounterSinceStart, "revolutionCounterSinceStart", int, "%d" +entry = canReadCounter, "CAN: Rx", int, "%d" +entry = tpsAccelFuel, "Fuel: TPS AE add fuel ms", float, "%.3f" +entry = currentIgnitionMode, "Ign: Mode", int, "%d" +entry = currentInjectionMode, "Fuel: Injection mode", int, "%d" +entry = coilDutyCycle, "Ign: Coil duty cycle", float, "%.3f" +entry = idleAirValvePosition, "Idle: Position", float, "%.3f" +entry = etbTarget, "ETB Target", float, "%.3f" +entry = etb1DutyCycle, "ETB: Duty", float, "%.3f" +entry = fuelTankLevel, "Fuel level", float, "%.3f" +entry = totalFuelConsumption, "Fuel: Total consumed", int, "%d" +entry = fuelFlowRate, "Fuel: Flow rate", float, "%.3f" +entry = TPS2Value, "TPS2", float, "%.3f" +entry = tuneCrc16, "Tune CRC16", int, "%d" +entry = knockLevel, "Knock: Current level", float, "%.3f" +entry = seconds, "Uptime", int, "%d" +entry = engineMode, "Engine Mode", int, "%d" +entry = firmwareVersion, "firmware", int, "%d" +entry = rawIdlePositionSensor, "rawIdlePositionSensor", float, "%.3f" +entry = rawWastegatePosition, "rawWastegatePosition", float, "%.3f" +entry = accelerationX, "Acceleration: X", float, "%.3f" +entry = accelerationY, "Acceleration: Y", float, "%.3f" +entry = detectedGear, "Detected Gear", int, "%d" +entry = maxTriggerReentrant, "maxTriggerReentrant", int, "%d" +entry = rawLowFuelPressure, "rawLowFuelPressure", float, "%.3f" +entry = rawHighFuelPressure, "rawHighFuelPressure", float, "%.3f" +entry = lowFuelPressure, "Fuel pressure (low)", float, "%.3f" +entry = tcuDesiredGear, "TCU: Desired Gear", int, "%d" +entry = flexPercent, "Flex Ethanol %", float, "%.3f" +entry = wastegatePositionSensor, "Wastegate position sensor", float, "%.3f" +entry = highFuelPressure, "Fuel pressure (high)", float, "%.3f" +entry = tsConfigVersion, "tsConfigVersion", int, "%d" +entry = calibrationValue, "calibrationValue", float, "%.3f" +entry = calibrationMode, "calibrationMode", int, "%d" +entry = idleTargetPosition, "Idle: Stepper target position", int, "%d" +entry = totalTriggerErrorCounter, "Trigger Error Counter", int, "%d" +entry = orderingErrorCounter, "orderingErrorCounter", int, "%d" +entry = warningCounter, "Warning: counter", int, "%d" +entry = lastErrorCode, "Warning: last", int, "%d" +entry = recentErrorCode1, "recentErrorCode 1", int, "%d" +entry = recentErrorCode2, "recentErrorCode 2", int, "%d" +entry = recentErrorCode3, "recentErrorCode 3", int, "%d" +entry = recentErrorCode4, "recentErrorCode 4", int, "%d" +entry = recentErrorCode5, "recentErrorCode 5", int, "%d" +entry = recentErrorCode6, "recentErrorCode 6", int, "%d" +entry = recentErrorCode7, "recentErrorCode 7", int, "%d" +entry = recentErrorCode8, "recentErrorCode 8", int, "%d" +entry = debugFloatField1, "debugFloatField1", float, "%.3f" +entry = debugFloatField2, "debugFloatField2", float, "%.3f" +entry = debugFloatField3, "debugFloatField3", float, "%.3f" +entry = debugFloatField4, "debugFloatField4", float, "%.3f" +entry = debugFloatField5, "debugFloatField5", float, "%.3f" +entry = debugFloatField6, "debugFloatField6", float, "%.3f" +entry = debugFloatField7, "debugFloatField7", float, "%.3f" +entry = debugIntField1, "debugIntField1", int, "%d" +entry = debugIntField2, "debugIntField2", int, "%d" +entry = debugIntField3, "debugIntField3", int, "%d" +entry = debugIntField4, "debugIntField4", int, "%d" +entry = debugIntField5, "debugIntField5", int, "%d" +entry = egt1, "EGT 1", int, "%d" +entry = egt2, "EGT 2", int, "%d" +entry = egt3, "EGT 3", int, "%d" +entry = egt4, "EGT 4", int, "%d" +entry = egt5, "EGT 5", int, "%d" +entry = egt6, "EGT 6", int, "%d" +entry = egt7, "EGT 7", int, "%d" +entry = egt8, "EGT 8", int, "%d" +entry = rawTps1Primary, "rawTps1Primary", float, "%.3f" +entry = rawPpsPrimary, "rawPpsPrimary", float, "%.3f" +entry = rawClt, "rawClt", float, "%.3f" +entry = rawIat, "rawIat", float, "%.3f" +entry = rawOilPressure, "rawOilPressure", float, "%.3f" +entry = fuelClosedLoopBinIdx, "fuelClosedLoopBinIdx", int, "%d" +entry = tcuCurrentGear, "Current Gear", int, "%d" +entry = rawPpsSecondary, "rawPpsSecondary", float, "%.3f" +entry = knock1, "Knock: Cyl 1", int, "%d" +entry = knock2, "Knock: Cyl 2", int, "%d" +entry = knock3, "Knock: Cyl 3", int, "%d" +entry = knock4, "Knock: Cyl 4", int, "%d" +entry = knock5, "Knock: Cyl 5", int, "%d" +entry = knock6, "Knock: Cyl 6", int, "%d" +entry = knock7, "Knock: Cyl 7", int, "%d" +entry = knock8, "Knock: Cyl 8", int, "%d" +entry = knock9, "Knock: Cyl 9", int, "%d" +entry = knock10, "Knock: Cyl 10", int, "%d" +entry = knock11, "Knock: Cyl 11", int, "%d" +entry = knock12, "Knock: Cyl 12", int, "%d" +entry = idlePositionSensor, "Idle: Position sensor", float, "%.3f" +entry = AFRValue, "Air/Fuel Ratio", float, "%.3f" +entry = VssAcceleration, "Vss Accel", float, "%.3f" +entry = lambdaValue2, "Lambda 2", float, "%.3f" +entry = AFRValue2, "Air/Fuel Ratio 2", float, "%.3f" +entry = vvtPositionB1E, "VVT: bank 1 exhaust", float, "%.3f" +entry = vvtPositionB2I, "VVT: bank 2 intake", float, "%.3f" +entry = vvtPositionB2E, "VVT: bank 2 exhaust", float, "%.3f" +entry = fuelPidCorrection1, "Fuel: Trim bank 1", float, "%.3f" +entry = fuelPidCorrection2, "Fuel: Trim bank 2", float, "%.3f" +entry = rawTps1Secondary, "rawTps1Secondary", float, "%.3f" +entry = rawTps2Primary, "rawTps2Primary", float, "%.3f" +entry = rawTps2Secondary, "rawTps2Secondary", float, "%.3f" +entry = accelerationZ, "Acceleration: Z", float, "%.3f" +entry = accelerationRoll, "Acceleration: Roll", float, "%.3f" +entry = accelerationYaw, "Acceleration: Yaw", float, "%.3f" +entry = vvtTargets1, "vvtTargets 1", int, "%d" +entry = vvtTargets2, "vvtTargets 2", int, "%d" +entry = vvtTargets3, "vvtTargets 3", int, "%d" +entry = vvtTargets4, "vvtTargets 4", int, "%d" +entry = turboSpeed, "Turbocharger Speed", int, "%d" +entry = ignitionAdvanceCyl1, "Ign: Timing Cyl 1", float, "%.3f" +entry = ignitionAdvanceCyl2, "Ign: Timing Cyl 2", float, "%.3f" +entry = ignitionAdvanceCyl3, "Ign: Timing Cyl 3", float, "%.3f" +entry = ignitionAdvanceCyl4, "Ign: Timing Cyl 4", float, "%.3f" +entry = ignitionAdvanceCyl5, "Ign: Timing Cyl 5", float, "%.3f" +entry = ignitionAdvanceCyl6, "Ign: Timing Cyl 6", float, "%.3f" +entry = ignitionAdvanceCyl7, "Ign: Timing Cyl 7", float, "%.3f" +entry = ignitionAdvanceCyl8, "Ign: Timing Cyl 8", float, "%.3f" +entry = ignitionAdvanceCyl9, "Ign: Timing Cyl 9", float, "%.3f" +entry = ignitionAdvanceCyl10, "Ign: Timing Cyl 10", float, "%.3f" +entry = ignitionAdvanceCyl11, "Ign: Timing Cyl 11", float, "%.3f" +entry = ignitionAdvanceCyl12, "Ign: Timing Cyl 12", float, "%.3f" +entry = tps1Split, "tps1Split", float, "%.3f" +entry = tps2Split, "tps2Split", float, "%.3f" +entry = tps12Split, "tps12Split", float, "%.3f" +entry = accPedalSplit, "accPedalSplit", float, "%.3f" +entry = sparkCutReason, "Ign: Cut Code", int, "%d" +entry = fuelCutReason, "Fuel: Cut Code", int, "%d" +entry = mafEstimate, "Air: Flow estimate", float, "%.3f" +entry = instantRpm, "sync: instant RPM", int, "%d" +entry = rawMap, "rawMap", float, "%.3f" +entry = rawAfr, "rawAfr", float, "%.3f" +entry = calibrationValue2, "calibrationValue2", float, "%.3f" +entry = luaInvocationCounter, "Lua: Tick counter", int, "%d" +entry = luaLastCycleDuration, "Lua: Last tick duration", int, "%d" +entry = testBenchIter, "testBenchIter", int, "%d" +entry = tcu_currentRange, "TCU: Current Range", int, "%d" +entry = tcRatio, "TCU: Torque Converter Ratio", float, "%.3f" +entry = lastShiftTime, "lastShiftTime", float, "%.3f" +entry = vssEdgeCounter, "vssEdgeCounter", int, "%d" +entry = issEdgeCounter, "issEdgeCounter", int, "%d" +entry = auxLinear1, "Aux linear #1", float, "%.3f" +entry = auxLinear2, "Aux linear #2", float, "%.3f" +entry = fallbackMap, "fallbackMap", float, "%.3f" +entry = instantMAPValue, "Instant MAP", float, "%.3f" +entry = maxLockedDuration, "maxLockedDuration", int, "%d" +entry = canWriteOk, "CAN: Tx OK", int, "%d" +entry = canWriteNotOk, "CAN: Tx err", int, "%d" +entry = triggerPrimaryFall, "triggerPrimaryFall", int, "%d" +entry = triggerPrimaryRise, "triggerPrimaryRise", int, "%d" +entry = triggerSecondaryFall, "triggerSecondaryFall", int, "%d" +entry = triggerSecondaryRise, "triggerSecondaryRise", int, "%d" +entry = triggerVvtFall, "triggerVvtFall", int, "%d" +entry = triggerVvtRise, "triggerVvtRise", int, "%d" +entry = triggerVvt2Fall, "triggerVvt2Fall", int, "%d" +entry = triggerVvt2Rise, "triggerVvt2Rise", int, "%d" +entry = starterState, "starterState", int, "%d" +entry = starterRelayDisable, "starterRelayDisable", int, "%d" +entry = multiSparkCounter, "Ign: Multispark count", int, "%d" +entry = extiOverflowCount, "extiOverflowCount", int, "%d" +entry = alternatorStatus_pTerm, "alternatorStatus_pTerm", float, "%.3f" +entry = alternatorStatus_iTerm, "alternatorStatus_iTerm", float, "%.3f" +entry = alternatorStatus_dTerm, "alternatorStatus_dTerm", float, "%.3f" +entry = alternatorStatus_output, "alternatorStatus_output", float, "%.3f" +entry = alternatorStatus_error, "alternatorStatus_error", float, "%.3f" +entry = alternatorStatus_resetCounter, "alternatorStatus_resetCounter", int, "%d" +entry = idleStatus_pTerm, "idleStatus_pTerm", float, "%.3f" +entry = idleStatus_iTerm, "idleStatus_iTerm", float, "%.3f" +entry = idleStatus_dTerm, "idleStatus_dTerm", float, "%.3f" +entry = idleStatus_output, "idleStatus_output", float, "%.3f" +entry = idleStatus_error, "idleStatus_error", float, "%.3f" +entry = idleStatus_resetCounter, "idleStatus_resetCounter", int, "%d" +entry = etbStatus_pTerm, "etbStatus_pTerm", float, "%.3f" +entry = etbStatus_iTerm, "etbStatus_iTerm", float, "%.3f" +entry = etbStatus_dTerm, "etbStatus_dTerm", float, "%.3f" +entry = etbStatus_output, "etbStatus_output", float, "%.3f" +entry = etbStatus_error, "etbStatus_error", float, "%.3f" +entry = etbStatus_resetCounter, "etbStatus_resetCounter", int, "%d" +entry = boostStatus_pTerm, "boostStatus_pTerm", float, "%.3f" +entry = boostStatus_iTerm, "boostStatus_iTerm", float, "%.3f" +entry = boostStatus_dTerm, "boostStatus_dTerm", float, "%.3f" +entry = boostStatus_output, "boostStatus_output", float, "%.3f" +entry = boostStatus_error, "boostStatus_error", float, "%.3f" +entry = boostStatus_resetCounter, "boostStatus_resetCounter", int, "%d" +entry = wastegateDcStatus_pTerm, "wastegateDcStatus_pTerm", float, "%.3f" +entry = wastegateDcStatus_iTerm, "wastegateDcStatus_iTerm", float, "%.3f" +entry = wastegateDcStatus_dTerm, "wastegateDcStatus_dTerm", float, "%.3f" +entry = wastegateDcStatus_output, "wastegateDcStatus_output", float, "%.3f" +entry = wastegateDcStatus_error, "wastegateDcStatus_error", float, "%.3f" +entry = wastegateDcStatus_resetCounter, "wastegateDcStatus_resetCounter", int, "%d" +entry = auxSpeed1, "Aux speed 1", int, "%d" +entry = auxSpeed2, "Aux speed 2", int, "%d" +entry = ISSValue, "TCU: Input Shaft Speed", int, "%d" +entry = rawAnalogInput1, "rawAnalogInput 1", float, "%.3f" +entry = rawAnalogInput2, "rawAnalogInput 2", float, "%.3f" +entry = rawAnalogInput3, "rawAnalogInput 3", float, "%.3f" +entry = rawAnalogInput4, "rawAnalogInput 4", float, "%.3f" +entry = rawAnalogInput5, "rawAnalogInput 5", float, "%.3f" +entry = rawAnalogInput6, "rawAnalogInput 6", float, "%.3f" +entry = rawAnalogInput7, "rawAnalogInput 7", float, "%.3f" +entry = rawAnalogInput8, "rawAnalogInput 8", float, "%.3f" +entry = gppwmOutput1, "GPPWM Output 1", float, "%.3f" +entry = gppwmOutput2, "GPPWM Output 2", float, "%.3f" +entry = gppwmOutput3, "GPPWM Output 3", float, "%.3f" +entry = gppwmOutput4, "GPPWM Output 4", float, "%.3f" +entry = gppwmXAxis1, "gppwmXAxis 1", int, "%d" +entry = gppwmXAxis2, "gppwmXAxis 2", int, "%d" +entry = gppwmXAxis3, "gppwmXAxis 3", int, "%d" +entry = gppwmXAxis4, "gppwmXAxis 4", int, "%d" +entry = gppwmYAxis1, "gppwmYAxis 1", float, "%.3f" +entry = gppwmYAxis2, "gppwmYAxis 2", float, "%.3f" +entry = gppwmYAxis3, "gppwmYAxis 3", float, "%.3f" +entry = gppwmYAxis4, "gppwmYAxis 4", float, "%.3f" +entry = rawBattery, "rawBattery", float, "%.3f" +entry = ignBlendParameter1, "ignBlendParameter 1", float, "%.3f" +entry = ignBlendParameter2, "ignBlendParameter 2", float, "%.3f" +entry = ignBlendParameter3, "ignBlendParameter 3", float, "%.3f" +entry = ignBlendParameter4, "ignBlendParameter 4", float, "%.3f" +entry = ignBlendBias1, "ignBlendBias 1", float, "%.3f" +entry = ignBlendBias2, "ignBlendBias 2", float, "%.3f" +entry = ignBlendBias3, "ignBlendBias 3", float, "%.3f" +entry = ignBlendBias4, "ignBlendBias 4", float, "%.3f" +entry = ignBlendOutput1, "ignBlendOutput 1", float, "%.3f" +entry = ignBlendOutput2, "ignBlendOutput 2", float, "%.3f" +entry = ignBlendOutput3, "ignBlendOutput 3", float, "%.3f" +entry = ignBlendOutput4, "ignBlendOutput 4", float, "%.3f" +entry = veBlendParameter1, "veBlendParameter 1", float, "%.3f" +entry = veBlendParameter2, "veBlendParameter 2", float, "%.3f" +entry = veBlendParameter3, "veBlendParameter 3", float, "%.3f" +entry = veBlendParameter4, "veBlendParameter 4", float, "%.3f" +entry = veBlendBias1, "veBlendBias 1", float, "%.3f" +entry = veBlendBias2, "veBlendBias 2", float, "%.3f" +entry = veBlendBias3, "veBlendBias 3", float, "%.3f" +entry = veBlendBias4, "veBlendBias 4", float, "%.3f" +entry = veBlendOutput1, "veBlendOutput 1", float, "%.3f" +entry = veBlendOutput2, "veBlendOutput 2", float, "%.3f" +entry = veBlendOutput3, "veBlendOutput 3", float, "%.3f" +entry = veBlendOutput4, "veBlendOutput 4", float, "%.3f" +entry = boostOpenLoopBlendParameter1, "boostOpenLoopBlendParameter 1", float, "%.3f" +entry = boostOpenLoopBlendParameter2, "boostOpenLoopBlendParameter 2", float, "%.3f" +entry = boostOpenLoopBlendBias1, "boostOpenLoopBlendBias 1", float, "%.3f" +entry = boostOpenLoopBlendBias2, "boostOpenLoopBlendBias 2", float, "%.3f" +entry = boostOpenLoopBlendOutput1, "boostOpenLoopBlendOutput 1", int, "%d" +entry = boostOpenLoopBlendOutput2, "boostOpenLoopBlendOutput 2", int, "%d" +entry = boostClosedLoopBlendParameter1, "boostClosedLoopBlendParameter 1", float, "%.3f" +entry = boostClosedLoopBlendParameter2, "boostClosedLoopBlendParameter 2", float, "%.3f" +entry = boostClosedLoopBlendBias1, "boostClosedLoopBlendBias 1", float, "%.3f" +entry = boostClosedLoopBlendBias2, "boostClosedLoopBlendBias 2", float, "%.3f" +entry = boostClosedLoopBlendOutput1, "boostClosedLoopBlendOutput 1", float, "%.3f" +entry = boostClosedLoopBlendOutput2, "boostClosedLoopBlendOutput 2", float, "%.3f" +entry = coilState1, "coilState1", int, "%d" +entry = coilState2, "coilState2", int, "%d" +entry = coilState3, "coilState3", int, "%d" +entry = coilState4, "coilState4", int, "%d" +entry = coilState5, "coilState5", int, "%d" +entry = coilState6, "coilState6", int, "%d" +entry = coilState7, "coilState7", int, "%d" +entry = coilState8, "coilState8", int, "%d" +entry = coilState9, "coilState9", int, "%d" +entry = coilState10, "coilState10", int, "%d" +entry = coilState11, "coilState11", int, "%d" +entry = coilState12, "coilState12", int, "%d" +entry = injectorState1, "injectorState1", int, "%d" +entry = injectorState2, "injectorState2", int, "%d" +entry = injectorState3, "injectorState3", int, "%d" +entry = injectorState4, "injectorState4", int, "%d" +entry = injectorState5, "injectorState5", int, "%d" +entry = injectorState6, "injectorState6", int, "%d" +entry = injectorState7, "injectorState7", int, "%d" +entry = injectorState8, "injectorState8", int, "%d" +entry = injectorState9, "injectorState9", int, "%d" +entry = injectorState10, "injectorState10", int, "%d" +entry = injectorState11, "injectorState11", int, "%d" +entry = injectorState12, "injectorState12", int, "%d" +entry = triggerChannel1, "triggerChannel1", int, "%d" +entry = triggerChannel2, "triggerChannel2", int, "%d" +entry = vvtChannel1, "vvtChannel1", int, "%d" +entry = vvtChannel2, "vvtChannel2", int, "%d" +entry = vvtChannel3, "vvtChannel3", int, "%d" +entry = vvtChannel4, "vvtChannel4", int, "%d" +entry = outputRequestPeriod, "outputRequestPeriod", int, "%d" +entry = mapFast, "mapFast", float, "%.3f" +entry = luaGauges1, "Lua: Gauge 1", float, "%.3f" +entry = luaGauges2, "Lua: Gauge 2", float, "%.3f" +entry = rawMaf2, "rawMaf2", float, "%.3f" +entry = mafMeasured2, "MAF #2", float, "%.3f" +entry = vehicleSpeedKph, "Vehicle Speed", float, "%.3f" +entry = Gego, "Gego", float, "%.3f" +entry = totalFuelCorrection, "Fuel: Total correction", float, "%.3f" +entry = running_postCrankingFuelCorrection, "Fuel: Post cranking mult", float, "%.3f" +entry = running_intakeTemperatureCoefficient, "Fuel: IAT correction", float, "%.3f" +entry = running_coolantTemperatureCoefficient, "Fuel: CLT correction", float, "%.3f" +entry = running_timeSinceCrankingInSecs, "running_timeSinceCrankingInSecs", float, "%.3f" +entry = running_baseFuel, "Fuel: base cycle mass", float, "%.3f" +entry = running_fuel, "Fuel: running", float, "%.3f" +entry = afrTableYAxis, "afrTableYAxis", float, "%.3f" +entry = targetLambda, "Fuel: target lambda", float, "%.3f" +entry = targetAFR, "Fuel: target AFR", float, "%.3f" +entry = stoichiometricRatio, "Fuel: Stoich ratio", float, "%.3f" +entry = sdTcharge_coff, "sdTcharge_coff", float, "%.3f" +entry = sdAirMassInOneCylinder, "Air: Cylinder airmass", float, "%.3f" +entry = injectorHwIssue, "injectorHwIssue", int, "%d" +entry = baseDwell, "Ignition: base dwell", float, "%.3f" +entry = sparkDwell, "Ign: Dwell", float, "%.3f" +entry = dwellAngle, "Ignition: dwell duration", float, "%.3f" +entry = cltTimingCorrection, "Ign: CLT correction", float, "%.3f" +entry = timingIatCorrection, "Ign: IAT correction", float, "%.3f" +entry = timingPidCorrection, "Idle: Timing adjustment", float, "%.3f" +entry = baseIgnitionAdvance, "Ign: Timing", float, "%.3f" +entry = correctedIgnitionAdvance, "Timing: ignition", float, "%.3f" +entry = dwellVoltageCorrection, "Ign: Dwell voltage correction", float, "%.3f" +entry = luaTimingAdd, "Ign: Lua timing add", float, "%.3f" +entry = luaTimingMult, "Ign: Lua timing mult", float, "%.3f" +entry = luaIgnitionSkip, "Ign: Lua Spark Skip", int, "%d" +entry = m_knockRetard, "Knock Degrees retarded", float, "%.3f" +entry = m_knockThreshold, "Knock Retard Threshold", float, "%.3f" +entry = m_knockCount, "Knock Count", int, "%d" +entry = m_maximumRetard, "m_maximumRetard", float, "%.3f" +entry = throttleUseWotModel, "Air: Throttle model WOT", int, "%d" +entry = throttleModelCrossoverAngle, "Air: Throttle crossover pos", float, "%.3f" +entry = throttleEstimatedFlow, "Air: Throttle flow estimate", float, "%.3f" +entry = m_requested_pump, "GDI: HPFP duration", float, "%.3f" +entry = fuel_requested_percent, "GDI: requested_percent", float, "%.3f" +entry = fuel_requested_percent_pi, "GDI: percent_pi", float, "%.3f" +entry = noValve, "noValve", int, "%d" +entry = angleAboveMin, "angleAboveMin", int, "%d" +entry = isHpfpInactive, "isHpfpInactive", int, "%d" +entry = m_pressureTarget_kPa, "GDI: target pressure", float, "%.3f" +entry = nextLobe, "GDI: nextLobe", float, "%.3f" +entry = di_nextStart, "GDI: next start", float, "%.3f" +entry = m_deadtime, "Fuel: injector lag", float, "%.3f" +entry = pressureDelta, "fuel: Injector pressure delta", float, "%.3f" +entry = pressureRatio, "fuel: Injector pressure ratio", float, "%.3f" +entry = retardThresholdRpm, "retardThresholdRpm", int, "%d" +entry = combinedConditions, "combinedConditions", int, "%d" +entry = launchActivatePinState, "launchActivatePinState", int, "%d" +entry = isLaunchCondition, "isLaunchCondition", int, "%d" +entry = isSwitchActivated, "isSwitchActivated", int, "%d" +entry = isClutchActivated, "isClutchActivated", int, "%d" +entry = isValidInputPin, "isValidInputPin", int, "%d" +entry = activateSwitchCondition, "activateSwitchCondition", int, "%d" +entry = rpmCondition, "rpmCondition", int, "%d" +entry = speedCondition, "speedCondition", int, "%d" +entry = tpsCondition, "tpsCondition", int, "%d" +entry = isAntilagCondition, "isAntilagCondition", int, "%d" +entry = ALSMinRPMCondition, "ALSMinRPMCondition", int, "%d" +entry = ALSMaxRPMCondition, "ALSMaxRPMCondition", int, "%d" +entry = ALSMinCLTCondition, "ALSMinCLTCondition", int, "%d" +entry = ALSMaxCLTCondition, "ALSMaxCLTCondition", int, "%d" +entry = ALSMaxThrottleIntentCondition, "ALSMaxThrottleIntentCondition", int, "%d" +entry = isALSSwitchActivated, "isALSSwitchActivated", int, "%d" +entry = ALSActivatePinState, "ALSActivatePinState", int, "%d" +entry = ALSSwitchCondition, "ALSSwitchCondition", int, "%d" +entry = ALSTimerCondition, "ALSTimerCondition", int, "%d" +entry = fuelALSCorrection, "fuelALSCorrection", float, "%.3f" +entry = timingALSCorrection, "timingALSCorrection", float, "%.3f" +entry = timingALSSkip, "timingALSSkip", float, "%.3f" +entry = isTpsInvalid, "isTpsInvalid", int, "%d" +entry = m_shouldResetPid, "m_shouldResetPid", int, "%d" +entry = isBelowClosedLoopThreshold, "isBelowClosedLoopThreshold", int, "%d" +entry = isNotClosedLoop, "isNotClosedLoop", int, "%d" +entry = isZeroRpm, "isZeroRpm", int, "%d" +entry = hasInitBoost, "hasInitBoost", int, "%d" +entry = rpmTooLow, "rpmTooLow", int, "%d" +entry = tpsTooLow, "tpsTooLow", int, "%d" +entry = mapTooLow, "mapTooLow", int, "%d" +entry = luaTargetAdd, "Boost: Lua target add", float, "%.3f" +entry = boostOutput, "Boost: Output", float, "%.3f" +entry = luaTargetMult, "Boost: Lua target mult", float, "%.3f" +entry = openLoopPart, "Boost: Open loop", float, "%.3f" +entry = luaOpenLoopAdd, "Boost: Lua open loop add", float, "%.3f" +entry = boostControllerClosedLoopPart, "Boost: Closed loop", float, "%.3f" +entry = boostControlTarget, "Boost: Target", float, "%.3f" +entry = acButtonState, "AC switch", int, "%d" +entry = m_acEnabled, "AC enabled", int, "%d" +entry = engineTooSlow, "AC engine too slow", int, "%d" +entry = engineTooFast, "AC engine too fast", int, "%d" +entry = noClt, "AC no CLT", int, "%d" +entry = engineTooHot, "AC engine too hot", int, "%d" +entry = tpsTooHigh, "AC tps too high", int, "%d" +entry = isDisabledByLua, "AC disabled by Lua", int, "%d" +entry = acCompressorState, "AC compressor on", int, "%d" +entry = latest_usage_ac_control, "AC latest activity", int, "%d" +entry = acSwitchLastChangeTimeMs, "acSwitchLastChangeTimeMs", int, "%d" +entry = cranking, "cranking", int, "%d" +entry = notRunning, "notRunning", int, "%d" +entry = disabledWhileEngineStopped, "disabledWhileEngineStopped", int, "%d" +entry = brokenClt, "brokenClt", int, "%d" +entry = enabledForAc, "enabledForAc", int, "%d" +entry = hot, "hot", int, "%d" +entry = cold, "cold", int, "%d" +entry = isPrime, "isPrime", int, "%d" +entry = engineTurnedRecently, "engineTurnedRecently", int, "%d" +entry = isFuelPumpOn, "isFuelPumpOn", int, "%d" +entry = ignitionOn, "ignitionOn", int, "%d" +entry = isBenchTest, "isBenchTest", int, "%d" +entry = hasIgnitionVoltage, "hasIgnitionVoltage", int, "%d" +entry = mainRelayState, "mainRelayState", int, "%d" +entry = delayedShutoffRequested, "delayedShutoffRequested", int, "%d" +entry = lua_fuelAdd, "Lua: Fuel add", float, "%.3f" +entry = lua_fuelMult, "Lua: Fuel mult", float, "%.3f" +entry = lua_clutchUpState, "lua_clutchUpState", int, "%d" +entry = lua_brakePedalState, "lua_brakePedalState", int, "%d" +entry = lua_acRequestState, "lua_acRequestState", int, "%d" +entry = lua_luaDisableEtb, "lua_luaDisableEtb", int, "%d" +entry = lua_luaIgnCut, "lua_luaIgnCut", int, "%d" +entry = sd_tCharge, "Air: Charge temperature estimate", float, "%.3f" +entry = sd_tChargeK, "Air: Charge temperature estimate K", float, "%.3f" +entry = crankingFuel_coolantTemperatureCoefficient, "Fuel: cranking CLT mult", float, "%.3f" +entry = crankingFuel_tpsCoefficient, "Fuel: cranking TPS mult", float, "%.3f" +entry = crankingFuel_durationCoefficient, "Fuel: cranking duration mult", float, "%.3f" +entry = crankingFuel_fuel, "Fuel: Cranking cycle mass", float, "%.3f" +entry = baroCorrection, "Fuel: Barometric pressure mult", float, "%.3f" +entry = hellenBoardId, "Detected Board ID", int, "%d" +entry = clutchUpState, "Clutch: up", int, "%d" +entry = clutchDownState, "Clutch: down", int, "%d" +entry = brakePedalState, "Brake switch", int, "%d" +entry = startStopState, "startStopState", int, "%d" +entry = startStopStateToggleCounter, "startStopStateToggleCounter", int, "%d" +entry = egtValue1, "egtValue1", float, "%.3f" +entry = egtValue2, "egtValue2", float, "%.3f" +entry = desiredRpmLimit, "User-defined RPM hard limit", int, "%d" +entry = fuelInjectionCounter, "Fuel: Injection counter", int, "%d" +entry = sparkCounter, "Ign: Spark counter", int, "%d" +entry = fuelingLoad, "Fuel: Load", float, "%.3f" +entry = ignitionLoad, "Ign: Load", float, "%.3f" +entry = veTableYAxis, "veTableYAxis", float, "%.3f" +entry = tpsFrom, "Fuel: TPS AE from", float, "%.3f" +entry = tpsTo, "Fuel: TPS AE to", float, "%.3f" +entry = deltaTps, "Fuel: TPS AE change", float, "%.3f" +entry = extraFuel, "extraFuel", float, "%.3f" +entry = valueFromTable, "valueFromTable", float, "%.3f" +entry = isAboveAccelThreshold, "Fuel: TPS AE Active", int, "%d" +entry = isBelowDecelThreshold, "isBelowDecelThreshold", int, "%d" +entry = isTimeToResetAccumulator, "Accel: reset time", int, "%d" +entry = isFractionalEnrichment, "isFractionalEnrichment", int, "%d" +entry = belowEpsilon, "Accel: below threshold", int, "%d" +entry = tooShort, "Accel: too short", int, "%d" +entry = fractionalInjFuel, "fractionalInjFuel", float, "%.3f" +entry = accumulatedValue, "accumulatedValue", float, "%.3f" +entry = maxExtraPerCycle, "maxExtraPerCycle", float, "%.3f" +entry = maxExtraPerPeriod, "maxExtraPerPeriod", float, "%.3f" +entry = maxInjectedPerPeriod, "maxInjectedPerPeriod", float, "%.3f" +entry = cycleCnt, "cycleCnt", int, "%d" +entry = hwEventCounters1, "Hardware events since boot 1", int, "%d" +entry = hwEventCounters2, "Hardware events since boot 2", int, "%d" +entry = hwEventCounters3, "Hardware events since boot 3", int, "%d" +entry = hwEventCounters4, "Hardware events since boot 4", int, "%d" +entry = hwEventCounters5, "Hardware events since boot 5", int, "%d" +entry = hwEventCounters6, "Hardware events since boot 6", int, "%d" +entry = vvtCamCounter, "Sync: total cams front counter", int, "%d" +entry = mapVvt_MAP_AT_SPECIAL_POINT, "mapVvt_MAP_AT_SPECIAL_POINT", float, "%.3f" +entry = mapVvt_MAP_AT_DIFF, "mapVvt_MAP_AT_DIFF", float, "%.3f" +entry = mapVvt_MAP_AT_CYCLE_COUNT, "mapVvt_MAP_AT_CYCLE_COUNT", int, "%d" +entry = mapVvt_map_peak, "mapVvt_map_peak", int, "%d" +entry = currentEngineDecodedPhase, "Sync: Engine Phase", float, "%.3f" +entry = triggerToothAngleError, "Sync: trigger angle error", float, "%.3f" +entry = triggerIgnoredToothCount, "triggerIgnoredToothCount", int, "%d" +entry = mapCamPrevToothAngle, "Sync: MAP: prev angle", float, "%.3f" +entry = isDecodingMapCam, "isDecodingMapCam", int, "%d" +entry = crankSynchronizationCounter, "sync: Crank sync counter", int, "%d" +entry = vvtSyncGapRatio, "vvtSyncGapRatio", float, "%.3f" +entry = vvtToothDurations0, "vvtToothDurations0", int, "%d" +entry = vvtCurrentPosition, "vvtCurrentPosition", float, "%.3f" +entry = triggerSyncGapRatio, "Trigger Sync Latest Ratio", float, "%.3f" +entry = triggerStateIndex, "triggerStateIndex", int, "%d" +entry = vvtCounter, "vvtCounter", int, "%d" +entry = camResyncCounter, "camResyncCounter", int, "%d" +entry = vvtStateIndex, "vvtStateIndex", int, "%d" +entry = m_hasSynchronizedPhase, "m_hasSynchronizedPhase", int, "%d" +entry = wallFuelCorrection, "fuel wallwetting injection time", float, "%.3f" +entry = wallFuel, "Fuel on the wall", float, "%.3f" +entry = idleState, "idleState", int, "%d" +entry = currentIdlePosition, "idle: current position", float, "%.3f" +entry = baseIdlePosition, "idle: base value", float, "%.3f" +entry = iacByTpsTaper, "idle: iacByTpsTaper portion", float, "%.3f" +entry = throttlePedalUpState, "idle: throttlePedalUpState", int, "%d" +entry = mightResetPid, "idle: mightResetPid", int, "%d" +entry = shouldResetPid, "idle: shouldResetPid", int, "%d" +entry = wasResetPid, "idle: wasResetPid", int, "%d" +entry = mustResetPid, "idle: mustResetPid", int, "%d" +entry = isCranking, "idle: cranking", int, "%d" +entry = isIacTableForCoasting, "isIacTableForCoasting", int, "%d" +entry = notIdling, "notIdling", int, "%d" +entry = needReset, "idle: reset", int, "%d" +entry = isInDeadZone, "idle: dead zone", int, "%d" +entry = isBlipping, "isBlipping", int, "%d" +entry = useClosedLoop, "useClosedLoop", int, "%d" +entry = badTps, "badTps", int, "%d" +entry = looksLikeRunning, "looksLikeRunning", int, "%d" +entry = looksLikeCoasting, "looksLikeCoasting", int, "%d" +entry = looksLikeCrankToIdle, "looksLikeCrankToIdle", int, "%d" +entry = isVerboseIAC, "isVerboseIAC", int, "%d" +entry = isIdleCoasting, "idle: coasting", int, "%d" +entry = targetRpmByClt, "idle: target by CLT", int, "%d" +entry = targetRpmAcBump, "idle: A/C bump", int, "%d" +entry = iacByRpmTaper, "idle: iacByRpmTaper portion", float, "%.3f" +entry = luaAdd, "idle: Lua Adder", float, "%.3f" +entry = idlePosition, "ETB: idlePosition", float, "%.3f" +entry = trim, "ETB: trim", float, "%.3f" +entry = luaAdjustment, "ETB: luaAdjustment", float, "%.3f" +entry = m_wastegatePosition, "DC: wastegatePosition", float, "%.3f" +entry = etbFeedForward, "etbFeedForward", float, "%.3f" +entry = etbIntegralError, "etbIntegralError", float, "%.3f" +entry = etbCurrentTarget, "etbCurrentTarget", float, "%.3f" +entry = etbCurrentAdjustedTarget, "etbCurrentAdjustedTarget", float, "%.3f" +entry = etbRevLimitActive, "etbRevLimitActive", int, "%d" +entry = jamDetected, "jamDetected", int, "%d" +entry = etbDutyRateOfChange, "ETB duty rate of change", float, "%.3f" +entry = etbDutyAverage, "ETB average duty", float, "%.3f" +entry = etbTpsErrorCounter, "ETB TPS error counter", int, "%d" +entry = etbPpsErrorCounter, "ETB pedal error counter", int, "%d" +entry = etbErrorCode, "etbErrorCode", int, "%d" +entry = jamTimer, "ETB jam timer", float, "%.3f" +entry = faultCode, "WBO: Fault code", int, "%d" +entry = heaterDuty, "WBO: Heater duty", int, "%d" +entry = pumpDuty, "WBO: Pump duty", int, "%d" +entry = tempC, "WBO: Temperature", int, "%d" +entry = nernstVoltage, "WBO: Nernst Voltage", float, "%.3f" +entry = esr, "WBO: ESR", int, "%d" +entry = dcOutput0, "DC: output0", float, "%.3f" +entry = isEnabled0_int, "DC: en0", int, "%d" +entry = isEnabled0, "isEnabled0", int, "%d" +entry = value0, "ETB: SENT value0", int, "%d" +entry = value1, "ETB: SENT value1", int, "%d" +entry = errorRate, "ETB: SENT error rate", float, "%.3f" +entry = vvtTarget, "vvtTarget", float, "%.3f" +entry = vvtOutput, "vvtOutput", float, "%.3f" +entry = lambdaCurrentlyGood, "lambdaCurrentlyGood", int, "%d" +entry = lambdaMonitorCut, "lambdaMonitorCut", int, "%d" +entry = lambdaTimeSinceGood, "lambdaTimeSinceGood", float, "%.3f" + + +[Menu] + +menuDialog = main +; see #1653 +; menu = "Data Logging" +; subMenu = std_ms3SdConsole, "Browse / Import SD Card" + + menu = "&Base &Engine" + subMenu = engineChars, "Base engine" + subMenu = limitsAndFallback, "Limits and fallbacks" + subMenu = triggerConfiguration, "Trigger" + subMenu = trigger_advanced, "Advanced Trigger" + subMenu = triggerConfiguration_gap, "Trigger Gap Override" + subMenu = std_separator + subMenu = energySystems, "Battery and alternator" + subMenu = std_separator + + # Digital outputs + subMenu = outputsDialog, "Outputs" + subMenu = acSettings, "Air Conditioning" + subMenu = statusLeds, "Status LEDs" + + menu = "Fuel" + # basic + subMenu = injectorConfig, "Injection configuration" + subMenu = injectionSettings, "Injection hardware", 0, {isInjectionEnabled == 1} + subMenu = cylinderBankSelect, "Cylinder bank selection", 0, {isInjectionEnabled == 1} + subMenu = injectorNonlinear, "Injector small-pulse correction", 0, {isInjectionEnabled == 1} + + groupMenu = "Cylinder fuel trims" + groupChildMenu = fuelTrimTbl1, "Fuel trim cyl 1" + groupChildMenu = fuelTrimTbl2, "Fuel trim cyl 2" + groupChildMenu = fuelTrimTbl3, "Fuel trim cyl 3" + groupChildMenu = fuelTrimTbl4, "Fuel trim cyl 4" + groupChildMenu = fuelTrimTbl5, "Fuel trim cyl 5" + groupChildMenu = fuelTrimTbl6, "Fuel trim cyl 6" + groupChildMenu = fuelTrimTbl7, "Fuel trim cyl 7" + groupChildMenu = fuelTrimTbl8, "Fuel trim cyl 8" + groupChildMenu = fuelTrimTbl9, "Fuel trim cyl 9" + groupChildMenu = fuelTrimTbl10, "Fuel trim cyl 10" + groupChildMenu = fuelTrimTbl11, "Fuel trim cyl 11" + groupChildMenu = fuelTrimTbl12, "Fuel trim cyl 12" + + subMenu = std_separator + + # Air mass model + subMenu = veTableDialog, "VE", 0, {isInjectionEnabled == 1} + + groupMenu = "VE blend tables" + groupChildMenu = veBlend1Cfg, "Adder 1 bias", 0, {isInjectionEnabled} + groupChildMenu = veBlend1Table, "VE adder 1", 0, { isInjectionEnabled && veBlends1_blendParameter != 0 } + groupChildMenu = veBlend2Cfg, "Adder 2 bias", 0, {isInjectionEnabled} + groupChildMenu = veBlend2Table, "VE adder 2", 0, { isInjectionEnabled && veBlends2_blendParameter != 0 } + groupChildMenu = veBlend3Cfg, "Adder 3 bias", 0, {isInjectionEnabled} + groupChildMenu = veBlend3Table, "VE adder 3", 0, { isInjectionEnabled && veBlends3_blendParameter != 0 } + groupChildMenu = veBlend4Cfg, "Adder 4 bias", 0, {isInjectionEnabled} + groupChildMenu = veBlend4Table, "VE adder 4", 0, { isInjectionEnabled && veBlends4_blendParameter != 0 } + + subMenu = tChargeSettings, "Charge temperature estimation", 0, {isInjectionEnabled == 1} + subMenu = baroCorrTbl, "Barometric pressure correction", 0, {isInjectionEnabled == 1 && fuelAlgorithm == 0} + subMenu = mapEstimateTableTbl, "MAP estimate table" + subMenu = std_separator + + # Fuel model +#if LAMBDA + subMenu = lambdaTableTbl, "Target lambda", 0, {isInjectionEnabled == 1} +#else + subMenu = afrTableTbl, "Target AFR", 0, {isInjectionEnabled == 1} +#endif + subMenu = cltFuelCorrCurve, "CLT multiplier", 0, {isInjectionEnabled == 1} + subMenu = iatFuelCorrCurve, "IAT multiplier", 0, {isInjectionEnabled == 1} + subMenu = fuelClosedLoopDialog, "Closed loop fuel correction", 0, {isInjectionEnabled == 1} + subMenu = coastingFuelCutControl, "Deceleration fuel cutoff (DFCO)", 0, {isInjectionEnabled == 1} + subMenu = std_separator + + # Injector model + subMenu = injPhaseTableTbl, "Injection phase", 0, {isInjectionEnabled == 1} + subMenu = std_separator + + # Accel enrichment + subMenu = AccelEnrich, "Acceleration enrichment", 0, {isInjectionEnabled == 1} + subMenu = tpsTpsAccelTbl, "TPS/TPS acceleration extra fuel", 0, {isInjectionEnabled == 1} + subMenu = tpsTspRpmCorrection, "TPS/TPS extra fuelRPM correction", 0, {isInjectionEnabled == 1} + + groupMenu = "Wall wetting AE" + groupChildMenu = wwTauCurves, "Evap time", 0, { complexWallModel != 0 } + groupChildMenu = wwBetaCurves, "Impact fraction", 0, { complexWallModel != 0 } + + menu = "Ignition" + subMenu = ignitionSettings, "Ignition settings" + subMenu = std_separator + + subMenu = ignitionTableTbl, "Ignition advance", 0, {isIgnitionEnabled} + subMenu = cltTimingCorrCurve, "Ign CLT correction", 0, {isIgnitionEnabled == 1} + subMenu = ignitionIatCorrTableTbl, "Ign IAT correction", 0, {isIgnitionEnabled == 1} + subMenu = std_separator + + subMenu = dwellSettings, "Dwell", 0, {isIgnitionEnabled == 1} + groupMenu = "Ignition blend tables" + groupChildMenu = ignAdder1Cfg, "Adder 1 bias", 0, {isIgnitionEnabled} + groupChildMenu = ignAdder1Table, "Ignition adder 1", 0, { isIgnitionEnabled && ignBlends1_blendParameter != 0 } + groupChildMenu = ignAdder2Cfg, "Adder 2 bias", 0, {isIgnitionEnabled} + groupChildMenu = ignAdder2Table, "Ignition adder 2", 0, { isIgnitionEnabled && ignBlends2_blendParameter != 0 } + groupChildMenu = ignAdder3Cfg, "Adder 3 bias", 0, {isIgnitionEnabled} + groupChildMenu = ignAdder3Table, "Ignition adder 3", 0, { isIgnitionEnabled && ignBlends3_blendParameter != 0 } + groupChildMenu = ignAdder4Cfg, "Adder 4 bias", 0, {isIgnitionEnabled} + groupChildMenu = ignAdder4Table, "Ignition adder 4", 0, { isIgnitionEnabled && ignBlends4_blendParameter != 0 } + groupMenu = "Cylinder ign trims" + groupChildMenu = ignTrimTbl1, "Ignition trim cyl 1" + groupChildMenu = ignTrimTbl2, "Ignition trim cyl 2" + groupChildMenu = ignTrimTbl3, "Ignition trim cyl 3" + groupChildMenu = ignTrimTbl4, "Ignition trim cyl 4" + groupChildMenu = ignTrimTbl5, "Ignition trim cyl 5" + groupChildMenu = ignTrimTbl6, "Ignition trim cyl 6" + groupChildMenu = ignTrimTbl7, "Ignition trim cyl 7" + groupChildMenu = ignTrimTbl8, "Ignition trim cyl 8" + groupChildMenu = ignTrimTbl9, "Ignition trim cyl 9" + groupChildMenu = ignTrimTbl10, "Ignition trim cyl 10" + groupChildMenu = ignTrimTbl11, "Ignition trim cyl 11" + groupChildMenu = ignTrimTbl12, "Ignition trim cyl 12" + subMenu = std_separator + + subMenu = multisparkSettings, "Multispark", 0, {isIgnitionEnabled == 1} + subMenu = softwareKnock, "Software knock" + subMenu = maxKnockRetardTbl, "Max knock retard" + + menu = "&Cranking" + subMenu = crankingDialog, "Cranking settings" + subMenu = postCrankingEnrichment, "After-start enrichment" + subMenu = primingFuelPulsePanel, "Priming pulse" + subMenu = std_separator + + subMenu = crankingCltCurve, "Fuel CLT multiplier" + subMenu = crankingCltCurveE100, "Fuel CLT multiplier (Flex Fuel E85)", 0, { flexSensorPin != 0 && flexCranking } + subMenu = crankingDurationCurve, "Fuel duration multiplier" + subMenu = crankingTpsCurve, "Fuel TPS multiplier" + subMenu = std_separator + + subMenu = crankingAdvanceCurve, "Cranking ignition advance", 0, {useSeparateAdvanceForCranking == 1} + subMenu = std_separator + + subMenu = cltCrankingCurve, "Cranking IAC CLT multiplier", 0, {overrideCrankingIacSetting == 1} + + menu = "&Idle" + subMenu = idleSettings, "Idle settings" + subMenu = idlehw, "Idle hardware" + subMenu = std_separator + subMenu = cltIdleRPMCurve, "Target RPM" + subMenu = cltIdleCurve, "CLT multiplier" + subMenu = std_separator + subMenu = idleTimingPidCorrDialog, "Closed-loop idle timing" + subMenu = iacPidMultTbl, "IAC PID multiplier", 0, {idleMode == 0 && useIacPidMultTable == 1} + subMenu = iacCoastingCurve, "Coasting IAC position", 0, {useIacTableForCoasting == 1} + subMenu = std_separator + subMenu = idleVeTableTbl, "Idle VE", 0, {useSeparateVeForIdle == 1} + subMenu = idleAdvanceCurve, "Ignition advance", 0, {useSeparateAdvanceForIdle == 1} + + menu = "&Advanced" + subMenu = smLaunchControl, "Launch Control" + subMenu = ignitionCylExtra, "Cylinder offsets", 0 + + subMenu = std_separator + subMenu = boostDialog, "Boost control" + subMenu = boostOpenLoopDialog, "Boost control open loop", { isBoostControlEnabled } + subMenu = boostOpenLoopGearAdderDialog, "Boost control open loop gear adder", { isBoostControlEnabled } + subMenu = boostPidDialog, "Boost control PID", { isBoostControlEnabled && boostType == 1 } + subMenu = boostTargetDialog, "Boost control target", { isBoostControlEnabled && boostType == 1 } + + groupMenu = "Boost blend tables" + groupChildMenu = boostOpenBlend1Cfg, "Open loop 1 bias", { isBoostControlEnabled } + groupChildMenu = boostOpenBlend1Table, "Open loop 1 adder", { isBoostControlEnabled && boostOpenLoopBlends1_blendParameter != 0 } + groupChildMenu = boostOpenBlend2Cfg, "Open loop 2 bias", { isBoostControlEnabled } + groupChildMenu = boostOpenBlend2Table, "Open loop 2 adder", { isBoostControlEnabled && boostOpenLoopBlends2_blendParameter != 0 } + groupChildMenu = boostClosedBlend1Cfg, "Closed loop 1 bias", { isBoostControlEnabled && boostType == 1 } + groupChildMenu = boostClosedBlend2Table, "Closed loop 1 adder", { isBoostControlEnabled && boostType == 1 && boostClosedLoopBlends1_blendParameter != 0 } + groupChildMenu = boostClosedBlend2Cfg, "Closed loop 2 bias", { isBoostControlEnabled && boostType == 1 } + groupChildMenu = boostClosedBlend2Table, "Closed loop 2 adder", { isBoostControlEnabled && boostType == 1 && boostClosedLoopBlends2_blendParameter != 0 } + + subMenu = boostEtbPid, "ETB-style Wastegate Actuator", { etbFunctions1 == 4 || etbFunctions2 == 4 } + + subMenu = std_separator + subMenu = gppwm1, "General Purpose PWM 1" + subMenu = gppwm2, "General Purpose PWM 2" + subMenu = gppwm3, "General Purpose PWM 3" + subMenu = gppwm4, "General Purpose PWM 4" + + subMenu = std_separator + subMenu = etbDialog, "Electronic throttle body" + subMenu = etbTpsBiasCurve, "ETB bias curve (feed forward)" + subMenu = pedalToTpsTbl, "ETB pedal target" + subMenu = throttle2TrimTbl, "ETB #2 Trim", { tps2_1AdcChannel != 0 } + + subMenu = std_separator + subMenu = vvtPidDialog, "VVT outputs and PID", { vvtMode1 != 0 } + subMenu = vvtTable1Tbl, "VVT intake target", { vvtMode1 != 0 && vvtPins1 != 0 } + subMenu = vvtTable2Tbl, "VVT exhaust target", { vvtMode2 != 0 && vvtPins2 != 0 } + + subMenu = std_separator + subMenu = auxInputsDialog, "Lua Analog Inputs" + subMenu = luaDigitalInputsDialog, "Lua Digital Inputs" + subMenu = luaOutputs, "Lua Script PWM Outputs" + + groupMenu = "Lua Calibrations" + groupChildMenu = scriptSetting, "Lua Script Settings" + + groupChildMenu = scriptTable1TblSettings, "Script Table #1" + groupChildMenu = scriptTable2TblSettings, "Script Table #2" + groupChildMenu = scriptTable3TblSettings, "Script Table #3" + groupChildMenu = scriptTable4TblSettings, "Script Table #4" + + groupChildMenu = scriptCurve1Settings, "Script Curve #1" + groupChildMenu = scriptCurve2Settings, "Script Curve #2" + groupChildMenu = scriptCurve3Settings, "Script Curve #3" + groupChildMenu = scriptCurve4Settings, "Script Curve #4" + groupChildMenu = scriptCurve5Settings, "Script Curve #5" + groupChildMenu = scriptCurve6Settings, "Script Curve #6" + + subMenu = std_separator + subMenu = tcuControls, "Transmission Settings (alpha)" + subMenu = gearControls, "Gear Selection Settings (alpha)" + subMenu = inputSpeedSensor, "Input Speed Sensor (alpha)" + subMenu = tcuSolenoidTableTbl, "Shift Solenoids (alpha)" + subMenu = tccCurves, "TCC Lock/Unlock Speed (alpha)" + subMenu = pcPerGearDialog, "Line Pressure Per Gear (alpha)" + subMenu = pcPerShiftDialog, "Line Pressure Per Shift (alpha)" + subMenu = 32Dialog, "3-2 Shift Solenoid Percent by Speed (alpha)" + subMenu = rangeMatrixDialog, "Range Selector Input Matrix (alpha)" + + menu = "&Sensors" + # Base analog input settings + subMenu = otherSensorInputs, "Misc sensors" + subMenu = analogInputSettings, "Analog input settings" + subMenu = std_separator + + # Thermistors + subMenu = cltSensor, "CLT sensor" + subMenu = iatSensor, "IAT sensor" + subMenu = auxTempSensor1Sensor, "AuxTemp1 sensor" + subMenu = auxTempSensor2Sensor, "AuxTemp2 sensor" + subMenu = std_separator + + # TPS/pedal + subMenu = tpsSensor, "TPS" + subMenu = pedalSensor, "Accelerator pedal" + subMenu = std_separator + + # MAP/Baro + subMenu = mapSettings, "MAP sensor" + subMenu = mapCurves, "MAP sampling" + subMenu = baroSettings, "Baro sensor" + subMenu = std_separator + + # MAF + subMenu = mafSettings, "MAF sensor" + subMenu = mafDecodingCurve, "MAF transfer function", 0, {mafAdcChannel != 0 } + subMenu = std_separator + + # O2 sensor(s) + subMenu = egoSettings, "EGO sensor" + subMenu = widebandConfig, "rusEFI Wideband Controller", 0, { canReadEnabled && canWriteEnabled } + subMenu = narrowToWideOxygenCurve, "Narrow to Wideband approximation" + subMenu = std_separator + + # Misc sensors + subMenu = vrThreshold, "VR Sensor Threshold" + subMenu = speedSensor, "Vehicle speed sensor" + subMenu = oilPressureSensor, "Oil pressure" + subMenu = fuelPressureSensor, "Fuel pressure" + subMenu = fuelLevelDialog, "Fuel level sensor" + subMenu = wastegateIdlePos, "Wastegate and idle position sensors" + subMenu = std_separator + + subMenu = auxLinearSensors, "Aux Sensors" + + menu = "&Controller" + subMenu = ecuStimulator, "ECU stimulator" + subMenu = ioTest, "Bench test" + subMenu = injTest, "Injector test" + subMenu = engineTypeDialog, "Popular vehicles" + subMenu = std_separator + + subMenu = monitoringSettings, "rusEFI console" + subMenu = std_separator + + subMenu = canBusMain, "CAN Bus Communication" + subMenu = sdCard, "SD Card Logger" + subMenu = connection, "Connection" + subMenu = tle8888, "TLE8888" + + subMenu = allPins1, "Full pinout 1/3" + subMenu = allPins2, "Full pinout 2/3" + subMenu = allPins3_1_and_2 "Full pinout 3/3" + subMenu = std_separator + + + # EXPERIMENTAL FEATURES + subMenu = mc33Dialog, "PT2001 control" + subMenu = hpfpCamDialog, "HPFP Cam Configuration" + subMenu = hpfpPumpDialog, "HPFP Pump Configuration", {hpfpCamLobes != 0} + subMenu = hpfpTargetTable, "HPFP Target Pressure", {hpfpCamLobes != 0} + subMenu = hpfpCompensationTable, "HPFP Pump Compensation", {hpfpCamLobes != 0} + subMenu = std_separator + subMenu = fancyHardwareDialog, "Fancy Hardware" + subMenu = std_separator + + + ; TODO: move lambdaProtection to the fuel menu once ready + ; https://github.com/FOME-Tech/fome-fw/issues/75 + subMenu = lambdaProtection, "Lambda Protection", 0, { isInjectionEnabled } + + subMenu = std_separator + + subMenu = std_separator + + subMenu = std_separator + subMenu = parkingLot, "Experimental/Broken" + subMenu = antiLagDialog, "Anti-Lag ALS" + subMenu = rotaryDialog, "Rotary" + subMenu = throttleEffectiveArea, "Throttle effective area" + + menu = "Help" + subMenu = helpGeneral, "rusEFI Info" + + menu = "&View" + subMenu = fuel_computerDialog, "fuel_computer" + subMenu = ignition_stateDialog, "ignition_state" + subMenu = knock_controllerDialog, "knock_controller" + subMenu = throttle_modelDialog, "throttle_model" + subMenu = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump" + subMenu = injector_modelDialog, "injector_model" + subMenu = launch_control_stateDialog, "launch_control_state" + subMenu = antilag_system_stateDialog, "antilag_system_state" + subMenu = boost_controlDialog, "boost_control" + subMenu = ac_controlDialog, "ac_control" + subMenu = fan_controlDialog, "fan_control" + subMenu = fuel_pump_controlDialog, "fuel_pump_control" + subMenu = main_relayDialog, "main_relay" + subMenu = engine_stateDialog, "engine_state" + subMenu = tps_accel_stateDialog, "tps_accel_state" + subMenu = trigger_centralDialog, "trigger_central" + subMenu = trigger_stateDialog, "trigger_state" + subMenu = trigger_state_primaryDialog, "trigger_state_primary" + subMenu = wall_fuel_stateDialog, "wall_fuel_state" + subMenu = idle_stateDialog, "idle_state" + subMenu = electronic_throttleDialog, "electronic_throttle" + subMenu = wideband_stateDialog, "wideband_state" + subMenu = dc_motorsDialog, "dc_motors" + subMenu = sent_stateDialog, "sent_state" + subMenu = vvtDialog, "vvt" + subMenu = lambda_monitorDialog, "lambda_monitor" + + + +[ControllerCommands] +; commandName = command1, command2, commandn... +; command in standard ini format, a command name can be assigned to 1 to n commands that will be executed in order. +; This does not include any resultant protocol envelope data, only the response data itself. + +; WARNING!! These commands bypass TunerStudio's normal memory synchronization. If these commands +; alter mapped settings (Constant) memory in the controller, TunerStudio will have an out of sync condition +; and may create error messages. +; It is expected that these commands would not typically alter any ram mapped to a Constant. + +; +; see TS_IO_TEST_COMMAND in firmware code +; + +cmd_test_spk1 = "Z\x00\x12\x00\x01" +cmd_test_spk2 = "Z\x00\x12\x00\x02" +cmd_test_spk3 = "Z\x00\x12\x00\x03" +cmd_test_spk4 = "Z\x00\x12\x00\x04" +cmd_test_spk5 = "Z\x00\x12\x00\x05" +cmd_test_spk6 = "Z\x00\x12\x00\x06" +cmd_test_spk7 = "Z\x00\x12\x00\x07" +cmd_test_spk8 = "Z\x00\x12\x00\x08" +cmd_test_spk9 = "Z\x00\x12\x00\x09" +cmd_test_spk10 = "Z\x00\x12\x00\x0a" +cmd_test_spk11 = "Z\x00\x12\x00\x0b" +cmd_test_spk12 = "Z\x00\x12\x00\x0c" + +cmd_test_lua1 = "Z\x00\x20\x00\x01" +cmd_test_lua2 = "Z\x00\x20\x00\x02" +cmd_test_lua3 = "Z\x00\x20\x00\x03" +cmd_test_lua4 = "Z\x00\x20\x00\x04" +cmd_test_lua5 = "Z\x00\x20\x00\x05" +cmd_test_lua6 = "Z\x00\x20\x00\x06" +cmd_test_lua7 = "Z\x00\x20\x00\x07" +cmd_test_lua8 = "Z\x00\x20\x00\x08" + +cmd_test_inj1 = "Z\x00\x13\x00\x01" +cmd_test_inj2 = "Z\x00\x13\x00\x02" +cmd_test_inj3 = "Z\x00\x13\x00\x03" +cmd_test_inj4 = "Z\x00\x13\x00\x04" +cmd_test_inj5 = "Z\x00\x13\x00\x05" +cmd_test_inj6 = "Z\x00\x13\x00\x06" +cmd_test_inj7 = "Z\x00\x13\x00\x07" +cmd_test_inj8 = "Z\x00\x13\x00\x08" +cmd_test_inj9 = "Z\x00\x13\x00\x09" +cmd_test_inj10 = "Z\x00\x13\x00\x0a" +cmd_test_inj11 = "Z\x00\x13\x00\x0b" +cmd_test_inj12 = "Z\x00\x13\x00\x0c" + +cmd_test_cancel = "Z\x00\x16\x00\x0f" + +cmd_test_sol1 = "Z\x00\x19\x00\x01" +cmd_test_sol2 = "Z\x00\x19\x00\x02" +cmd_test_sol3 = "Z\x00\x19\x00\x03" +cmd_test_sol4 = "Z\x00\x19\x00\x04" +cmd_test_sol5 = "Z\x00\x19\x00\x05" +cmd_test_sol6 = "Z\x00\x19\x00\x06" + +cmd_test_main_relay = "Z\x00\x16\x00\x00" +cmd_test_fuel_pump = "Z\x00\x16\x00\x01" +cmd_test_starter_relay = "Z\x00\x16\x00\x02" +cmd_test_starter_disable_relay = "Z\x00\x16\x00\x03" +cmd_test_ac_relay = "Z\x00\x16\x00\x06" +cmd_test_fan_1 = "Z\x00\x16\x00\x04" +cmd_test_fan_2 = "Z\x00\x16\x00\x05" +cmd_test_check_engine_light = "Z\x00\x16\x00\x07" +cmd_test_idle_valve = "Z\x00\x16\x00\x08" +cmd_test_second_idle_valve = "Z\x00\x16\x00\x0e" +cmd_test_hpfp_valve = "Z\x00\x16\x00\x09" +cmd_test_vvt0_valve = "Z\x00\x16\x00\x10" +cmd_test_vvt1_valve = "Z\x00\x16\x00\x11" +cmd_test_vvt2_valve = "Z\x00\x16\x00\x12" +cmd_test_vvt3_valve = "Z\x00\x16\x00\x13" + +cmd_calibrate_tps_1_closed = "Z\x00\x14\x00\x02" +cmd_calibrate_tps_1_wot = "Z\x00\x14\x00\x03" +cmd_calibrate_tps_2_closed = "Z\x00\x14\x00\x04" +cmd_calibrate_tps_2_wot = "Z\x00\x14\x00\x05" +cmd_calibrate_pedal_up = "Z\x00\x14\x00\x06" +cmd_calibrate_pedal_down = "Z\x00\x14\x00\x07" +cmd_tle8888_init = "Z\x00\x14\x00\x08" +cmd_write_config = "Z\x00\x14\x00\x0a" +cmd_etb_reset = "Z\x00\x14\x00\x0b" +cmd_etb_autotune = "Z\x00\x14\x00\x0C" +cmd_enable_self_stim = "Z\x00\x14\x00\x0D" +cmd_etb_auto_calibrate = "Z\x00\x14\x00\x0E" +cmd_disable_self_stim = "Z\x00\x14\x00\x0F" +cmd_etb_autotune_stop = "Z\x00\x14\x00\x10" +cmd_etb_auto_calibrate_2 = "Z\x00\x14\x00\x11" +cmd_wideband_firmare_update = "Z\x00\x14\x00\x12" +cmd_enable_ext_stim = "Z\x00\x14\x00\x13" +cmd_burn_without_flash = "Z\x00\x14\x00\x15" + +cmd_set_wideband_idx_0 = "Z\x00\x15\x00\x00" +cmd_set_wideband_idx_1 = "Z\x00\x15\x00\x01" + +cmd_stop_engine = "Z\x00\x79\x00\x00" + +; reboot ECU +cmd_reset_controller = "Z\x00\xbb\x00\x00" +; jump to DFU mode +cmd_dfu = "Z\x00\xba\x00\x00" +; jump to OpenBLT bootloader +cmd_openblt = "Z\x00\xbc\x00\x00" + +; See 'executeTSCommand' in firmware source code + + +cmd_set_engine_type_microRusEFI_VW_B6 = "Z\x00\x1e\x00\x3e" +cmd_set_engine_type_microRusEFI_MRE_BODY_CONTROL = "Z\x00\x1e\x00\x17" +cmd_set_engine_type_MRE_SECONDARY_CAN = "Z\x00\x1e\x00\x04" + +cmd_set_engine_type_microRusEFI_Miata_NA6_MAP = "Z\x00\x1e\x00\x42" + +cmd_set_engine_type_microRusEFI_Miata_94_MAP = "Z\x00\x1e\x00\x14" + +cmd_set_engine_type_MRE_SUBARU_EJ18 = "Z\x00\x1e\x00\x25" + +; cmd_set_engine_type_ = "Z\x00\x1e@@engine_type_e_ +cmd_set_engine_type_MITSUBISHI_3A92 = "Z\x00\x1e\x00\x0c" +cmd_set_engine_type_MITSUBISHI_4G93 = "Z\x00\x1e\x00\x10" +cmd_set_engine_type_TOYOTA_1NZ_FE = "Z\x00\x1e\x00\x0d" + +cmd_set_engine_type_MRE_M111 = "Z\x00\x1e\x00\x44" + +cmd_set_engine_type_hellen_NA6 = "Z\x00\x1e\x00\x22" +cmd_set_engine_type_hellen_NA94 = "Z\x00\x1e\x00\x50" + +cmd_set_engine_type_hellen_NB1_36 = "Z\x00\x1e\x00\x5e" +cmd_set_engine_type_hellen_NB2_36 = "Z\x00\x1e\x00\x56" + +cmd_set_engine_type_hellen_nissan_121_4 = "Z\x00\x1e\x00\x54" +cmd_set_engine_type_hellen_nissan_121_6 = "Z\x00\x1e\x00\x48" +cmd_set_engine_type_hellen_nissan_121_8 = "Z\x00\x1e\x00\x55" + +cmd_set_engine_type_hellen_121_vag_4 = "Z\x00\x1e\x00\x47" +cmd_set_engine_type_hellen_121_vag_5 = "Z\x00\x1e\x00\x4d" +cmd_set_engine_type_hellen_121_vag_v6 = "Z\x00\x1e\x00\x4e" +cmd_set_engine_type_hellen_121_vag_vr6 = "Z\x00\x1e\x00\x4f" +cmd_set_engine_type_hellen_121_vag_8 = "Z\x00\x1e\x00\x51" + +cmd_set_engine_type_hellen_128_merc_4 = "Z\x00\x1e\x00\x24" +cmd_set_engine_type_hellen_128_merc_6 = "Z\x00\x1e\x00\x58" +cmd_set_engine_type_hellen_128_merc_8 = "Z\x00\x1e\x00\x59" + +cmd_set_engine_type_hellen_couple_bk1 = "Z\x00\x1e\x00\x52" +cmd_set_engine_type_hellen_couple_bk2 = "Z\x00\x1e\x00\x5f" + +; MIATA_NA6_MAP = 41 +cmd_set_engine_type_Frankenso_Miata_NA6_MAP = "Z\x00\x1e\x00\x29" +; MAZDA_MIATA_2003 = 47 +cmd_set_engine_type_Frankenso_Miata_NB2 = "Z\x00\x1e\x00\x2f" + +cmd_set_engine_type_FUEL_BENCH = "Z\x00\x1e\x00\x0f" + + +cmd_set_engine_type_ALPHAX_8CHAN_SBC = "Z\x00\x1e\x00\x61" + + +; ETB_BENCH_ENGINE = 58 +cmd_set_engine_type_etb_test = "Z\x00\x1e\x00\x3A" +; ETB_BENCH_ENGINE = 59 +cmd_set_engine_type_8888_test = "Z\x00\x1e\x00\x3B" +cmd_set_engine_type_default = "Z\x00\x1f\x00\x00" + +[UserDefined] +indicatorPanel = fuel_computerIndicatorPanel, 2 + indicator = {injectorHwIssue}, "injectorHwIssue No", "injectorHwIssue Yes" + +dialog = fuel_computerDialog, "fuel_computer" + panel = fuel_computerIndicatorPanel + liveGraph = fuel_computer_1_Graph, "Graph", South + graphLine = totalFuelCorrection + graphLine = running_postCrankingFuelCorrection + graphLine = running_intakeTemperatureCoefficient + graphLine = running_coolantTemperatureCoefficient + liveGraph = fuel_computer_2_Graph, "Graph", South + graphLine = running_timeSinceCrankingInSecs + graphLine = running_baseFuel + graphLine = running_fuel + graphLine = afrTableYAxis + liveGraph = fuel_computer_3_Graph, "Graph", South + graphLine = targetLambda + graphLine = targetAFR + graphLine = stoichiometricRatio + graphLine = sdTcharge_coff + liveGraph = fuel_computer_4_Graph, "Graph", South + graphLine = sdAirMassInOneCylinder + +indicatorPanel = ignition_stateIndicatorPanel, 2 + indicator = {luaIgnitionSkip}, "luaIgnitionSkip No", "luaIgnitionSkip Yes" + +dialog = ignition_stateDialog, "ignition_state" + panel = ignition_stateIndicatorPanel + liveGraph = ignition_state_1_Graph, "Graph", South + graphLine = baseDwell + graphLine = sparkDwell + graphLine = dwellAngle + graphLine = cltTimingCorrection + liveGraph = ignition_state_2_Graph, "Graph", South + graphLine = timingIatCorrection + graphLine = timingPidCorrection + graphLine = baseIgnitionAdvance + graphLine = correctedIgnitionAdvance + liveGraph = ignition_state_3_Graph, "Graph", South + graphLine = dwellVoltageCorrection + graphLine = luaTimingAdd + graphLine = luaTimingMult + + +dialog = knock_controllerDialog, "knock_controller" + liveGraph = knock_controller_1_Graph, "Graph", South + graphLine = m_knockRetard + graphLine = m_knockThreshold + graphLine = m_knockCount + graphLine = m_maximumRetard + +indicatorPanel = throttle_modelIndicatorPanel, 2 + indicator = {throttleUseWotModel}, "throttleUseWotModel No", "throttleUseWotModel Yes" + +dialog = throttle_modelDialog, "throttle_model" + panel = throttle_modelIndicatorPanel + liveGraph = throttle_model_1_Graph, "Graph", South + graphLine = throttleModelCrossoverAngle + graphLine = throttleEstimatedFlow + +indicatorPanel = high_pressure_fuel_pumpIndicatorPanel, 2 + indicator = {noValve}, "noValve No", "noValve Yes" + indicator = {angleAboveMin}, "angleAboveMin No", "angleAboveMin Yes" + indicator = {isHpfpInactive}, "isHpfpInactive No", "isHpfpInactive Yes" + +dialog = high_pressure_fuel_pumpDialog, "high_pressure_fuel_pump" + panel = high_pressure_fuel_pumpIndicatorPanel + liveGraph = high_pressure_fuel_pump_1_Graph, "Graph", South + graphLine = m_requested_pump + graphLine = fuel_requested_percent + graphLine = fuel_requested_percent_pi + graphLine = m_pressureTarget_kPa + liveGraph = high_pressure_fuel_pump_2_Graph, "Graph", South + graphLine = nextLobe + graphLine = di_nextStart + + +dialog = injector_modelDialog, "injector_model" + liveGraph = injector_model_1_Graph, "Graph", South + graphLine = m_deadtime + graphLine = pressureDelta + graphLine = pressureRatio + +indicatorPanel = launch_control_stateIndicatorPanel, 2 + indicator = {combinedConditions}, "combinedConditions No", "combinedConditions Yes" + indicator = {launchActivatePinState}, "launchActivatePinState No", "launchActivatePinState Yes" + indicator = {isLaunchCondition}, "isLaunchCondition No", "isLaunchCondition Yes" + indicator = {isSwitchActivated}, "isSwitchActivated No", "isSwitchActivated Yes" + indicator = {isClutchActivated}, "isClutchActivated No", "isClutchActivated Yes" + indicator = {isValidInputPin}, "isValidInputPin No", "isValidInputPin Yes" + indicator = {activateSwitchCondition}, "activateSwitchCondition No", "activateSwitchCondition Yes" + indicator = {rpmCondition}, "rpmCondition No", "rpmCondition Yes" + indicator = {speedCondition}, "speedCondition No", "speedCondition Yes" + indicator = {tpsCondition}, "tpsCondition No", "tpsCondition Yes" + +dialog = launch_control_stateDialog, "launch_control_state" + panel = launch_control_stateIndicatorPanel + liveGraph = launch_control_state_1_Graph, "Graph", South + graphLine = retardThresholdRpm + +indicatorPanel = antilag_system_stateIndicatorPanel, 2 + indicator = {isAntilagCondition}, "isAntilagCondition No", "isAntilagCondition Yes" + indicator = {ALSMinRPMCondition}, "ALSMinRPMCondition No", "ALSMinRPMCondition Yes" + indicator = {ALSMaxRPMCondition}, "ALSMaxRPMCondition No", "ALSMaxRPMCondition Yes" + indicator = {ALSMinCLTCondition}, "ALSMinCLTCondition No", "ALSMinCLTCondition Yes" + indicator = {ALSMaxCLTCondition}, "ALSMaxCLTCondition No", "ALSMaxCLTCondition Yes" + indicator = {ALSMaxThrottleIntentCondition}, "ALSMaxThrottleIntentCondition No", "ALSMaxThrottleIntentCondition Yes" + indicator = {isALSSwitchActivated}, "isALSSwitchActivated No", "isALSSwitchActivated Yes" + indicator = {ALSActivatePinState}, "ALSActivatePinState No", "ALSActivatePinState Yes" + indicator = {ALSSwitchCondition}, "ALSSwitchCondition No", "ALSSwitchCondition Yes" + indicator = {ALSTimerCondition}, "ALSTimerCondition No", "ALSTimerCondition Yes" + +dialog = antilag_system_stateDialog, "antilag_system_state" + panel = antilag_system_stateIndicatorPanel + liveGraph = antilag_system_state_1_Graph, "Graph", South + graphLine = fuelALSCorrection + graphLine = timingALSCorrection + graphLine = timingALSSkip + +indicatorPanel = boost_controlIndicatorPanel, 2 + indicator = {isTpsInvalid}, "isTpsInvalid No", "isTpsInvalid Yes" + indicator = {m_shouldResetPid}, "m_shouldResetPid No", "m_shouldResetPid Yes" + indicator = {isBelowClosedLoopThreshold}, "isBelowClosedLoopThreshold No", "isBelowClosedLoopThreshold Yes" + indicator = {isNotClosedLoop}, "isNotClosedLoop No", "isNotClosedLoop Yes" + indicator = {isZeroRpm}, "isZeroRpm No", "isZeroRpm Yes" + indicator = {hasInitBoost}, "hasInitBoost No", "hasInitBoost Yes" + indicator = {rpmTooLow}, "rpmTooLow No", "rpmTooLow Yes" + indicator = {tpsTooLow}, "tpsTooLow No", "tpsTooLow Yes" + indicator = {mapTooLow}, "mapTooLow No", "mapTooLow Yes" + +dialog = boost_controlDialog, "boost_control" + panel = boost_controlIndicatorPanel + liveGraph = boost_control_1_Graph, "Graph", South + graphLine = luaTargetAdd + graphLine = boostOutput + graphLine = luaTargetMult + graphLine = openLoopPart + liveGraph = boost_control_2_Graph, "Graph", South + graphLine = luaOpenLoopAdd + graphLine = boostControllerClosedLoopPart + graphLine = boostControlTarget + +indicatorPanel = ac_controlIndicatorPanel, 2 + indicator = {m_acEnabled}, "m_acEnabled No", "m_acEnabled Yes" + indicator = {engineTooSlow}, "engineTooSlow No", "engineTooSlow Yes" + indicator = {engineTooFast}, "engineTooFast No", "engineTooFast Yes" + indicator = {noClt}, "noClt No", "noClt Yes" + indicator = {engineTooHot}, "engineTooHot No", "engineTooHot Yes" + indicator = {tpsTooHigh}, "tpsTooHigh No", "tpsTooHigh Yes" + indicator = {isDisabledByLua}, "isDisabledByLua No", "isDisabledByLua Yes" + indicator = {acCompressorState}, "acCompressorState No", "acCompressorState Yes" + +dialog = ac_controlDialog, "ac_control" + panel = ac_controlIndicatorPanel + liveGraph = ac_control_1_Graph, "Graph", South + graphLine = acButtonState + graphLine = latest_usage_ac_control + graphLine = acSwitchLastChangeTimeMs + +indicatorPanel = fan_controlIndicatorPanel, 2 + indicator = {cranking}, "cranking No", "cranking Yes" + indicator = {notRunning}, "notRunning No", "notRunning Yes" + indicator = {disabledWhileEngineStopped}, "disabledWhileEngineStopped No", "disabledWhileEngineStopped Yes" + indicator = {brokenClt}, "brokenClt No", "brokenClt Yes" + indicator = {enabledForAc}, "enabledForAc No", "enabledForAc Yes" + indicator = {hot}, "hot No", "hot Yes" + indicator = {cold}, "cold No", "cold Yes" + +dialog = fan_controlDialog, "fan_control" + panel = fan_controlIndicatorPanel + +indicatorPanel = fuel_pump_controlIndicatorPanel, 2 + indicator = {isPrime}, "isPrime No", "isPrime Yes" + indicator = {engineTurnedRecently}, "engineTurnedRecently No", "engineTurnedRecently Yes" + indicator = {isFuelPumpOn}, "isFuelPumpOn No", "isFuelPumpOn Yes" + indicator = {ignitionOn}, "ignitionOn No", "ignitionOn Yes" + +dialog = fuel_pump_controlDialog, "fuel_pump_control" + panel = fuel_pump_controlIndicatorPanel + +indicatorPanel = main_relayIndicatorPanel, 2 + indicator = {isBenchTest}, "isBenchTest No", "isBenchTest Yes" + indicator = {hasIgnitionVoltage}, "hasIgnitionVoltage No", "hasIgnitionVoltage Yes" + indicator = {mainRelayState}, "mainRelayState No", "mainRelayState Yes" + indicator = {delayedShutoffRequested}, "delayedShutoffRequested No", "delayedShutoffRequested Yes" + +dialog = main_relayDialog, "main_relay" + panel = main_relayIndicatorPanel + +indicatorPanel = engine_stateIndicatorPanel, 2 + indicator = {lua_clutchUpState}, "clutchUpState No", "clutchUpState Yes" + indicator = {lua_brakePedalState}, "brakePedalState No", "brakePedalState Yes" + indicator = {lua_acRequestState}, "acRequestState No", "acRequestState Yes" + indicator = {lua_luaDisableEtb}, "luaDisableEtb No", "luaDisableEtb Yes" + indicator = {lua_luaIgnCut}, "luaIgnCut No", "luaIgnCut Yes" + +dialog = engine_stateDialog, "engine_state" + panel = engine_stateIndicatorPanel + liveGraph = engine_state_1_Graph, "Graph", South + graphLine = lua_fuelAdd + graphLine = lua_fuelMult + graphLine = sd_tCharge + graphLine = sd_tChargeK + liveGraph = engine_state_2_Graph, "Graph", South + graphLine = crankingFuel_coolantTemperatureCoefficient + graphLine = crankingFuel_tpsCoefficient + graphLine = crankingFuel_durationCoefficient + graphLine = crankingFuel_fuel + liveGraph = engine_state_3_Graph, "Graph", South + graphLine = baroCorrection + graphLine = hellenBoardId + graphLine = clutchUpState + graphLine = clutchDownState + liveGraph = engine_state_4_Graph, "Graph", South + graphLine = brakePedalState + graphLine = startStopState + graphLine = startStopStateToggleCounter + graphLine = egtValue1 + liveGraph = engine_state_5_Graph, "Graph", South + graphLine = egtValue2 + graphLine = desiredRpmLimit + graphLine = fuelInjectionCounter + graphLine = sparkCounter + liveGraph = engine_state_6_Graph, "Graph", South + graphLine = fuelingLoad + graphLine = ignitionLoad + graphLine = veTableYAxis + +indicatorPanel = tps_accel_stateIndicatorPanel, 2 + indicator = {isAboveAccelThreshold}, "isAboveAccelThreshold No", "isAboveAccelThreshold Yes" + indicator = {isBelowDecelThreshold}, "isBelowDecelThreshold No", "isBelowDecelThreshold Yes" + indicator = {isTimeToResetAccumulator}, "isTimeToResetAccumulator No", "isTimeToResetAccumulator Yes" + indicator = {isFractionalEnrichment}, "isFractionalEnrichment No", "isFractionalEnrichment Yes" + indicator = {belowEpsilon}, "belowEpsilon No", "belowEpsilon Yes" + indicator = {tooShort}, "tooShort No", "tooShort Yes" + +dialog = tps_accel_stateDialog, "tps_accel_state" + panel = tps_accel_stateIndicatorPanel + liveGraph = tps_accel_state_1_Graph, "Graph", South + graphLine = tpsFrom + graphLine = tpsTo + graphLine = deltaTps + graphLine = extraFuel + liveGraph = tps_accel_state_2_Graph, "Graph", South + graphLine = valueFromTable + graphLine = fractionalInjFuel + graphLine = accumulatedValue + graphLine = maxExtraPerCycle + liveGraph = tps_accel_state_3_Graph, "Graph", South + graphLine = maxExtraPerPeriod + graphLine = maxInjectedPerPeriod + graphLine = cycleCnt + +indicatorPanel = trigger_centralIndicatorPanel, 2 + indicator = {isDecodingMapCam}, "isDecodingMapCam No", "isDecodingMapCam Yes" + +dialog = trigger_centralDialog, "trigger_central" + panel = trigger_centralIndicatorPanel + liveGraph = trigger_central_1_Graph, "Graph", South + graphLine = hwEventCounters1 + graphLine = hwEventCounters2 + graphLine = hwEventCounters3 + graphLine = hwEventCounters4 + liveGraph = trigger_central_2_Graph, "Graph", South + graphLine = hwEventCounters5 + graphLine = hwEventCounters6 + graphLine = vvtCamCounter + graphLine = mapVvt_MAP_AT_SPECIAL_POINT + liveGraph = trigger_central_3_Graph, "Graph", South + graphLine = mapVvt_MAP_AT_DIFF + graphLine = mapVvt_MAP_AT_CYCLE_COUNT + graphLine = mapVvt_map_peak + graphLine = currentEngineDecodedPhase + liveGraph = trigger_central_4_Graph, "Graph", South + graphLine = triggerToothAngleError + graphLine = triggerIgnoredToothCount + graphLine = mapCamPrevToothAngle + + +dialog = trigger_stateDialog, "trigger_state" + liveGraph = trigger_state_1_Graph, "Graph", South + graphLine = crankSynchronizationCounter + graphLine = vvtSyncGapRatio + graphLine = vvtToothDurations0 + graphLine = vvtCurrentPosition + liveGraph = trigger_state_2_Graph, "Graph", South + graphLine = triggerSyncGapRatio + graphLine = triggerStateIndex + graphLine = vvtCounter + graphLine = camResyncCounter + liveGraph = trigger_state_3_Graph, "Graph", South + graphLine = vvtStateIndex + +indicatorPanel = trigger_state_primaryIndicatorPanel, 2 + indicator = {m_hasSynchronizedPhase}, "m_hasSynchronizedPhase No", "m_hasSynchronizedPhase Yes" + +dialog = trigger_state_primaryDialog, "trigger_state_primary" + panel = trigger_state_primaryIndicatorPanel + + +dialog = wall_fuel_stateDialog, "wall_fuel_state" + liveGraph = wall_fuel_state_1_Graph, "Graph", South + graphLine = wallFuelCorrection + graphLine = wallFuel + +indicatorPanel = idle_stateIndicatorPanel, 2 + indicator = {mightResetPid}, "mightResetPid No", "mightResetPid Yes" + indicator = {shouldResetPid}, "shouldResetPid No", "shouldResetPid Yes" + indicator = {wasResetPid}, "wasResetPid No", "wasResetPid Yes" + indicator = {mustResetPid}, "mustResetPid No", "mustResetPid Yes" + indicator = {isCranking}, "isCranking No", "isCranking Yes" + indicator = {isIacTableForCoasting}, "isIacTableForCoasting No", "isIacTableForCoasting Yes" + indicator = {notIdling}, "notIdling No", "notIdling Yes" + indicator = {needReset}, "needReset No", "needReset Yes" + indicator = {isInDeadZone}, "isInDeadZone No", "isInDeadZone Yes" + indicator = {isBlipping}, "isBlipping No", "isBlipping Yes" + indicator = {useClosedLoop}, "useClosedLoop No", "useClosedLoop Yes" + indicator = {badTps}, "badTps No", "badTps Yes" + indicator = {looksLikeRunning}, "looksLikeRunning No", "looksLikeRunning Yes" + indicator = {looksLikeCoasting}, "looksLikeCoasting No", "looksLikeCoasting Yes" + indicator = {looksLikeCrankToIdle}, "looksLikeCrankToIdle No", "looksLikeCrankToIdle Yes" + indicator = {isVerboseIAC}, "isVerboseIAC No", "isVerboseIAC Yes" + indicator = {isIdleCoasting}, "isIdleCoasting No", "isIdleCoasting Yes" + +dialog = idle_stateDialog, "idle_state" + panel = idle_stateIndicatorPanel + liveGraph = idle_state_1_Graph, "Graph", South + graphLine = idleState + graphLine = currentIdlePosition + graphLine = baseIdlePosition + graphLine = iacByTpsTaper + liveGraph = idle_state_2_Graph, "Graph", South + graphLine = throttlePedalUpState + graphLine = targetRpmByClt + graphLine = targetRpmAcBump + graphLine = iacByRpmTaper + liveGraph = idle_state_3_Graph, "Graph", South + graphLine = luaAdd + +indicatorPanel = electronic_throttleIndicatorPanel, 2 + indicator = {etbRevLimitActive}, "etbRevLimitActive No", "etbRevLimitActive Yes" + indicator = {jamDetected}, "jamDetected No", "jamDetected Yes" + +dialog = electronic_throttleDialog, "electronic_throttle" + panel = electronic_throttleIndicatorPanel + liveGraph = electronic_throttle_1_Graph, "Graph", South + graphLine = idlePosition + graphLine = trim + graphLine = luaAdjustment + graphLine = m_wastegatePosition + liveGraph = electronic_throttle_2_Graph, "Graph", South + graphLine = etbFeedForward + graphLine = etbIntegralError + graphLine = etbCurrentTarget + graphLine = etbCurrentAdjustedTarget + liveGraph = electronic_throttle_3_Graph, "Graph", South + graphLine = etbDutyRateOfChange + graphLine = etbDutyAverage + graphLine = etbTpsErrorCounter + graphLine = etbPpsErrorCounter + liveGraph = electronic_throttle_4_Graph, "Graph", South + graphLine = etbErrorCode + graphLine = jamTimer + + +dialog = wideband_stateDialog, "wideband_state" + liveGraph = wideband_state_1_Graph, "Graph", South + graphLine = faultCode + graphLine = heaterDuty + graphLine = pumpDuty + graphLine = tempC + liveGraph = wideband_state_2_Graph, "Graph", South + graphLine = nernstVoltage + graphLine = esr + +indicatorPanel = dc_motorsIndicatorPanel, 2 + indicator = {isEnabled0}, "isEnabled0 No", "isEnabled0 Yes" + +dialog = dc_motorsDialog, "dc_motors" + panel = dc_motorsIndicatorPanel + liveGraph = dc_motors_1_Graph, "Graph", South + graphLine = dcOutput0 + graphLine = isEnabled0_int + + +dialog = sent_stateDialog, "sent_state" + liveGraph = sent_state_1_Graph, "Graph", South + graphLine = value0 + graphLine = value1 + graphLine = errorRate + + +dialog = vvtDialog, "vvt" + liveGraph = vvt_1_Graph, "Graph", South + graphLine = vvtTarget + graphLine = vvtOutput + +indicatorPanel = lambda_monitorIndicatorPanel, 2 + indicator = {lambdaCurrentlyGood}, "lambdaCurrentlyGood No", "lambdaCurrentlyGood Yes" + indicator = {lambdaMonitorCut}, "lambdaMonitorCut No", "lambdaMonitorCut Yes" + +dialog = lambda_monitorDialog, "lambda_monitor" + panel = lambda_monitorIndicatorPanel + liveGraph = lambda_monitor_1_Graph, "Graph", South + graphLine = lambdaTimeSinceGood + + + + dialog = scriptTable1TblSettings, "", yAxis + field = "Name", scriptTableName1 + panel = scriptTable1Tbl + + dialog = scriptTable2TblSettings, "", yAxis + field = "Name", scriptTableName2 + panel = scriptTable2Tbl + + dialog = scriptTable3TblSettings, "", yAxis + field = "Name", scriptTableName3 + panel = scriptTable3Tbl + + dialog = scriptTable4TblSettings, "", yAxis + field = "Name", scriptTableName4 + panel = scriptTable4Tbl + + dialog = scriptCurve1Settings, "", yAxis + field = "Name", scriptCurveName1 + panel = scriptCurve1 + + dialog = scriptCurve2Settings, "", yAxis + field = "Name", scriptCurveName2 + panel = scriptCurve2 + + dialog = scriptCurve3Settings, "", yAxis + field = "Name", scriptCurveName3 + panel = scriptCurve3 + + dialog = scriptCurve4Settings, "", yAxis + field = "Name", scriptCurveName4 + panel = scriptCurve4 + + dialog = scriptCurve5Settings, "", yAxis + field = "Name", scriptCurveName5 + panel = scriptCurve5 + + dialog = scriptCurve6Settings, "", yAxis + field = "Name", scriptCurveName6 + panel = scriptCurve6 + + dialog = tChargeRpmTpsSettings, "RPM+TPS mode" + field = "We use these coefficients to approximate air/fuel charge" + field = "temperature based on CLT and IAT, depending on RPM and TPM" + field = "Low RPM/Low TPS", tChargeMinRpmMinTps + field = "Low RPM/High TPS", tChargeMinRpmMaxTps + field = "High RPM/Low TPS", tChargeMaxRpmMinTps + field = "High RPM/High TPS", tChargeMaxRpmMaxTps + + dialog = tChargeGeneralSettings, "" + field = "Mode", tChargeMode + field = "#These two parameters limit the estimate's rate of change" + field = "Increase rate limit", tChargeAirIncrLimit + field = "Decrease rate limit", tChargeAirDecrLimit + field = "" + + dialog = tChargeAirInterpSettings, "Airflow interpolation mode" + field = "Low flow coefficient", tChargeAirCoefMin + field = "High flow coefficient", tChargeAirCoefMax + field = "Max air flow", tChargeAirFlowMax + + dialog = tChargeSettings, "Charge temperature estimation" + panel = tChargeGeneralSettings + panel = tChargeRpmTpsSettings, { tChargeMode == 0} + panel = tChargeAirInterpSettings, { tChargeMode == 1} + panel = tchargeCurve, { tChargeMode == 2 } + + dialog = baseInjection, "Injection" + field = "Enabled", isInjectionEnabled + field = "Mode", injectionMode, {isInjectionEnabled == 1} + field = "#Batch injection with individual wiring" + field = "Override VE table load axis", veOverrideMode, { isInjectionEnabled } + field = "Override AFR table load axis", afrOverrideMode, { isInjectionEnabled } + field = "Injection phase control mode", injectionTimingMode, { isInjectionEnabled } + + dialog = ignitionOutputs, "Ignition Outputs" + field = "# wire each output to the corresponding cylinder number" + field = "# rusEFI handles firing order" + field = "Ignition Output Mode", ignitionPinMode, {isIgnitionEnabled == 1} + field = "Ignition Output 1", ignitionPins1, {isIgnitionEnabled == 1} + ; see rusefi_config.txt comment next to 'ignitionPin2logic' which says + ; this section is auto-generated by FiringOrderTSLogic.java + field = "Ignition Output 2", ignitionPins2, {isIgnitionEnabled == 1 && (ignitionMode != 0 && cylindersCount >= 2) && (ignitionMode !=2 || twoWireBatchIgnition == 1 || ((firingOrder == 2) || (firingOrder == 7) || (firingOrder == 9) || (firingOrder == 11) || (firingOrder == 12) || (firingOrder == 16) || (firingOrder == 19) || (firingOrder == 20) || (firingOrder == 23) || (firingOrder == 25) || (firingOrder == 29)))} + field = "Ignition Output 3", ignitionPins3, {isIgnitionEnabled == 1 && (ignitionMode != 0 && cylindersCount >= 3) && (ignitionMode !=2 || twoWireBatchIgnition == 1 || ((firingOrder == 1) || (firingOrder == 3) || (firingOrder == 4) || (firingOrder == 5) || (firingOrder == 9) || (firingOrder == 13) || (firingOrder == 14) || (firingOrder == 15) || (firingOrder == 18) || (firingOrder == 20) || (firingOrder == 23) || (firingOrder == 25) || (firingOrder == 27) || (firingOrder == 28)))} + field = "Ignition Output 4", ignitionPins4, {isIgnitionEnabled == 1 && (ignitionMode != 0 && cylindersCount >= 4) && (ignitionMode !=2 || twoWireBatchIgnition == 1 || ((firingOrder == 5) || (firingOrder == 7) || (firingOrder == 12) || (firingOrder == 14) || (firingOrder == 16) || (firingOrder == 17) || (firingOrder == 22) || (firingOrder == 23) || (firingOrder == 25) || (firingOrder == 26) || (firingOrder == 27) || (firingOrder == 31)))} + field = "Ignition Output 5", ignitionPins5, {isIgnitionEnabled == 1 && (ignitionMode != 0 && cylindersCount >= 5) && (ignitionMode !=2 || twoWireBatchIgnition == 1 || ((firingOrder == 4) || (firingOrder == 12) || (firingOrder == 15) || (firingOrder == 18) || (firingOrder == 23) || (firingOrder == 26) || (firingOrder == 30) || (firingOrder == 31)))} + field = "Ignition Output 6", ignitionPins6, {isIgnitionEnabled == 1 && (ignitionMode != 0 && cylindersCount >= 6) && (ignitionMode !=2 || twoWireBatchIgnition == 1 || ((firingOrder == 13) || (firingOrder == 22) || (firingOrder == 23) || (firingOrder == 29) || (firingOrder == 30)))} + field = "Ignition Output 7", ignitionPins7, {isIgnitionEnabled == 1 && (ignitionMode != 0 && cylindersCount >= 7) && (ignitionMode !=2 || twoWireBatchIgnition == 1 || ((firingOrder == 11) || (firingOrder == 15) || (firingOrder == 16) || (firingOrder == 19) || (firingOrder == 20) || (firingOrder == 22) || (firingOrder == 28)))} + field = "Ignition Output 8", ignitionPins8, {isIgnitionEnabled == 1 && (ignitionMode != 0 && cylindersCount >= 8) && (ignitionMode !=2 || twoWireBatchIgnition == 1 || ((firingOrder == 5) || (firingOrder == 11) || (firingOrder == 16) || (firingOrder == 18) || (firingOrder == 19) || (firingOrder == 26) || (firingOrder == 28)))} + field = "Ignition Output 9", ignitionPins9, {isIgnitionEnabled == 1 && (ignitionMode != 0 && cylindersCount >= 9) && (ignitionMode !=2 || twoWireBatchIgnition == 1 || ((firingOrder == 14) || (firingOrder == 15) || (firingOrder == 22)))} + field = "Ignition Output 10", ignitionPins10, {isIgnitionEnabled == 1 && (ignitionMode != 0 && cylindersCount >= 10) && (ignitionMode !=2 || twoWireBatchIgnition == 1 || ((firingOrder == 14) || (firingOrder == 16) || (firingOrder == 18)))} + field = "Ignition Output 11", ignitionPins11, {isIgnitionEnabled == 1 && (ignitionMode != 0 && cylindersCount >= 11) && (ignitionMode !=2 || twoWireBatchIgnition == 1 || ((firingOrder == 15)))} + field = "Ignition Output 12", ignitionPins12, {isIgnitionEnabled == 1 && (ignitionMode != 0 && cylindersCount >= 12) && (ignitionMode !=2 || twoWireBatchIgnition == 1 || ((firingOrder == 18) || (firingOrder == 22)))} + + + dialog = ignitionBasic, "" + field = "Enabled", isIgnitionEnabled + field = "Mode", ignitionMode, {isIgnitionEnabled} + field = "Maximum timing advance", maximumIgnitionTiming, {isIgnitionEnabled} + field = "Minimum timing advance", minimumIgnitionTiming, {isIgnitionEnabled} + field = "Individually wired Wasted Spark", twoWireBatchIgnition, {isIgnitionEnabled == 1 && ignitionMode == 2 } + field = "Override ignition table load axis", ignOverrideMode, {isIgnitionEnabled} + field = "#Use fixed timing while validating with a timing gun" + field = "Timing Mode", timingMode, {isIgnitionEnabled} + field = "Fixed Timing", fixedTiming, {isIgnitionEnabled == 1 && timingMode == 1} + + dialog = ignitionSettings, "", xAxis + panel = ignitionBasic + panel = ignitionOutputs, { uiMode == 0 || uiMode == 1 } + + dialog = baseEngineConfig, "Engine Configuration" +; field = "Engine preset", engineType + field = "Number of cylinders", cylindersCount + field = "Displacement", displacement + field = "Firing order", firingOrder + field = "Vehicle weight", vehicleWeight + + dialog = engineMetadata, "Engine Metadata" + field = "#These metadata are used by rusEFI Online" + field = "Engine Make", engineMake + field = "Manufacturer Engine Code", engineCode + field = "Vehicle Name", vehicleName + field = "Compression Ratio", compressionRatio + field = "Forced Induction?", isForcedInduction + + dialog = trigger_primary, "Primary Trigger" + topicHelp = "triggerHelp" + ; see also in firmware '[doesTriggerImplyOperationMode]' tag + field = "What kind of engine", twoStroke + field = "" + field = "Trigger type", trigger_type + field = "Total tooth count", trigger_customTotalToothCount, {trigger_type == 0}, {trigger_type == 0} + field = "Missing/skipped tooth count", trigger_customSkippedToothCount, {trigger_type == 0}, {trigger_type == 0} + field = "Skipped wheel location", skippedWheelOnCam, 1, { twoStroke == 0 && (trigger_type == 0 || trigger_type == 8 || trigger_type == 9 || trigger_type == 11 || trigger_type == 17 || trigger_type == 18 || trigger_type == 23 || trigger_type == 48 || trigger_type == 69 || trigger_type == 73 || trigger_type == 76) } + field = "" + field = "!Reminder that 4-stroke cycle is 720 degrees" + field = "!For well-known trigger types use '0' trigger angle offset" + field = "Trigger Angle Advance", globalTriggerAngleOffset + + field = "" + field = "" + + field = "#Cam is primary if you have cam sensor as part of trigger shape" + ; cam if + ; two-stroke, or + ; not crank trigger and ((vague trigger and cam choice) or not vague trigger) + field = "Cam Sensor (Primary channel)", triggerInputPins1, 1, {twoStroke == 1 || ( !(trigger_type == 2 || trigger_type == 5 || trigger_type == 10 || trigger_type == 12 || trigger_type == 20 || trigger_type == 21 || trigger_type == 26 || trigger_type == 27 || trigger_type == 33 || trigger_type == 38 || trigger_type == 39 || trigger_type == 44 || trigger_type == 45 || trigger_type == 46 || trigger_type == 53 || trigger_type == 55 || trigger_type == 57 || trigger_type == 58 || trigger_type == 61 || trigger_type == 62 || trigger_type == 68 || trigger_type == 70 || trigger_type == 71 || trigger_type == 72 || trigger_type == 74 || trigger_type == 75 || trigger_type == 77) && ( ( (trigger_type == 8 || trigger_type == 9 || trigger_type == 11 || trigger_type == 17 || trigger_type == 18 || trigger_type == 23 || trigger_type == 48 || trigger_type == 69 || trigger_type == 73 || trigger_type == 76) && skippedWheelOnCam) || !(trigger_type == 8 || trigger_type == 9 || trigger_type == 11 || trigger_type == 17 || trigger_type == 18 || trigger_type == 23 || trigger_type == 48 || trigger_type == 69 || trigger_type == 73 || trigger_type == 76) ) ) } + field = "Crank Sensor (Primary channel)", triggerInputPins1, 1, { !(twoStroke == 1 || ( !(trigger_type == 2 || trigger_type == 5 || trigger_type == 10 || trigger_type == 12 || trigger_type == 20 || trigger_type == 21 || trigger_type == 26 || trigger_type == 27 || trigger_type == 33 || trigger_type == 38 || trigger_type == 39 || trigger_type == 44 || trigger_type == 45 || trigger_type == 46 || trigger_type == 53 || trigger_type == 55 || trigger_type == 57 || trigger_type == 58 || trigger_type == 61 || trigger_type == 62 || trigger_type == 68 || trigger_type == 70 || trigger_type == 71 || trigger_type == 72 || trigger_type == 74 || trigger_type == 75 || trigger_type == 77) && ( ( (trigger_type == 8 || trigger_type == 9 || trigger_type == 11 || trigger_type == 17 || trigger_type == 18 || trigger_type == 23 || trigger_type == 48 || trigger_type == 69 || trigger_type == 73 || trigger_type == 76) && skippedWheelOnCam) || !(trigger_type == 8 || trigger_type == 9 || trigger_type == 11 || trigger_type == 17 || trigger_type == 18 || trigger_type == 23 || trigger_type == 48 || trigger_type == 69 || trigger_type == 73 || trigger_type == 76) ) )) } + field = "Invert Primary", invertPrimaryTriggerSignal + field = "Secondary channel", triggerInputPins2, { triggerInputPins2 != 0 || (triggerInputPins1 != 0 && (trigger_type == 1 || trigger_type == 3 || trigger_type == 15 || trigger_type == 16 || trigger_type == 19 || trigger_type == 25 || trigger_type == 28 || trigger_type == 31 || trigger_type == 35 || trigger_type == 36 || trigger_type == 37 || trigger_type == 40 || trigger_type == 49 || trigger_type == 50 || trigger_type == 53 || trigger_type == 54 || trigger_type == 63 || trigger_type == 64) ) } + field = "Invert Secondary", invertSecondaryTriggerSignal, {triggerInputPins2 != 0 && (trigger_type == 1 || trigger_type == 3 || trigger_type == 15 || trigger_type == 16 || trigger_type == 19 || trigger_type == 25 || trigger_type == 28 || trigger_type == 31 || trigger_type == 35 || trigger_type == 36 || trigger_type == 37 || trigger_type == 40 || trigger_type == 49 || trigger_type == 50 || trigger_type == 53 || trigger_type == 54 || trigger_type == 63 || trigger_type == 64) } + + dialog = trigger_cams, "Cam Inputs" + field = "!https://rusefi.com/s/vvt" + ; todo: code generator to hard-code all triggers not requiring VVT? + ; todo: https://github.com/rusefi/rusefi/issues/2077 + + field = "Cam mode (intake)", vvtMode1, {trigger_type != 3} + field = "Cam mode (exhaust)", vvtMode2, {trigger_type != 3} + field = "" + field = "Cam sensor bank 1 intake", camInputs1, { camInputs1 != 0 || (vvtMode1 != 0 ) } + field = "Cam sensor bank 1 exhaust", camInputs2, { camInputs2 != 0 || (vvtMode2 != 0 && camInputs1 != 0 ) } + field = "Cam sensor bank 2 intake", camInputs3, { camInputs3 != 0 || (vvtMode1 != 0 && camInputs1 != 0 ) } + field = "Cam sensor bank 2 exhaust", camInputs4, { camInputs4 != 0 || (vvtMode2 != 0 && camInputs2 != 0 ) } + field = "Invert cam inputs", invertCamVVTSignal, { camInputs1 != 0 } + field = "" + field = "#Set offset so VVT indicates 0 degrees in default position" + field = "VVT offset bank 1 intake", vvtOffsets1, { camInputs1 != 0 } + field = "VVT offset bank 1 exhaust", vvtOffsets2, { camInputs2 != 0 } + field = "VVT offset bank 2 intake", vvtOffsets3, { camInputs3 != 0 } + field = "VVT offset bank 2 exhaust", vvtOffsets4, { camInputs4 != 0 } + field = "" + field = "Cam for engine sync resolution", engineSyncCam, { vvtMode1 != 0 || vvtMode2 != 0 } + + dialog = triggerConfiguration_gap, "Trigger Gap Override" + field = "!This is a pretty advanced feature for when you are debugging trigger synchronization" + field = "Override well known trigger gaps", overrideTriggerGaps + field = gapTrackingLengthOverride, gapTrackingLengthOverride, { overrideTriggerGaps == 1 } + field = "First gap from", triggerGapOverrideFrom1, { overrideTriggerGaps == 1 } + field = "First gap to", triggerGapOverrideTo1 , { overrideTriggerGaps == 1 } + + field = "Second gap from", triggerGapOverrideFrom2, { overrideTriggerGaps == 1 } + field = "Second gap to", triggerGapOverrideTo2, { overrideTriggerGaps == 1 } + + field = "#Cam is primary if you have cam sensor as part of trigger shape" + ; cam if + ; two-stroke, or + ; not crank trigger and ((vague trigger and cam choice) or not vague trigger) + field = "Cam Sensor (Primary channel)", triggerInputPins1, 1, {twoStroke == 1 || ( !(trigger_type == 2 || trigger_type == 5 || trigger_type == 10 || trigger_type == 12 || trigger_type == 20 || trigger_type == 21 || trigger_type == 26 || trigger_type == 27 || trigger_type == 33 || trigger_type == 38 || trigger_type == 39 || trigger_type == 44 || trigger_type == 45 || trigger_type == 46 || trigger_type == 53 || trigger_type == 55 || trigger_type == 57 || trigger_type == 58 || trigger_type == 61 || trigger_type == 62 || trigger_type == 68 || trigger_type == 70 || trigger_type == 71 || trigger_type == 72 || trigger_type == 74 || trigger_type == 75 || trigger_type == 77) && ( ( (trigger_type == 8 || trigger_type == 9 || trigger_type == 11 || trigger_type == 17 || trigger_type == 18 || trigger_type == 23 || trigger_type == 48 || trigger_type == 69 || trigger_type == 73 || trigger_type == 76) && skippedWheelOnCam) || !(trigger_type == 8 || trigger_type == 9 || trigger_type == 11 || trigger_type == 17 || trigger_type == 18 || trigger_type == 23 || trigger_type == 48 || trigger_type == 69 || trigger_type == 73 || trigger_type == 76) ) ) } + field = "Crank Sensor (Primary channel)", triggerInputPins1, 1, { !(twoStroke == 1 || ( !(trigger_type == 2 || trigger_type == 5 || trigger_type == 10 || trigger_type == 12 || trigger_type == 20 || trigger_type == 21 || trigger_type == 26 || trigger_type == 27 || trigger_type == 33 || trigger_type == 38 || trigger_type == 39 || trigger_type == 44 || trigger_type == 45 || trigger_type == 46 || trigger_type == 53 || trigger_type == 55 || trigger_type == 57 || trigger_type == 58 || trigger_type == 61 || trigger_type == 62 || trigger_type == 68 || trigger_type == 70 || trigger_type == 71 || trigger_type == 72 || trigger_type == 74 || trigger_type == 75 || trigger_type == 77) && ( ( (trigger_type == 8 || trigger_type == 9 || trigger_type == 11 || trigger_type == 17 || trigger_type == 18 || trigger_type == 23 || trigger_type == 48 || trigger_type == 69 || trigger_type == 73 || trigger_type == 76) && skippedWheelOnCam) || !(trigger_type == 8 || trigger_type == 9 || trigger_type == 11 || trigger_type == 17 || trigger_type == 18 || trigger_type == 23 || trigger_type == 48 || trigger_type == 69 || trigger_type == 73 || trigger_type == 76) ) )) } + field = "Invert Primary", invertPrimaryTriggerSignal + field = "Secondary channel", triggerInputPins2, { triggerInputPins2 != 0 || (triggerInputPins1 != 0 && (trigger_type == 1 || trigger_type == 3 || trigger_type == 15 || trigger_type == 16 || trigger_type == 19 || trigger_type == 25 || trigger_type == 28 || trigger_type == 31 || trigger_type == 35 || trigger_type == 36 || trigger_type == 37 || trigger_type == 40 || trigger_type == 49 || trigger_type == 50 || trigger_type == 53 || trigger_type == 54 || trigger_type == 63 || trigger_type == 64) ) }, { triggerInputPins2 == 0 || (triggerInputPins1 != 0 && (trigger_type == 1 || trigger_type == 3 || trigger_type == 15 || trigger_type == 16 || trigger_type == 19 || trigger_type == 25 || trigger_type == 28 || trigger_type == 31 || trigger_type == 35 || trigger_type == 36 || trigger_type == 37 || trigger_type == 40 || trigger_type == 49 || trigger_type == 50 || trigger_type == 53 || trigger_type == 54 || trigger_type == 63 || trigger_type == 64) ) } + field = "!!! PLEASE UNSELECT !!!" triggerInputPins2, 1, { triggerInputPins2 != 0 && !(triggerInputPins1 != 0 && (trigger_type == 1 || trigger_type == 3 || trigger_type == 15 || trigger_type == 16 || trigger_type == 19 || trigger_type == 25 || trigger_type == 28 || trigger_type == 31 || trigger_type == 35 || trigger_type == 36 || trigger_type == 37 || trigger_type == 40 || trigger_type == 49 || trigger_type == 50 || trigger_type == 53 || trigger_type == 54 || trigger_type == 63 || trigger_type == 64) ) } + field = "Invert Secondary", invertSecondaryTriggerSignal, {triggerInputPins2 != 0 && (trigger_type == 1 || trigger_type == 3 || trigger_type == 15 || trigger_type == 16 || trigger_type == 19 || trigger_type == 25 || trigger_type == 28 || trigger_type == 31 || trigger_type == 35 || trigger_type == 36 || trigger_type == 37 || trigger_type == 40 || trigger_type == 49 || trigger_type == 50 || trigger_type == 53 || trigger_type == 54 || trigger_type == 63 || trigger_type == 64) } + + field = "Gap #4 from", triggerGapOverrideFrom4, { overrideTriggerGaps == 1 } + field = "Gap #4 to", triggerGapOverrideTo4, { overrideTriggerGaps == 1 } + field = "Gap #5 from", triggerGapOverrideFrom5, { overrideTriggerGaps == 1 } + field = "Gap #5 to", triggerGapOverrideTo5, { overrideTriggerGaps == 1 } + + dialog = trigger_advanced, "Advanced Trigger" + field = "Require cam/VVT sync for ignition", isPhaseSyncRequiredForIgnition + field = "Maximum cam/VVT sync RPM", maxCamPhaseResolveRpm + field = "MAP readout angle", mapCamDetectionAnglePosition, 1, { vvtMode1 == 13 } + field = "Print verbose VVT sync details to console",verboseVVTDecoding + field = "Print verbose trigger sync to console", verboseTriggerSynchDetails + field = "Display logic signals", displayLogicLevelsInEngineSniffer + field = "Do not print messages in case of sync error", silentTriggerError + field = "Focus on inputs in engine sniffer", engineSnifferFocusOnInputs + field = "Enable noise filtering", useNoiselessTriggerDecoder, {trigger_type == 8 || trigger_type == 9} + panel = triggerConfiguration_gap + + dialog = triggerConfiguration, "", xAxis + panel = trigger_primary, {1}, { consumeObdSensors == 0 } + panel = trigger_cams, {1}, { consumeObdSensors == 0 } + +; Engine->Injection Settings + dialog = injChars, "Injector Settings", yAxis + field = "Injector flow", injector_flow, {isInjectionEnabled == 1} + field = "Injector flow units", injectorFlowAsMassFlow, {isInjectionEnabled == 1} + field = "Fuel rail pressure sensor", injectorPressureType, { isInjectionEnabled && (highPressureFuel_hwChannel || lowPressureFuel_hwChannel) } + field = "Injector flow compensation mode", injectorCompensationMode, { isInjectionEnabled } + field = "Injector reference pressure", fuelReferencePressure, { isInjectionEnabled && injectorCompensationMode != 0 } + + dialog = fuelParams, "Fuel characteristics", yAxis + field = "Stoichiometric ratio", stoichRatioPrimary, {isInjectionEnabled == 1} + field = "E100 stoichiometric ratio", stoichRatioSecondary, {isInjectionEnabled == 1 && flexSensorPin != 0 } + + dialog = injectorOutputSettings, "Injector Outputs", yAxis + field = "Use only first half of outputs for batch mode" + field = "# wire each output to the corresponding cylinder number" + field = "# rusEFI handles firing order" + field = "Injection Output 1", injectionPins1, {isInjectionEnabled == 1} + field = "Injection Output 2", injectionPins2, {isInjectionEnabled == 1 && injectionMode != 3 && cylindersCount > 1} + field = "Injection Output 3", injectionPins3, {isInjectionEnabled == 1 && injectionMode != 3 && cylindersCount > 2} + field = "Injection Output 4", injectionPins4, {isInjectionEnabled == 1 && injectionMode != 3 && cylindersCount > 3} + field = "Injection Output 5 ", injectionPins5, {isInjectionEnabled == 1 && injectionMode != 3 && cylindersCount > 4} + field = "Injection Output 6 ", injectionPins6, {isInjectionEnabled == 1 && injectionMode != 3 && cylindersCount > 5} + field = "Injection Output 7 ", injectionPins7, {isInjectionEnabled == 1 && injectionMode != 3 && cylindersCount > 6} + field = "Injection Output 8 ", injectionPins8, {isInjectionEnabled == 1 && injectionMode != 3 && cylindersCount > 7} + field = "Injection Output 9 ", injectionPins9, {isInjectionEnabled == 1 && cylindersCount > 8} + field = "Injection Output 10 ", injectionPins10, {isInjectionEnabled == 1 && cylindersCount > 9} + field = "Injection Output 11 ", injectionPins11, {isInjectionEnabled == 1 && cylindersCount > 10} + field = "Injection Output 12 ", injectionPins12, {isInjectionEnabled == 1 && cylindersCount > 11} + + dialog = cylinderBankSelect, "Cylinder Banks", yAxis + field = "Cylinder 1", cylinderBankSelect1, {isInjectionEnabled == 1} + field = "Cylinder 2", cylinderBankSelect2, {isInjectionEnabled == 1 && injectionMode != 3 && cylindersCount > 1} + field = "Cylinder 3", cylinderBankSelect3, {isInjectionEnabled == 1 && injectionMode != 3 && cylindersCount > 2} + field = "Cylinder 4", cylinderBankSelect4, {isInjectionEnabled == 1 && injectionMode != 3 && cylindersCount > 3} + field = "Cylinder 5 ", cylinderBankSelect5, {isInjectionEnabled == 1 && injectionMode != 3 && cylindersCount > 4} + field = "Cylinder 6 ", cylinderBankSelect6, {isInjectionEnabled == 1 && injectionMode != 3 && cylindersCount > 5} + field = "Cylinder 7 ", cylinderBankSelect7, {isInjectionEnabled == 1 && injectionMode != 3 && cylindersCount > 6} + field = "Cylinder 8 ", cylinderBankSelect8, {isInjectionEnabled == 1 && injectionMode != 3 && cylindersCount > 7} + field = "Cylinder 9 ", cylinderBankSelect9, {isInjectionEnabled == 1 && cylindersCount > 8} + field = "Cylinder 10 ", cylinderBankSelect10, {isInjectionEnabled == 1 && cylindersCount > 9} + field = "Cylinder 11 ", cylinderBankSelect11, {isInjectionEnabled == 1 && cylindersCount > 10} + field = "Cylinder 12 ", cylinderBankSelect12, {isInjectionEnabled == 1 && cylindersCount > 11} + + dialog = injectorNonlinearPolynomial, "Polynomial Adder", yAxis + field = "Add nonlinearity below pulse", applyNonlinearBelowPulse + field = "constant", injectorCorrectionPolynomial1 + field = "x^1", injectorCorrectionPolynomial2 + field = "x^2", injectorCorrectionPolynomial3 + field = "x^3", injectorCorrectionPolynomial4 + field = "x^4", injectorCorrectionPolynomial5 + field = "x^5", injectorCorrectionPolynomial6 + field = "x^6", injectorCorrectionPolynomial7 + field = "x^7", injectorCorrectionPolynomial8 + + dialog = injectorNonlinearFord, "Ford-model Small Pulse Correction", yAxis + field = "Small pulse slope (ALOSL)", fordInjectorSmallPulseSlope + field = "Set this to 'mass flow'", injectorFlowAsMassFlow + field = "Large pulse slope (AHISL)", injector_flow + field = "Small pulse breakpoint (FUEL_BKPT)", fordInjectorSmallPulseBreakPoint + + dialog = injectorNonlinear + field = "Small pulse correction mode", injectorNonlinearMode + panel = injectorNonlinearPolynomial, {1}, { injectorNonlinearMode == 1 } + panel = injectorNonlinearFord, {1}, { injectorNonlinearMode == 2 } + + dialog = testLuaOut, "Lua Out Test" + commandButton = "Lua Out #1", cmd_test_lua1 + commandButton = "Lua Out #2", cmd_test_lua2 + commandButton = "Lua Out #3", cmd_test_lua3 + commandButton = "Lua Out #4", cmd_test_lua4 + commandButton = "Lua Out #5", cmd_test_lua5 + commandButton = "Lua Out #6", cmd_test_lua6 + commandButton = "Lua Out #7", cmd_test_lua7 + commandButton = "Lua Out #8", cmd_test_lua8 + commandButton = "Abort test", cmd_test_cancel + + dialog = testInjectors, "Injector Test" + commandButton = "Injector #1", cmd_test_inj1 + commandButton = "Injector #2", cmd_test_inj2, { cylindersCount >= 2 } + commandButton = "Injector #3", cmd_test_inj3, { cylindersCount >= 3 } + commandButton = "Injector #4", cmd_test_inj4, { cylindersCount >= 4 } + commandButton = "Injector #5", cmd_test_inj5, { cylindersCount >= 5 } + commandButton = "Injector #6", cmd_test_inj6, { cylindersCount >= 6 } + commandButton = "Injector #7", cmd_test_inj7, { cylindersCount >= 7 } + commandButton = "Injector #8", cmd_test_inj8, { cylindersCount >= 8 } + commandButton = "Injector #9", cmd_test_inj9, { cylindersCount >= 9 } + commandButton = "Injector #10", cmd_test_inj10, { cylindersCount >= 10 } + commandButton = "Injector #11", cmd_test_inj11, { cylindersCount >= 11 } + commandButton = "Injector #12", cmd_test_inj12, { cylindersCount >= 12 } + commandButton = "Abort test", cmd_test_cancel + + dialog = testSolenoids, "TCU Solenoid Test" + commandButton = "Solenoid #1", cmd_test_sol1 + commandButton = "Solenoid #2", cmd_test_sol2 + commandButton = "Solenoid #3", cmd_test_sol3 + commandButton = "Solenoid #4", cmd_test_sol4 + commandButton = "Solenoid #5", cmd_test_sol5 + commandButton = "Solenoid #6", cmd_test_sol6 + commandButton = "Abort test", cmd_test_cancel + + dialog = testOther + field = "Count", benchTestCount + field = "On Time", benchTestOnTime + field = "Off Time", benchTestOffTime + panel = testSolenoids + + dialog = injectionSettingsEast, "", yAxis + panel = testInjectors + field = "" + + dialog = injectionSettingsWest, "", yAxis + panel = injectorOutputSettings + field = "" + + dialog = injectionSettings, "", xAxis + panel = injectionSettingsWest + panel = injectionSettingsEast + + dialog = injectorConfig, "", yAxis + topicHelp = "fuelHelp" + panel = baseInjection + panel = injChars + panel = fuelParams + panel = injectorsDeadTime + + dialog = ignitionCylExtra, "Cylinder offsets" + field = "Offset angle for each cylinder if you have an odd fire" + field = "engine, like a v-twin or some V6/V10 engines" + field = "#Positive numbers retard, negative numbers advance" + field = "Offset cyl 1", timing_offset_cylinder1 + field = "Offset cyl 2", timing_offset_cylinder2, {cylindersCount > 1} + field = "Offset cyl 3", timing_offset_cylinder3, {cylindersCount > 2} + field = "Offset cyl 4", timing_offset_cylinder4, {cylindersCount > 3} + field = "Offset cyl 5", timing_offset_cylinder5, {cylindersCount > 4} + field = "Offset cyl 6", timing_offset_cylinder6, {cylindersCount > 5} + field = "Offset cyl 7", timing_offset_cylinder7, {cylindersCount > 6} + field = "Offset cyl 8", timing_offset_cylinder8, {cylindersCount > 7} + field = "Offset cyl 9", timing_offset_cylinder9, {cylindersCount > 8} + field = "Offset cyl 10", timing_offset_cylinder10, {cylindersCount > 9} + field = "Offset cyl 11", timing_offset_cylinder11, {cylindersCount > 10} + field = "Offset cyl 12", timing_offset_cylinder12, {cylindersCount > 11} + + dialog = multisparkDwellParams, "Delay & Dwell" + field = "Spark duration", multisparkSparkDuration, {multisparkEnable} + field = "Subsequent spark dwell", multisparkDwell, {multisparkEnable} + + dialog = multisparkMain, "Configuration" + field = "Maximum engine speed", multisparkMaxRpm, {multisparkEnable} + field = "Fire sparks for this angle duration" multisparkMaxSparkingAngle, {multisparkEnable} + field = "Maximum extra spark count" multisparkMaxExtraSparkCount, {multisparkEnable} + + dialog = multisparkSettings, "Multispark" + field = "#WARNING! These settings have the potential to overheat ignition components" + field = "#and cause other nasty misbehavior. Use with care, at your own risk!" + field = "#Not recommended for use on distributor or wasted spark ignition systems." + field = "Enable multiple sparks", multisparkEnable + panel = multisparkMain + panel = multisparkDwellParams + + dialog = ignAdder1Cfg, "Ignition adder 1 config" + field = "#The bias table controls how much of the blend table" + field = "#is mixed in to the base ignition table. For example, a value of" + field = "#+10 in the table, with 50 as the current bias will result" + field = "#in 5.0 degrees of ignition timing added." + field = "#The X axis of the bias table is controlled by the selected blend" + field = "#parameter below." + field = "Blend parameter", ignBlends1_blendParameter + panel = ignAdder1Bias + + dialog = ignAdder2Cfg, "Ignition adder 2 config" + field = "#The bias table controls how much of the blend table" + field = "#is mixed in to the base ignition table. For example, a value of" + field = "#+10 in the table, with 50 as the current bias will result" + field = "#in 5.0 degrees of ignition timing added." + field = "#The X axis of the bias table is controlled by the selected blend" + field = "#parameter below." + field = "Blend parameter", ignBlends2_blendParameter + panel = ignAdder2Bias + + dialog = ignAdder3Cfg, "Ignition adder 3 config" + field = "#The bias table controls how much of the blend table" + field = "#is mixed in to the base ignition table. For example, a value of" + field = "#+10 in the table, with 50 as the current bias will result" + field = "#in 5.0 degrees of ignition timing added." + field = "#The X axis of the bias table is controlled by the selected blend" + field = "#parameter below." + field = "Blend parameter", ignBlends3_blendParameter + panel = ignAdder3Bias + + dialog = ignAdder4Cfg, "Ignition adder 4 config" + field = "#The bias table controls how much of the blend table" + field = "#is mixed in to the base ignition table. For example, a value of" + field = "#+10 in the table, with 50 as the current bias will result" + field = "#in 5.0 degrees of ignition timing added." + field = "#The X axis of the bias table is controlled by the selected blend" + field = "#parameter below." + field = "Blend parameter", ignBlends4_blendParameter + panel = ignAdder4Bias + + dialog = veBlend1Cfg, "VE blend 1 config" + field = "#The bias table controls how much of the blend table" + field = "#is mixed in to the VE table. For example, a value of" + field = "#+10 in the table, with 50 as the current bias will result" + field = "#in +5.0 added to the VE." + field = "#The X axis of the bias table is controlled by the selected blend" + field = "#parameter below." + field = "Blend parameter", veBlends1_blendParameter + panel = veBlend2Bias + + dialog = veBlend2Cfg, "VE blend 2 config" + field = "#The bias table controls how much of the blend table" + field = "#is mixed in to the VE table. For example, a value of" + field = "#+10 in the table, with 50 as the current bias will result" + field = "#in +5.0 added to the VE." + field = "#The X axis of the bias table is controlled by the selected blend" + field = "#parameter below." + field = "Blend parameter", veBlends2_blendParameter + panel = veBlend2Bias + + dialog = veBlend3Cfg, "VE blend 3 config" + field = "#The bias table controls how much of the blend table" + field = "#is mixed in to the VE table. For example, a value of" + field = "#+10 in the table, with 50 as the current bias will result" + field = "#in +5.0 added to the VE." + field = "#The X axis of the bias table is controlled by the selected blend" + field = "#parameter below." + field = "Blend parameter", veBlends3_blendParameter + panel = veBlend3Bias + + dialog = veBlend4Cfg, "VE blend 4 config" + field = "#The bias table controls how much of the blend table" + field = "#is mixed in to the VE table. For example, a value of" + field = "#+10 in the table, with 50 as the current bias will result" + field = "#in +5.0 added to the VE." + field = "#The X axis of the bias table is controlled by the selected blend" + field = "#parameter below." + field = "Blend parameter", veBlends4_blendParameter + panel = veBlend4Bias + + dialog = boostOpenBlend1Cfg, "Boost open loop blend 1 config" + field = "#The bias table controls how much of the blend table" + field = "#is mixed in to the open loop boost table. For example, a value of" + field = "#+10 in the table, with 50 as the current bias will result" + field = "#in +5.0 added to the boost open loop %." + field = "#The X axis of the bias table is controlled by the selected blend" + field = "#parameter below." + field = "Blend parameter", boostOpenLoopBlends1_blendParameter + panel = boostOpenLoopBlend1Bias + + dialog = boostOpenBlend2Cfg, "Boost open loop blend 2 config" + field = "#The bias table controls how much of the blend table" + field = "#is mixed in to the open loop boost table. For example, a value of" + field = "#+10 in the table, with 50 as the current bias will result" + field = "#in +5.0 added to the boost open loop %." + field = "#The X axis of the bias table is controlled by the selected blend" + field = "#parameter below." + field = "Blend parameter", boostOpenLoopBlends2_blendParameter + panel = boostOpenLoopBlend2Bias + + dialog = boostClosedBlend1Cfg, "Boost closed loop blend 1 config" + field = "#The bias table controls how much of the blend table" + field = "#is mixed in to the closed loop boost table. For example, a value of" + field = "#+10 in the table, with 50 as the current bias will result" + field = "#in +5.0 added to the boost closed loop %." + field = "#The X axis of the bias table is controlled by the selected blend" + field = "#parameter below." + field = "Blend parameter", boostClosedLoopBlends1_blendParameter + panel = boostClosedLoopBlend1Bias + + dialog = boostClosedBlend2Cfg, "Boost closed loop blend 2 config" + field = "#The bias table controls how much of the blend table" + field = "#is mixed in to the closed loop boost table. For example, a value of" + field = "#+10 in the table, with 50 as the current bias will result" + field = "#in +5.0 added to the boost closed loop %." + field = "#The X axis of the bias table is controlled by the selected blend" + field = "#parameter below." + field = "Blend parameter", boostClosedLoopBlends2_blendParameter + panel = boostClosedLoopBlend2Bias + + dialog = dwellSettings, "", yAxis + panel = dwellCorrection + panel = dwellVoltageCorrection + +; Sensors->AUX1 Thermistor Sensor Setting + dialog = auxTempSensor1Sensor, "aux1 Thermistor Settings" + field = "Input channel", auxTempSensor1_adcChannel + field = "Bias resistor", auxTempSensor1_bias_resistor, {auxTempSensor1_adcChannel != 0} + + field = "#Here is three pairs of thermistor temperature and resistance." + field = "#Typical temperatures is -40 deg C, 0 deg C and 100 deg C" + field = "" + field = "Lowest temperature", auxTempSensor1_tempC_1, {auxTempSensor1_adcChannel != 0} + field = "Resistance @ LT", auxTempSensor1_resistance_1, {auxTempSensor1_adcChannel != 0} + field = "" + field = "Middle temperature", auxTempSensor1_tempC_2, {auxTempSensor1_adcChannel != 0} + field = "Resistance @ MT", auxTempSensor1_resistance_2, {auxTempSensor1_adcChannel != 0} + field = "" + field = "Highest temperature", auxTempSensor1_tempC_3, {auxTempSensor1_adcChannel != 0} + field = "Resistance @ HT", auxTempSensor1_resistance_3, {auxTempSensor1_adcChannel != 0} + +; Sensors->AUX2 Thermistor Sensor Setting + dialog = auxTempSensor2Sensor, "aux2 Thermistor Settings" + field = "Input channel", auxTempSensor2_adcChannel + field = "Bias resistor", auxTempSensor2_bias_resistor, {auxTempSensor2_adcChannel != 0} + + field = "#Here is three pairs of thermistor temperature and resistance." + field = "#Typical temperatures is -40 deg C, 0 deg C and 100 deg C" + field = "" + field = "Lowest temperature", auxTempSensor2_tempC_1, {auxTempSensor2_adcChannel != 0} + field = "Resistance @ LT", auxTempSensor2_resistance_1, {auxTempSensor2_adcChannel != 0} + field = "" + field = "Middle temperature", auxTempSensor2_tempC_2, {auxTempSensor2_adcChannel != 0} + field = "Resistance @ MT", auxTempSensor2_resistance_2, {auxTempSensor2_adcChannel != 0} + field = "" + field = "Highest temperature", auxTempSensor2_tempC_3, {auxTempSensor2_adcChannel != 0} + field = "Resistance @ HT", auxTempSensor2_resistance_3, {auxTempSensor2_adcChannel != 0} + + dialog = tpsSent1, "SENT TPS" + field = "Input #1", sentInputPins1 + field = "ETB type", sentEtbType, {sentInputPins1 != 0} + field = "Closed value", customSentTpsMin, {sentEtbType == 3 } + field = "Open value", customSentTpsMax, {sentEtbType == 3 } + + dialog = tpsNum1, "Throttle Body #1" + field = "Primary sensor", tps1_1AdcChannel + field = "Primary min", tpsMin, {tps1_1AdcChannel != 0} + field = "Primary max", tpsMax, {tps1_1AdcChannel != 0} + field = "Secondary sensor", tps1_2AdcChannel, {tps1_1AdcChannel != 0} + field = "Secondary min", tps1SecondaryMin, {tps1_2AdcChannel != 0 && tps1_1AdcChannel != 0} + field = "Secondary max", tps1SecondaryMax, {tps1_2AdcChannel != 0 && tps1_1AdcChannel != 0} + commandButton = "Auto Calibrate ETB 1", cmd_etb_auto_calibrate, {etb1configured == 1 && tps1_1AdcChannel != 0 && calibrationMode == 0} + + dialog = tpsNum2, "Throttle Body #2" + field = "Primary sensor", tps2_1AdcChannel + field = "Primary min", tps2Min, {tps2_1AdcChannel != 0} + field = "Primary max", tps2Max, {tps2_1AdcChannel != 0} + field = "Secondary sensor", tps2_2AdcChannel, {tps2_1AdcChannel != 0} + field = "Secondary min", tps2SecondaryMin, {tps2_2AdcChannel != 0 && tps2_1AdcChannel != 0} + field = "Secondary max", tps2SecondaryMax, {tps2_2AdcChannel != 0 && tps2_1AdcChannel != 0} + commandButton = "Auto Calibrate ETB 2", cmd_etb_auto_calibrate_2, {etb2configured == 1 && tps2_1AdcChannel != 0 && calibrationMode == 0} + + dialog = tpsLimits, "TPS Limits" + field = "TPS minimum valid value", tpsErrorDetectionTooLow, {tps1_1AdcChannel != 0} + field = "TPS maximum valid value", tpsErrorDetectionTooHigh, {tps1_1AdcChannel != 0} + + dialog = tpsSensorLeft + panel = tpsLimits + panel = tpsNum1 + panel = tpsNum2 + + dialog = pedalSensorLeft, "Accelerator pedal" + field = "Accelerator position sensor", throttlePedalPositionAdcChannel + field = "Up voltage", throttlePedalUpVoltage + commandButton = "Grab Up", cmd_calibrate_pedal_up + field = "Down (WOT) voltage", throttlePedalWOTVoltage + commandButton = "Grab Down", cmd_calibrate_pedal_down + field = "Accelerator position 2nd sensor", throttlePedalPositionSecondAdcChannel + field = "Up voltage", throttlePedalSecondaryUpVoltage + field = "Down (WOT) voltage", throttlePedalSecondaryWOTVoltage + + dialog = pedalGauges + gauge = pedalPositionGauge + gauge = rawPpsPrimaryGauge + gauge = rawPpsSecondaryGauge + + dialog = tpsGauges + gauge = rawTps1PrimaryGauge + gauge = rawTps1SecondaryGauge + gauge = rawTps2PrimaryGauge + gauge = rawTps2SecondaryGauge + + dialog = pedalSensor, "Accelerator pedal", border + panel = pedalSensorLeft, West + panel = pedalGauges, East + + dialog = tpsSensor, "", border + panel = tpsSensorLeft, West + panel = tpsGauges, East + + dialog = wastegatePosConfig, "Wastegate position sensor" + field = "Input", wastegatePositionSensor + field = "Min (fully closed, most boost)", wastegatePositionMin + field = "Max (fully open, least boost)", wastegatePositionMax + + dialog = idlePosConfig, "Idle position sensor" + field = "Input", idlePositionSensor + field = "Min (valve closed, low idle)", idlePositionMin + field = "Max (valve open, high idle)", idlePositionMax + + dialog = wastegateIdlePosLeft, "" + panel = wastegatePosConfig + panel = idlePosConfig + + dialog = wastegateIdlePosGauges, "" + gauge = rawWastegatePositionGauge, West + gauge = wastegatePosGauge, East + gauge = rawIdlePositionSensorGauge + gauge = idlePosSensGauge + + dialog = wastegateIdlePos, "", border + panel = wastegateIdlePosLeft, West + panel = wastegateIdlePosGauges, East + + dialog = mc33Dialog, "Low-Z injector control PT2001" + field = "SPI Chip Select", mc33816_cs + field = "SPI Device", mc33816spiDevice + field = "MC33816 rstb", mc33816_rstb + field = "MC33816 flag0", mc33816_flag0 + + field = "Boost voltage", mc33_hvolt + field = "Boost current target", mc33_i_boost + field = "Min boost time", mc33_t_min_boost + field = "Max boost time (timeout)", mc33_t_max_boost + + field = "Peak phase current target", mc33_i_peak + field = "Peak phase duration", mc33_t_peak_tot + field = "Peak phase loop off time", mc33_t_peak_off + field = "Peak -> Hold Bypass Time", mc33_t_bypass + + field = "Hold current target", mc33_i_hold + field = "Hold phase loop off time", mc33_t_hold_off + field = "Maximum injection duration", mc33_t_hold_tot + +; Sensor Inputs + dialog = otherSensorInputs, "Other Sensor Inputs" + field = "Clutch Down", clutchDownPin + field = "Clutch Down inverted", clutchDownPinInverted + field = "Clutch Down mode", clutchDownPinMode + + field = "Clutch Up", clutchUpPin + field = "Clutch Up inverted", clutchUpPinInverted + field = "Clutch Up mode", clutchUpPinMode + field = "Throttle Up switch", throttlePedalUpPin + field = "Brake pedal switch", brakePedalPin + field = "Flex fuel sensor", flexSensorPin + field = "Turbo Speed Sensor", turboSpeedSensorInputPin + field = "Turbo Speed Multiplier", turboSpeedSensorMultiplier + + dialog = fuelLevelDialog, "Fuel Level Sensor" + field = "Input channel", fuelLevelSensor + panel = fuelLevelCurve + +; +; allXXX sections allows a quick overview of used I/O in order to address conflicts mostly, not really to +; configure the features. +; + dialog = allPinsSensors, "Sensors" + field = "Throttle pedal Position Channel", throttlePedalPositionAdcChannel + field = "Throttle pedal Position #2", throttlePedalPositionSecondAdcChannel + field = "Primary input channel", triggerInputPins1 + field = "Secondary channel", triggerInputPins2 + field = "Cam Sync/VVT input", camInputs1 + field = "CLT ADC input", clt_adcChannel + field = "IAT ADC input", iat_adcChannel + field = "vBatt ADC input", vbattAdcChannel + field = "TPS1 ADC input", tps1_1AdcChannel + field = "TPS2 ADC input", tps2_1AdcChannel + field = "MAF ADC input", mafAdcChannel + field = "MAF 2 ADC input", maf2AdcChannel + field = "AFR ADC input", afr_hwChannel + field = "AFR 2 ADC input", afr_hwChannel2 + field = "Baro ADC input", baroSensor_hwChannel + field = "MAP ADC input", map_sensor_hwChannel + field = "Fuel Level input", fuelLevelSensor + field = "Vehicle Speed input", vehicleSpeedSensorInputPin + field = "Clutch Down input", clutchDownPin + field = "Clutch Up input", clutchUpPin + field = "Brake pedal input", brakePedalPin + field = "A/C Switch", acSwitch + field = "Aux Temperature #1", auxTempSensor1_adcChannel + field = "Aux Temperature #2", auxTempSensor2_adcChannel + field = "Aux Fast Analog", auxFastSensor1_adcChannel + + dialog = allTriggerDebug, "Trigger Debug" + field = "trigger 1 debug", triggerInputDebugPins1 + field = "trigger 2 debug", triggerInputDebugPins2 + field = "cam 1 debug", camInputsDebug1 + field = "cam 2 debug", camInputsDebug2 + field = "cam 3 debug", camInputsDebug3 + field = "cam 4 debug", camInputsDebug4 + + dialog = allPinsMC33, "MC33816" + field = "Chip Select", mc33816_cs + field = rstb, mc33816_rstb + field = flag0, mc33816_flag0 + field = mc33816_driven, mc33816_driven + field = mc33816spiDevice, mc33816spiDevice + field = hpfpValcePin, hpfpValvePin + + dialog = allPins1_1 + field = "trigger stimulator output #1", triggerSimulatorPins1 + field = "trigger stimulator output #2", triggerSimulatorPins2 + field = "tle6240_cs", tle6240_cs + field = "tle6240 SPI", tle6240spiDevice + + dialog = allPins1_2 + field = "Tachometer output", tachOutputPin + field = "O2 heater output", o2heaterPin + field = "Idle Solenoid Primary output", idle_solenoidPin + field = "Idle Solenoid Secondary output",secondSolenoidPin + field = "Idle Stepper Dir", idle_stepperDirectionPin + field = "Idle Stepper Step", idle_stepperStepPin + field = "Idle Stepper Enable", stepperEnablePin + field = "Fuel Pump output", fuelPumpPin + field = "SD CS Pin", sdCardCsPin + field = "MIL/Check Engine output", malfunctionIndicatorPin + field = "test557pin", test557pin + field = "Fan Pin", fanPin + field = "A/C Relay", acRelayPin + field = "Main Relay Pin", mainRelayPin + field = "Starter Relay Pin", starterRelayDisablePin + + dialog = allPins2_1 + field = "Injection Output 1", injectionPins1 + field = "Injection Output 2", injectionPins2 + field = "Injection Output 3", injectionPins3 + field = "Injection Output 4", injectionPins4 + field = "Injection Output 5 ", injectionPins5 + field = "Injection Output 6 ", injectionPins6 + field = "Injection Output 7 ", injectionPins7 + field = "Injection Output 8 ", injectionPins8 + field = "Injection Output 9 ", injectionPins9 + field = "Injection Output 10 ", injectionPins10 + field = "Injection Output 11 ", injectionPins11 + field = "Injection Output 12 ", injectionPins12 + field = auxSpeedSensorInputPin1, auxSpeedSensorInputPin1 + field = auxSpeedSensorInputPin2, auxSpeedSensorInputPin2 + + + dialog = allPins2_2 + field = "Ignition Output 1", ignitionPins1 + field = "Ignition Output 2", ignitionPins2 + field = "Ignition Output 3", ignitionPins3 + field = "Ignition Output 4", ignitionPins4 + field = "Ignition Output 5", ignitionPins5 + field = "Ignition Output 6", ignitionPins6 + field = "Ignition Output 7", ignitionPins7 + field = "Ignition Output 8", ignitionPins8 + field = "Ignition Output 9", ignitionPins9 + field = "Ignition Output 10", ignitionPins10 + field = "Ignition Output 11", ignitionPins11 + field = "Ignition Output 12", ignitionPins12 + + dialog = allPins2_3 + field = "Debug Trigger Sync", debugTriggerSync + panel = allTriggerDebug + panel = allPinsMC33 + + dialog = allPins1_3 + field = "Aux ADC #1", auxAnalogInputs1 + field = "Aux ADC #2", auxAnalogInputs2 + field = "Aux ADC #3", auxAnalogInputs3 + field = "Aux ADC #4", auxAnalogInputs4 + field = "Aux ADC #5", auxAnalogInputs5 + field = "Aux ADC #6", auxAnalogInputs6 + field = "Aux ADC #7", auxAnalogInputs7 + field = "Aux ADC #8", auxAnalogInputs8 + field = "hip9011CsPin", hip9011CsPin + field = "LIS302DLCsPin", LIS302DLCsPin + field = "Saab CDM knock", cdmInputPin + field = "DRV8860 CS", drv8860_cs + field = "DRV8860 CS Mode", drv8860_csPinMode + field = "DRV8860 MISO pin", drv8860_miso + field = "DRV8860 SPI", drv8860spiDevice + + dialog = allPins3_1 + panel = allPinsSensors + + dialog = allPins3_2 + field = "VVT solenoid bank 1 intake", vvtPins1 + field = "VVT solenoid bank 1 exhaust", vvtPins2 + field = "VVT solenoid bank 2 intake", vvtPins3 + field = "VVT solenoid bank 2 exhaust", vvtPins4 + field = "Aux Valve #1", auxValves1 + field = "Aux Valve #2", auxValves2 + field = "AUX Serial TX", auxSerialTxPin + field = "AUX Serial RX", auxSerialRxPin + field = "Start/Stop Button", startStopButtonPin + field = "Upshift Pin", tcuUpshiftButtonPin + field = "Downshift Pin", tcuDownshiftButtonPin + + dialog = allPins3_1_and_2, "All IO 3/3", xAxis + panel = allPins3_1 + panel = allPins3_2 + + dialog = allPins1_1_and_2, "", xAxis + panel = allPins1_1 + panel = allPins1_2 + + dialog = allPins1, "All IO 1/3", xAxis + panel = allPins1_1_and_2 + panel = allPins1_3 + + dialog = allPins2_1_and_2, "", xAxis + panel = allPins2_1 + panel = allPins2_2 + + dialog = allPins2, "All IO 2/3", xAxis + panel = allPins2_1_and_2 + panel = allPins2_3 + + +; Sensors->CLT sensor + dialog = clt_thermistor, "CLT sensor" + field = "Input channel", clt_adcChannel + + settingSelector = "Common CLT Sensors" + settingOption = "GM CLT", clt_tempC_1=-40,clt_resistance_1=100000,clt_tempC_2=40,clt_resistance_2=1459,clt_tempC_3=130,clt_resistance_3=70,useLinearCltSensor=0 + settingOption = "Miata NA", clt_tempC_1=-20,clt_resistance_1=16150,clt_tempC_2=40,clt_resistance_2=1150,clt_tempC_3=80,clt_resistance_3=330,useLinearCltSensor=0 + settingOption = "Miata NB", clt_tempC_1=-10,clt_resistance_1=9000,clt_tempC_2=20,clt_resistance_2=2500,clt_tempC_3=80,clt_resistance_3=320,useLinearCltSensor=0 + settingOption = "Bosch Various", clt_tempC_1=0,clt_resistance_1=5896,clt_tempC_2=50,clt_resistance_2=834,clt_tempC_3=100,clt_resistance_3=187,useLinearCltSensor=0 + + field = "#Input three pairs of thermistor temperature and resistance." + field = "#Typical temperatures are -40 deg C, 0 deg C and 100 deg C" + field = "" + field = "Lowest temperature", clt_tempC_1, {clt_adcChannel != 0} + field = "Resistance @ LT", clt_resistance_1, {clt_adcChannel != 0} + field = "" + field = "Middle temperature", clt_tempC_2, {clt_adcChannel != 0} + field = "Resistance @ MT", clt_resistance_2, {clt_adcChannel != 0} + field = "" + field = "Highest temperature", clt_tempC_3, {clt_adcChannel != 0} + field = "Resistance @ HT", clt_resistance_3, {clt_adcChannel != 0} + field = "" + field = "Linear characteristic", useLinearCltSensor, {clt_adcChannel != 0} + + dialog = cltGauges + gauge = CLTGauge + gauge = rawCltGauge + + dialog = cltSensor, "CLT Sensor", border + panel = clt_thermistor, West + panel = cltGauges, East + +; Sensors->IAT sensor + dialog = iat_thermistor, "IAT sensor" + field = "Input channel", iat_adcChannel + + settingSelector = "Common IAT Sensors", {iat_adcChannel != 0} + settingOption = "GM IAT", iat_tempC_1=8.9,iat_resistance_1=7000,iat_tempC_2=30.6,iat_resistance_2=1930,iat_tempC_3=63.3,iat_resistance_3=560,useLinearIatSensor=0 + settingOption = "Miata NA/NB", iat_tempC_1=-20,iat_resistance_1=16150,iat_tempC_2=40,iat_resistance_2=1150,iat_tempC_3=80,iat_resistance_3=330,useLinearIatSensor=0 + settingOption = "Miata MSM IAT2", iat_tempC_1=0,iat_resistance_1=112000,iat_tempC_2=40,iat_resistance_2=17000,iat_tempC_3=60,iat_resistance_3=8000,useLinearIatSensor=0 + settingOption = "Bosch Various", iat_tempC_1=-10,iat_resistance_1=9397,iat_tempC_2=30,iat_resistance_2=1707,iat_tempC_3=70,iat_resistance_3=436,useLinearIatSensor=0 + + field = "#Input three pairs of thermistor temperature and resistance." + field = "#Typical temperatures are -40 deg C, 0 deg C and 100 deg C" + field = "" + field = "Lowest temperature", iat_tempC_1, {iat_adcChannel != 0} + field = "Resistance @ LT", iat_resistance_1, {iat_adcChannel != 0} + field = "" + field = "Middle temperature", iat_tempC_2, {iat_adcChannel != 0} + field = "Resistance @ MT", iat_resistance_2, {iat_adcChannel != 0} + field = "" + field = "Highest temperature", iat_tempC_3, {iat_adcChannel != 0} + field = "Resistance @ HT", iat_resistance_3, {iat_adcChannel != 0} + field = "" + field = "Linear characteristic", useLinearIatSensor, {iat_adcChannel != 0} + + dialog = iatGauges + gauge = IATGauge + gauge = rawIatGauge + + dialog = iatSensor, "IAT Sensor", border + panel = iat_thermistor, West + panel = iatGauges, East + +; Sensors->Oil pressure sensor + dialog = oilp_settings, "Oil Pressure Sensor" + field = "Oil Pressure ADC input", oilPressure_hwChannel + field = "low voltage", oilPressure_v1, {oilPressure_hwChannel != 0} + field = "low pressure", oilPressure_value1, {oilPressure_hwChannel != 0} + field = "high voltage", oilPressure_v2, {oilPressure_hwChannel != 0} + field = "high pressure", oilPressure_value2, {oilPressure_hwChannel != 0} + + dialog = oilPressureGauges + gauge = OilPressGauge + gauge = rawOilPressureGauge + + dialog = oilPressureSensor, "", border + panel = oilp_settings, West + panel = oilPressureGauges, East + + dialog = fuelp_settings, "Fuel Pressure Sensor" + field = "Fuel low pressure ADC input", lowPressureFuel_hwChannel + field = "low voltage", lowPressureFuel_v1, {lowPressureFuel_hwChannel != 0} + field = "low pressure", lowPressureFuel_value1, {lowPressureFuel_hwChannel != 0} + field = "high voltage", lowPressureFuel_v2, {lowPressureFuel_hwChannel != 0} + field = "high pressure", lowPressureFuel_value2, {lowPressureFuel_hwChannel != 0} + field = "sensor type", fuelPressureSensorMode, {lowPressureFuel_hwChannel != 0} + + field = "Fuel high pressure ADC input", highPressureFuel_hwChannel + field = "low voltage", highPressureFuel_v1, {highPressureFuel_hwChannel != 0} + field = "low pressure", highPressureFuel_value1, {highPressureFuel_hwChannel != 0} + field = "high voltage", highPressureFuel_v2, {highPressureFuel_hwChannel != 0} + field = "high pressure", highPressureFuel_value2, {highPressureFuel_hwChannel != 0} + + dialog = fuelPressureGauges + gauge = lowFuelPressureGauge + gauge = rawLowFuelPressureGauge + gauge = highFuelPressureGauge + gauge = rawHighFuelPressureGauge + + dialog = fuelPressureSensor, "", border + panel = fuelp_settings, West + panel = fuelPressureGauges, East + + dialog = auxLinearSensor1, "Aux Linear Sensor #1" + field = "ADC input", auxLinear1_hwChannel + field = "Low voltage", auxLinear1_v1, {auxLinear1_hwChannel != 0} + field = "Low value", auxLinear1_value1, {auxLinear1_hwChannel != 0} + field = "High voltage", auxLinear1_v2, {auxLinear1_hwChannel != 0} + field = "High value", auxLinear1_value2, {auxLinear1_hwChannel != 0} + + dialog = auxLinearSensor2, "Aux Linear Sensor #2" + field = "ADC input", auxLinear2_hwChannel + field = "Low voltage", auxLinear2_v1, {auxLinear2_hwChannel != 0} + field = "Low value", auxLinear2_value1, {auxLinear2_hwChannel != 0} + field = "High voltage", auxLinear2_v2, {auxLinear2_hwChannel != 0} + field = "High value", auxLinear2_value2, {auxLinear2_hwChannel != 0} + + dialog = auxLinearSensors + panel = auxLinearSensor1 + panel = auxLinearSensor2 + field = auxSpeedSensorInputPin1, auxSpeedSensorInputPin1 + field = auxSpeedSensorInputPin2, auxSpeedSensorInputPin2 + +; Sensors->MAP sensor + dialog = mapSensorAnalog, "MAP sensor", yAxis + field = "MAP ADC input", map_sensor_hwChannel + field = "MAP type", map_sensor_type, { map_sensor_hwChannel != 0 } + field = "MAP value low point", map_sensor_lowValue, { map_sensor_hwChannel != 0 && map_sensor_type == 0 } + field = "MAP voltage low point", mapLowValueVoltage, { map_sensor_hwChannel != 0 && map_sensor_type == 0 } + field = "MAP value high point", map_sensor_highValue, { map_sensor_hwChannel != 0 && map_sensor_type == 0 } + field = "MAP voltage high value", mapHighValueVoltage, { map_sensor_hwChannel != 0 && map_sensor_type == 0 } + + dialog = mapCommon, "MAP common settings" + field = "Low value threshold", mapErrorDetectionTooLow + field = "High value threshold", mapErrorDetectionTooHigh + field = "" + field = "Measure Map Only In One Cylinder", measureMapOnlyInOneCylinder + field = "Cylinder count to sample MAP", mapMinBufferLength + + dialog = mapSettings, "", yAxis + panel = mapCommon + panel = mapSensorAnalog + + dialog = baroSettings, "Baro sensor" + field = "Baro ADC input", baroSensor_hwChannel + field = "Low Value", baroSensor_lowValue, {baroSensor_hwChannel != 0} + field = "High Value", baroSensor_highValue, {baroSensor_hwChannel != 0} + field = "Type", baroSensor_type, {baroSensor_hwChannel != 0} + field = "LPS2x Baro SCL", lps25BaroSensorScl, { baroSensor_hwChannel == 0} + field = "LPS2x Baro SDA", lps25BaroSensorSda, { baroSensor_hwChannel == 0} + + dialog = mapCurves, "MAP sampling", yAxis + field = "isMapAveragingEnabled", isMapAveragingEnabled + panel = map_samplingAngleCurve + panel = map_samplingWindowCurve + + dialog = mafSettings, "MAF sensor", yAxis + field = "MAF ADC input", mafAdcChannel + field = "MAF 2 ADC input", maf2AdcChannel + +; Sensors->EGO sensor + dialog = egoSettings_sensor, "EGO sensor" + settingSelector = "EGO Type" + settingOption = "BPSX", afr_v1=0,afr_value1=9,afr_v2=5,afr_value2=19 + settingOption = "Innovate", afr_v1=0,afr_value1=7.35,afr_v2=5,afr_value2=22.39 + settingOption = "14Point7", afr_v1=0,afr_value1=9.996,afr_v2=5,afr_value2=19.992 + settingOption = "PLX", afr_v1=0,afr_value1=10,afr_v2=5,afr_value2=20 + settingOption = "Narrow Band", afr_v1=0.1,afr_value1=15,afr_v2=0.9,afr_value2=14 + settingOption = "AEM", afr_v1=0.5,afr_value1=8.5,afr_v2=4.5,afr_value2=18 + + field = "Type", afr_type +; todo: only use these values for custom! + field = "low voltage", afr_v1 + field = "low value", afr_value1 + field = "high voltage", afr_v2 + field = "high value", afr_value2 + field = "Correction", egoValueShift + + dialog = egoSettings_IO1, "EGO Sensor 1 I/O" + field = "Input channel", afr_hwChannel,{afr_hwChannel != 0 || enableAemXSeries == 0 } + field = "Heater output", o2heaterPin, { o2heaterPin != 0 || enableAemXSeries == 0 } + + dialog = egoSettings_IO2, "EGO Sensor 2 I/O" + field = "Input channel", afr_hwChannel2 + + dialog = egoSettings, "", yAxis + field = "Enable CAN Wideband", enableAemXSeries, { canReadEnabled } + field = "Enable Innovate LC-2 Serial", enableInnovateLC2, { auxSerialRxPin && auxSerialTxPin } + panel = egoSettings_IO1 + panel = egoSettings_IO2, {afr_hwChannel != 0 && enableAemXSeries == 0 && !auxSerialRxPin && !auxSerialTxPin} + panel = egoSettings_sensor, {afr_hwChannel != 0 && enableAemXSeries == 0 && !auxSerialRxPin && !auxSerialTxPin} + +; Engine->EGT inputs + dialog = egtInputs, "EGT inputs" + field = "SPI", max31855spiDevice + field = "CS #1", max31855_cs1 + field = "CS #2", max31855_cs2 + field = "CS #3", max31855_cs3 + field = "CS #4", max31855_cs4 + field = "CS #5", max31855_cs5 + field = "CS #6", max31855_cs6 + field = "CS #7", max31855_cs7 + field = "CS #8", max31855_cs8 + +; Engine->idle Settings + dialog = idleSolenoid, "Solenoid" + field = "Idle Solenoid Primary output", idle_solenoidPin, { idle_solenoidPin != 0 || !useStepperIdle } + field = "Idle Solenoid Secondary output", secondSolenoidPin, { idle_solenoidPin != 0 || (!useStepperIdle && isDoubleSolenoidIdle ) } + field = "Idle Solenoid output(s) Mode", idle_solenoidPinMode, !useStepperIdle + field = "Idle Solenoid Frequency", idle_solenoidFrequency, !useStepperIdle + + dialog = etbHbridgeHardwareNo1, "H-Bridge Hardware No1" + field = "No1 Direction #1", etbIo1_directionPin1 + field = "No1 Direction #2", etbIo1_directionPin2 + field = "No1 Control", etbIo1_controlPin + field = "No1 Disable", etbIo1_disablePin + + dialog = etbHbridgeHardwareNo2, "H-Bridge Hardware No2" + field = "No2 Direction #1", etbIo2_directionPin1 + field = "No2 Direction #2", etbIo2_directionPin2 + field = "No2 Control", etbIo2_controlPin + field = "No2 Disable", etbIo2_disablePin + + dialog = etbHbridgeHardware, "ETB H-Bridge Hardware" + field = "Two-wire mode", etb_use_two_wires + panel = etbHbridgeHardwareNo1, { etbFunctions1 != 0 } + panel = etbHbridgeHardwareNo2, { etbFunctions2 != 0 } + + dialog = stepperHbridgeHardwareNo1, "H-Bridge Hardware No1" + field = "No1 Direction #1", stepperDcIo1_directionPin1 + field = "No1 Direction #2", stepperDcIo1_directionPin2 + field = "No1 Disable", stepperDcIo1_disablePin + + dialog = stepperHbridgeHardwareNo2, "H-Bridge Hardware No2" + field = "No2 Direction #1", stepperDcIo2_directionPin1 + field = "No2 Direction #2", stepperDcIo2_directionPin2 + field = "No2 Disable", stepperDcIo2_disablePin + + dialog = stepperHbridgeHardware, "Stepper H-Bridge Hardware" + topicHelp = "stepperHbridgeHardwareHelp" + field = "Inverted driver pins", stepperDcInvertedPins + panel = stepperHbridgeHardwareNo1, { etbFunctions1 != 0 } + panel = stepperHbridgeHardwareNo2, { etbFunctions2 != 0 } + + dialog = idleStepperHw, "Stepper Controller Hardware" + topicHelp = "idleStepperHwHelp" + field = "Idle Stepper Step Pin", idle_stepperStepPin + field = "Idle Stepper Dir Pin", idle_stepperDirectionPin + field = "Idle Stepper Dir Pin Mode", stepperDirectionPinMode + field = "Idle Stepper Enable Pin", stepperEnablePin + field = "Idle Stepper Enable Pin Mode", stepperEnablePinMode + + dialog = stepperDirectDriveHardware, "Stepper Direct-Drive Hardware" + topicHelp = "stepperDirectDriveHardwareHelp" + field = "Stepper A+", stepper_raw_output1 + field = "Stepper A-", stepper_raw_output2 + field = "Stepper B+", stepper_raw_output3 + field = "Stepper B-", stepper_raw_output4 + + dialog = idleStepperHwType, "" + panel = idleStepperHw, { useStepperIdle && !useHbridgesToDriveIdleStepper && !useRawOutputToDriveIdleStepper } + panel = stepperHbridgeHardware, { useStepperIdle && useHbridgesToDriveIdleStepper && !useRawOutputToDriveIdleStepper } + panel = stepperDirectDriveHardware, { useStepperIdle && !useHbridgesToDriveIdleStepper && useRawOutputToDriveIdleStepper } + + dialog = idleStepperGeneral, "" + field = "Drive stepper with dual H bridges", useHbridgesToDriveIdleStepper, useStepperIdle + field = "Drive stepper with PushPull outputs", useRawOutputToDriveIdleStepper, { useStepperIdle && !useHbridgesToDriveIdleStepper } + field = "Stepper reaction time", idleStepperReactionTime, useStepperIdle + field = "Stepper total steps", idleStepperTotalSteps, useStepperIdle + field = "Stepper parking extra steps, %", stepperParkingExtraSteps, useStepperIdle + field = "Force parking every restart", stepperForceParkingEveryRestart, useStepperIdle + + dialog = idleStepperMicro, "Micro-Stepping" + field = "Stepping Mode", stepperNumMicroSteps, useHbridgesToDriveIdleStepper + field = "Min. Duty Cycle", stepperMinDutyCycle, { useHbridgesToDriveIdleStepper && stepperNumMicroSteps > 1 } + field = "Max. Duty Cycle", stepperMaxDutyCycle, { useHbridgesToDriveIdleStepper && stepperNumMicroSteps > 1 } + + dialog = idleStepper, "Stepper" + panel = idleStepperGeneral + panel = idleStepperHwType + panel = idleStepperMicro + + dialog = idleHwType, "Idle Valve Hardware", yAxis + panel = idleSolenoid + panel = idleStepper + + dialog = idlehw, "", yAxis + field = "!ECU reboot needed to apply these settings" + field = "Use Stepper", useStepperIdle + field = "Double Solenoid Mode", isDoubleSolenoidIdle + field = "Electronic throttle idle range", etbIdleThrottleRange + panel = idleHwType + + dialog = idlePidSettings, "Closed Loop Idle" + field = "P-factor", idleRpmPid_pFactor + field = "I-factor", idleRpmPid_iFactor + field = "derivativeFilterLoss", idle_derivativeFilterLoss + field = "antiwindupFreq", idle_antiwindupFreq + field = "D-factor", idleRpmPid_dFactor + field = "Min", idleRpmPid_minValue + field = "Max", idleRpmPid_maxValue + field = "iTerm Min", idlerpmpid_iTermMin + field = "iTerm Max", idlerpmpid_iTermMax + field = "PID Extra for low RPM", pidExtraForLowRpm + field = idleIncrementalPidCic, idleIncrementalPidCic + field = "use Cic Pid", useCicPidForIdle + field = "Use IAC PID Multiplier Table", useIacPidMultTable + + dialog = idleOpenLoop, "Open Loop Idle" + slider = "Open loop base position", manIdlePosition, horizontal + field = "A/C adder", acIdleExtraOffset + field = "A/C target adder", acIdleRpmBump + field = "Fan #1 adder", fan1ExtraIdle + field = "Fan #2 adder", fan2ExtraIdle + field = "Dashpot/Taper Initial IAC Adder", iacByTpsTaper + + dialog = idleGating, "Idle Detection Thresholds" + field = "TPS threshold", idlePidDeactivationTpsThreshold + field = "RPM upper limit", idlePidRpmUpperLimit + field = "RPM deadzone", idlePidRpmDeadZone + field = "Max vehicle speed", maxIdleVss + + dialog = idleExtra, "Extra Idle Features" + field = "Use idle ignition table", useSeparateAdvanceForIdle + field = "Use idle VE table", useSeparateVeForIdle + field = "Override Idle VE table load axis", idleVeOverrideMode, { useSeparateVeForIdle == 1 } + field = "Use idle tables for cranking taper", useSeparateIdleTablesForCrankingTaper + field = "Use coasting idle table", useIacTableForCoasting + field = "Dashpot coasting-to-idle Hold time", iacByTpsHoldTime + field = "Dashpot coasting-to-idle Decay time", iacByTpsDecayTime + field = "Detailed status in console", isVerboseIAC + + dialog = idleSettings, "", yAxis + field = "Idle control mode", idleMode + + field = "! Solenoid idle control is disabled at zero RPM" + +; gating applies both to open loop and closed loop! + panel = idleGating +; closed loop mode is an addition on top of open loop, so idleOpenLoop stays open even when closed loop is selected + panel = idleOpenLoop + panel = idlePidSettings, { idleMode == 0 } + panel = idleExtra + + dialog = idleTimingPidCorrDialog, "", yAxis + field = "" + field = "Enable closed loop idle ignition timing", useIdleTimingPidControl + field = "" + field = "#Gain is in degrees advance per rpm away from target" + field = "#A good starting point is 0.1 = 10 deg per 100 rpm" + field = "Proportional gain", idleTimingPid_pFactor, {useIdleTimingPidControl == 1} + field = "Derivative gain", idleTimingPid_dFactor, {useIdleTimingPidControl == 1} + field = "" + field = "Min adjustment (retard)", idleTimingPid_minValue, {useIdleTimingPidControl == 1} + field = "Max adjustment (advance)", idleTimingPid_maxValue, {useIdleTimingPidControl == 1} + field = "" + field = "#Use debug mode 'Timing' to view idle timing adjustment" + +; Engine->Fan Settings + dialog = fan1Settings, "Fan 1" + field = "Output", fanPin, 1, { uiMode == 0 || uiMode == 1 } + field = "Output mode", fanPinMode, { uiMode == 0 || uiMode == 1 } + field = "On temperature", fanOnTemperature + field = "Off temperature", fanOffTemperature + field = "Enable with AC", enableFan1WithAc + field = "Disable when engine stopped", disableFan1WhenStopped + field = "Idle adder", fan1ExtraIdle + + dialog = fan2Settings, "Fan 2" + field = "Output", fan2Pin + field = "Output mode", fan2PinMode + field = "On temperature", fan2OnTemperature + field = "Off temperature", fan2OffTemperature + field = "Enable with AC", enableFan2WithAc + field = "Disable when engine stopped", disableFan2WhenStopped + field = "Idle adder", fan2ExtraIdle + + dialog = fanTest, "", xAxis + commandButton = "Test Fan 1", cmd_test_fan_1 + commandButton = "Test Fan 2", cmd_test_fan_2 + + indicatorPanel = fanIndicators, 2 + indicator = { isFanOn }, "fan 1 off", "fan 1 on", white, black, green, black + indicator = { isFan2On }, "fan 2 off", "fan 2 on", white, black, green, black + + dialog = acSettingsWest, "A/C Settings" + field = "A/C switch", acSwitch + field = "A/C switch mode", acSwitchMode + field = "A/C Relay", acRelayPin + field = "A/C Relay Mode", acRelayPinMode + field = "A/C compressor delay", acDelay + field = "Max RPM", maxAcRpm + field = "Max CLT", maxAcClt + field = "Max TPS", maxAcTps + field = "A/C Idle adder", acIdleExtraOffset + field = "A/C RPM adder", acIdleRpmBump + + dialog = acSettings, "", border + panel = acSettingsWest, West + panel = ac_controlIndicatorPanel, East + + dialog = fanSetting, "Fan Settings" + panel = fan1Settings + panel = fan2Settings + panel = fanTest + panel = fanIndicators + + dialog = fuelPumpDialog, "Fuel Pump" + field = "Output", fuelPumpPin + field = "Output mode", fuelPumpPinMode + field = "Prime duration", startUpFuelPumpDuration + commandButton = "Test Fuel Pump", cmd_test_fuel_pump + +; Controller->Actuator Outputs + dialog = mainRelayDialog, "Main relay output" + field = "Output", mainRelayPin + field = "Output mode", mainRelayPinMode + commandButton = "Test Main Relay", cmd_test_main_relay + + dialog = starterRelayDialog, "Starter Disable" + field = "Output", starterRelayDisablePin + field = "Output mode", starterRelayDisablePinMode + commandButton = "Test Starter Disable", cmd_test_starter_disable_relay + + dialog = startStopDialog, "Starter Control" + field = "Start/Stop Button input", startStopButtonPin + field = "Start/Stop Button input mode", startStopButtonMode + field = "Starter Control", starterControlPin, { starterControlPin != 0 || startStopButtonPin != 0} + field = "Start cranking maximum time", startCrankingDuration, {startStopButtonPin != 0} + commandButton = "Test Starter Relay", cmd_test_starter_relay + +; Engine->MIL Settings + dialog = malfunctionDialog, "Check Engine Settings" + field = "Output", malfunctionIndicatorPin + field = "Output mode", malfunctionIndicatorPinMode + field = "Warning Period", warningPeriod + commandButton = "Test Check Engine", cmd_test_check_engine_light + + dialog = tachSettings, "Tachometer output" + field = "Output", tachOutputPin + field = "Output mode", tachOutputPinMode + field = "Pulse Mode", tachPulseDurationAsDutyCycle + field = "Pulse duration", tachPulseDuractionMs + field = "Pulse per Rev", tachPulsePerRev + + dialog = outputsDialogLeft + panel = mainRelayDialog + panel = fuelPumpDialog + panel = tachSettings + + dialog = outputsDialogRight + panel = startStopDialog + panel = starterRelayDialog + panel = malfunctionDialog + + dialog = outputsDialog, "Outputs", border + panel = outputsDialogLeft, West + panel = fanSetting, Center + panel = outputsDialogRight, East + + dialog = statusLeds, "Status LEDs" + field = "Trigger error LED", triggerErrorPin + field = "Debug Trigger Sync", debugTriggerSync + + dialog = softwareKnockCfg, "Sense" + field = "Enable", enableSoftwareKnock + field = "Cylinder Bore", cylinderBore + field = "Knock filter frequency", knockBandCustom, {enableSoftwareKnock} + field = "knockDetectionWindowStart",knockDetectionWindowStart, {enableSoftwareKnock} + field = "knockSamplingDuration", knockSamplingDuration, {enableSoftwareKnock} + + field = "" + field = "Select the nearest sensor for each cylinder" + field = "Cylinder 1", knockBankCyl1, {enableSoftwareKnock} + field = "Cylinder 2", knockBankCyl2, {enableSoftwareKnock && cylindersCount >= 2} + field = "Cylinder 3", knockBankCyl3, {enableSoftwareKnock && cylindersCount >= 3} + field = "Cylinder 4", knockBankCyl4, {enableSoftwareKnock && cylindersCount >= 4} + field = "Cylinder 5", knockBankCyl5, {enableSoftwareKnock && cylindersCount >= 5} + field = "Cylinder 6", knockBankCyl6, {enableSoftwareKnock && cylindersCount >= 6} + field = "Cylinder 7", knockBankCyl7, {enableSoftwareKnock && cylindersCount >= 7} + field = "Cylinder 8", knockBankCyl8, {enableSoftwareKnock && cylindersCount >= 8} + field = "Cylinder 9", knockBankCyl9, {enableSoftwareKnock && cylindersCount >= 9} + field = "Cylinder 10", knockBankCyl10, {enableSoftwareKnock && cylindersCount >= 10} + field = "Cylinder 11", knockBankCyl11, {enableSoftwareKnock && cylindersCount >= 11} + field = "Cylinder 12", knockBankCyl12, {enableSoftwareKnock && cylindersCount >= 12} + + dialog = softwareKnockResponseCfg, "Response" + field = knockRetardAggression, knockRetardAggression + field = knockRetardReapplyRate, knockRetardReapplyRate + + dialog = softwareKnockLeft, "" + panel = softwareKnockCfg + panel = softwareKnockResponseCfg + + dialog = softwareKnock, "Software Knock", border + panel = softwareKnockLeft, West + panel = knockThresholdCurve, Center + +; Engine->hip9011 Settings + dialog = hipFunction, "HIP9011 Settings (knock decoder)" + field = "Enabled", isHip9011Enabled + field = "!ECU reboot needed to apply these settings" + field = "IntHold pin (hip9011 input)", hip9011IntHoldPin, {isHip9011Enabled == 1} + field = "IntHold pin (hip9011 input) mode", hip9011IntHoldPinMode, {isHip9011Enabled == 1} + field = "ChipSelect pin", hip9011CsPin, {isHip9011Enabled == 1} + field = "ChipSelect mode", hip9011CsPinMode, {isHip9011Enabled == 1} + field = "hip Output/stm input", hipOutputChannel, {isHip9011Enabled == 1} + field = "prescaler & SDO", hip9011PrescalerAndSDO, {isHip9011Enabled == 1} + field = "knockDetectionWindowStart", knockDetectionWindowStart, {isHip9011Enabled == 1} + field = "knockDetectionWindowEnd", knockDetectionWindowEnd, {isHip9011Enabled == 1} + field = "cylinder bore (mm)", cylinderBore, {isHip9011Enabled == 1} + field = "Band Freq override", knockBandCustom, {isHip9011Enabled == 1} + field = "SPI device", hip9011SpiDevice, {isHip9011Enabled == 1} + panel = knockThresholdCurve + + dialog = spiFunction, "SPI settings" + field = "!ECU reboot needed to apply these settings" + field = "SPI1 enable", is_enabled_spi_1 + field = "SPI1 MOSI", spi1mosiPin, {is_enabled_spi_1 == 1} + field = "SPI1mosi mode", spi1MosiMode, {is_enabled_spi_1 == 1} + field = "SPI1 MISO", spi1misoPin, {is_enabled_spi_1 == 1} + field = "SPI1miso mode", spi1MisoMode, {is_enabled_spi_1 == 1} + field = "SPI1 SCK", spi1sckPin, {is_enabled_spi_1 == 1} + field = "SPI1sck mode", spi1SckMode, {is_enabled_spi_1 == 1} + + field = "SPI2 enable", is_enabled_spi_2 + field = "SPI2 MOSI", spi2mosiPin, {is_enabled_spi_2 == 1} + field = "SPI2mosi mode", spi2MosiMode, {is_enabled_spi_2 == 1} + field = "SPI2 MISO", spi2misoPin, {is_enabled_spi_2 == 1} + field = "SPI2miso mode", spi2MisoMode, {is_enabled_spi_2 == 1} + field = "SPI2 SCK", spi2sckPin, {is_enabled_spi_2 == 1} + field = "SPI2sck mode", spi2SckMode, {is_enabled_spi_2 == 1} + + field = "SPI3 enable", is_enabled_spi_3 + field = "SPI3 MOSI", spi3mosiPin, {is_enabled_spi_3 == 1} + field = "SPI3mosi mode", spi3MosiMode, {is_enabled_spi_3 == 1} + field = "SPI3 MISO", spi3misoPin, {is_enabled_spi_3 == 1} + field = "SPI3miso mode", spi3MisoMode, {is_enabled_spi_3 == 1} + field = "SPI3 SCK", spi3sckPin, {is_enabled_spi_3 == 1} + field = "SPI3sck mode", spi3SckMode, {is_enabled_spi_3 == 1} + field = "LIS302DLCsPin", LIS302DLCsPin + + dialog = stftPartitioning, "Region Configuration" + field = "Idle region RPM", stft_maxIdleRegionRpm + field = "Overrun region load", stft_maxOverrunLoad + field = "Power region load", stft_minPowerLoad + + dialog = stftPartitionSettingsMain, "Main Region", xAxis + field = "Time const", stft_cellCfgs4_timeConstant + field = "Max add", stft_cellCfgs4_maxAdd + field = "Max remove", stft_cellCfgs4_maxRemove + + dialog = stftPartitionSettingsIdle, "Idle Region", xAxis + field = "Time const", stft_cellCfgs1_timeConstant + field = "Max add", stft_cellCfgs1_maxAdd + field = "Max remove", stft_cellCfgs1_maxRemove + + dialog = stftPartitionSettingsPower, "Power Region", xAxis + field = "Time const", stft_cellCfgs3_timeConstant + field = "Max add", stft_cellCfgs3_maxAdd + field = "Max remove", stft_cellCfgs3_maxRemove + + dialog = stftPartitionSettingsOverrun, "Overrun Region", xAxis + field = "Time const", stft_cellCfgs2_timeConstant + field = "Max add", stft_cellCfgs2_maxAdd + field = "Max remove", stft_cellCfgs2_maxRemove + + dialog = fuelClosedLoopDialog, "Closed loop fuel correction" + field = "Enabled", fuelClosedLoopCorrectionEnabled + + field = "Startup delay" stft_startupDelay, {fuelClosedLoopCorrectionEnabled == 1} + field = "Minimum CLT for correction", stft_minClt, {fuelClosedLoopCorrectionEnabled == 1} + field = "Minimum AFR for correction", stft_minAfr, {fuelClosedLoopCorrectionEnabled == 1} + field = "Maximum AFR for correction", stft_maxAfr, {fuelClosedLoopCorrectionEnabled == 1} + field = "Adjustment deadband", stft_deadband, {fuelClosedLoopCorrectionEnabled == 1} + field = "Ignore error magnitude", stftIgnoreErrorMagnitude, {fuelClosedLoopCorrectionEnabled == 1} + + panel = stftPartitioning, {fuelClosedLoopCorrectionEnabled == 1} + panel = stftPartitionSettingsMain, {fuelClosedLoopCorrectionEnabled == 1} + panel = stftPartitionSettingsIdle, {fuelClosedLoopCorrectionEnabled == 1} + panel = stftPartitionSettingsPower, {fuelClosedLoopCorrectionEnabled == 1} + panel = stftPartitionSettingsOverrun, {fuelClosedLoopCorrectionEnabled == 1} + + dialog = lambdaProtectionLeft, "" + field = "Enable lambda protection", lambdaProtectionEnable + field = "Check above load", lambdaProtectionMinLoad, { lambdaProtectionEnable } + field = "and above TPS", lambdaProtectionMinTps, { lambdaProtectionEnable } + field = "and above RPM", lambdaProtectionMinRpm, { lambdaProtectionEnable } + field = "and after delay", lambdaProtectionTimeout { lambdaProtectionEnable } + field = "Then cut fuel until:" + field = "Load less than", lambdaProtectionRestoreLoad, { lambdaProtectionEnable } + field = "and TPS less than", lambdaProtectionRestoreTps, { lambdaProtectionEnable } + field = "and RPM less than", lambdaProtectionRestoreRpm, { lambdaProtectionEnable } + + dialog = lambdaProtectionRight, "Lambda Difference Table" + panel = lambdaMaxDeviationTableTbl + + dialog = lambdaProtection, "Lambda Protection", border + panel = lambdaProtectionLeft, West + panel = lambdaProtectionRight, East + + dialog = vvtPidDialog0, "Configuration" + field = "Activation Delay", vvtActivationDelayMs + field = "Do not control below RPM", vvtControlMinRpm + field = "VVT solenoid bank 1 intake", vvtPins1 + field = "VVT solenoid bank 1 exhaust", vvtPins2 + field = "VVT solenoid bank 2 intake", vvtPins3 + field = "VVT solenoid bank 2 exhaust", vvtPins4 + field = "PWM frequency", vvtOutputFrequency, {vvtPins1 != 0 || vvtPins2 != 0} + field = "VVT solenoid intake cams control direction", invertVvtControlIntake, { vvtPins1 != 0 || vvtPins3 != 0 } + field = "VVT solenoid exhaust cams control direction", invertVvtControlExhaust, { vvtPins2 != 0 || vvtPins4 != 0 } + + dialog = vvtPidDialog1, "Intake PID" + field = "offset", auxPid1_offset, {vvtPins1 != 0} + field = "P factor", auxPid1_pFactor, {vvtPins1 != 0} + field = "I factor", auxPid1_iFactor, {vvtPins1 != 0} + field = "D factor", auxPid1_dFactor, {vvtPins1 != 0} + field = "Min", auxPid1_minValue, {vvtPins1 != 0} + field = "Max", auxPid1_maxValue, {vvtPins1 != 0} + commandButton = "VVT 1", cmd_test_vvt0_valve + commandButton = "VVT 2", cmd_test_vvt2_valve + + dialog = vvtPidDialog2, "Exhaust PID" + field = "offset", auxPid2_offset, {vvtPins2 != 0} + field = "P factor", auxPid2_pFactor, {vvtPins2 != 0} + field = "I factor", auxPid2_iFactor, {vvtPins2 != 0} + field = "D factor", auxPid2_dFactor, {vvtPins2 != 0} + field = "Min", auxPid2_minValue, {vvtPins2 != 0} + field = "Max", auxPid2_maxValue, {vvtPins2 != 0} + commandButton = "VVT 1", cmd_test_vvt1_valve + commandButton = "VVT 2", cmd_test_vvt3_valve + + dialog = vvtPidDialog, "VVT Configuration & PID", border + panel = vvtPidDialog0, West + panel = vvtPidDialog1, Center + panel = vvtPidDialog2, East + +; Engine->Battery & Alternator + dialog = batteryDialog, "Battery Settings", yAxis + field = "vBatt ADC input", vbattAdcChannel + field = "Battery Input Divider Coefficient", vbattDividerCoeff + dialog = alternator, "Alternator Settings", yAxis + field = "Enabled", isAlternatorControlEnabled + field = "Target", targetVBatt, {isAlternatorControlEnabled == 1} + field = "Control output", alternatorControlPin, {isAlternatorControlEnabled == 1} + field = "Control output mode", alternatorControlPinMode, {isAlternatorControlEnabled == 1} + field = "PWM frequency", alternatorPwmFrequency, {isAlternatorControlEnabled == 1} + field = "Off Above TPS", alternatorOffAboveTps, {isAlternatorControlEnabled == 1} + field = "A/C duty adder", acRelayAlternatorDutyAdder, {isAlternatorControlEnabled == 1} + field = "Detailed status in console", isVerboseAlternator, {isAlternatorControlEnabled == 1} + field = "#PID control" + field = "offset", alternatorControl_offset, {isAlternatorControlEnabled == 1} + field = "P factor", alternatorControl_pFactor, {isAlternatorControlEnabled == 1} + field = "I factor", alternatorControl_iFactor, {isAlternatorControlEnabled == 1} + field = "D factor", alternatorControl_dFactor, {isAlternatorControlEnabled == 1} + field = "Min", alternatorControl_minValue, {isAlternatorControlEnabled == 1} + field = "Max", alternatorControl_maxValue, {isAlternatorControlEnabled == 1} + field = "#% duty = Pterm + Iterm + Dterm + offset%" + + dialog = energySystems, "Battery and Alternator Settings", yAxis + panel = alternator + + dialog = speedSensorAnalog, "Speed sensor" + field = "Input", vehicleSpeedSensorInputPin + field = "Filter parameter", vssFilterReciprocal, { vehicleSpeedSensorInputPin != 0 } + +; +; We prefer quantities that users can actually measure or inspect without math, so we have +; two separate natural settings here without one 'sensor tooth to wheel revolution' ratio +; + field = "Wheel revolutions per kilometer", driveWheelRevPerKm + field = "Speed sensor gear ratio", vssGearRatio, { vehicleSpeedSensorInputPin != 0 } + field = "Speed sensor tooth count", vssToothCount, { vehicleSpeedSensorInputPin != 0 } + + dialog = speedSensorCan, "CAN Vehicle Speed" + field = "Enable CAN VSS", enableCanVss, { canReadEnabled } + field = "VSS CAN message type", canVssNbcType, { enableCanVss } + + dialog = speedSensorLeft, "", yAxis + panel = speedSensorAnalog, { enableCanVss == 0 } + panel = speedSensorCan + + dialog = gearDetection, "Gear Detection" + field = "Wheel revolutions per kilometer", driveWheelRevPerKm + field = "Final drive ratio", finalGearRatio + field = "" + field = "Forward gear count", totalGearsCount + field = "" + field = "1st gear", gearRatio1, { totalGearsCount >= 1 } + field = "2nd gear", gearRatio2, { totalGearsCount >= 2 } + field = "3rd gear", gearRatio3, { totalGearsCount >= 3 } + field = "4th gear", gearRatio4, { totalGearsCount >= 4 } + field = "5th gear", gearRatio5, { totalGearsCount >= 5 } + field = "6th gear", gearRatio6, { totalGearsCount >= 6 } + field = "7th gear", gearRatio7, { totalGearsCount >= 7 } + field = "8th gear", gearRatio8, { totalGearsCount >= 8 } + + dialog = speedSensor, "Speed sensor", xAxis + panel = speedSensorLeft + gauge = VSSGauge + panel = gearDetection + +; Engine->Other inputs + dialog = analogInputSettings, "Analog Input Settings" + field = "!ECU reboot needed to apply these settings" + field = "Use fixed baro corr from MAP", useFixedBaroCorrFromMap + + +; Board->Connection + dialog = tsPort, "Calibration Secondary Serial" + field = "tunerStudioSerialSpeed", tunerStudioSerialSpeed + field = "TX pin", binarySerialTxPin + field = "RX pin", binarySerialRxPin + + dialog = canHw1, "Primary CAN" + field = "Verbose Can", verboseCan + field = "Bitrate", canBaudRate + field = "Allow OpenBLT", canOpenBLT + + dialog = canHw2, "Secondary CAN" + field = "Verbose Can2", verboseCan2 + field = "Bitrate", can2BaudRate + field = "Allow OpenBLT", can2OpenBLT + + dialog = canBus, "CAN Bus" + field = "CAN read enabled", canReadEnabled + field = "CAN write enabled", canWriteEnabled + field = "CAN dash type", canNbcType + field = "inertia measurement unit", imuType + field = "Enable rusEFI CAN broadcast", enableVerboseCanTx + field = "rusEFI CAN data bus", canBroadcastUseChannelTwo + field = "rusEFI CAN data base address", verboseCanBaseAddress + field = "rusEFI CAN data address type", rusefiVerbose29b + field = "rusEFI CAN data period", canSleepPeriodMs + + dialog = canBus2, "Secondary CAN Bus" + + dialog = canBusMain, "CAN Bus Communication", yAxis + panel = canBus + + panel = canHw1 + + dialog = auxSerial, "AUX Sensor Serial" + field = "RX pin", auxSerialRxPin + field = "TX pin", auxSerialTxPin + field = "Serial Baud Rate", auxSerialSpeed + + dialog = sdCard, "SD Card Logger" + field = "#rusEFI logs to SD when powered without USB connected" + field = "#rusEFI connects SD to your PC when powered by USB" + field = "Enable SD Card", isSdCardEnabled + field = "CS Pin", sdCardCsPin + field = "SPI", sdCardSpiDevice + field = "SD logger rate", sdCardLogFrequency + field = "SD logger mode", sdTriggerLog + + dialog = tle8888, "TLE8888", yAxis + field = "Mode", tle8888mode + field = "useTLE8888 cranking reset hack", useTLE8888_cranking_hack + field = "useTLE8888 stepper", useTLE8888_stepper + commandButton = "Reinit", cmd_tle8888_init + + dialog = connection, "", yAxis + panel = tsPort + field = "uartConsoleSerialSpeed", uartConsoleSerialSpeed + panel = auxSerial + field = enableKline, enableKline + + dialog = monitoringSettings, "rusEFI Console Settings" + field = "Sensor Sniffer", sensorChartMode + field = " Threshold", sensorSnifferRpmThreshold + field = "Engine Sniffer Threshold", engineSnifferRpmThreshold + + dialog = generalSettings, "Fuel" + field = "!https://rusefi.com/s/fuel" + field = "Fuel strategy", fuelAlgorithm + + dialog = debugging, "Debug" + field = "!https://rusefi.com/s/debugmode" + field = "Debug mode", debugMode + + dialog = limitsSettings, "Limits" + field = "Cut fuel on RPM limit", cutFuelOnHardLimit + field = "Cut spark on RPM limit", cutSparkOnHardLimit + field = "Use CLT-based RPM limit curve", useCltBasedRpmLimit, { cutFuelOnHardLimit || cutSparkOnHardLimit } + field = "RPM hard limit", rpmHardLimit, { (cutFuelOnHardLimit || cutSparkOnHardLimit) && !useCltBasedRpmLimit } + field = "RPM limit hysteresis", rpmHardLimitHyst + field = "Boost cut pressure", boostCutPressure + field = "Boost cut pressure hysteresis", boostCutPressureHyst + field = "Minimum oil pressure after start", minOilPressureAfterStart + + dialog = softRpmLimitSettings, "Soft RPM Limit" + field = "Window size", rpmSoftLimitWindowSize + field = "Timing retard", rpmSoftLimitTimingRetard, { cutSparkOnHardLimit } + field = "Fuel added", rpmSoftLimitFuelAdded, { cutFuelOnHardLimit } + + dialog = etbLimits, "Electronic Throttle Limiting" + field = "Smoothly close the throttle to limit RPM." + field = "Soft limiter start", etbRevLimitStart + field = "Soft limiter range", etbRevLimitRange + + dialog = limitsAndFallbackLeft + panel = limitsSettings + panel = softRpmLimitSettings, West, { (cutFuelOnHardLimit || cutSparkOnHardLimit) && !useCltBasedRpmLimit } + panel = etbLimits + + dialog = limitsAndFallbackCenter, "CLT-based RPM Limit" + panel = cltRevLimitCurve + + dialog = limitsAndFallback, "Limits and fallbacks", border + panel = limitsAndFallbackLeft, West + panel = limitsAndFallbackCenter, Center, { (cutFuelOnHardLimit || cutSparkOnHardLimit) && useCltBasedRpmLimit } + +; Engine->Base Engine Settings + dialog = engineChars, "Base Engine Settings" + topicHelp = "baseHelp" + panel = baseEngineConfig + panel = engineMetadata + panel = generalSettings + panel = debugging + + dialog = crankingFuel, "Fuel" + field = "Injection mode", crankingInjectionMode + field = "Fuel Source For Cranking", useRunningMathForCranking + field = "Base fuel mass", cranking_baseFuel, {useRunningMathForCranking == 0} + + dialog = crankingIAC, "Idle air valve" + field = "Cranking base IAC position", crankingIACposition + field = "After cranking IAC taper duration",afterCrankingIACtaperDuration + field = "Override cranking IAC CLT multiplier", overrideCrankingIacSetting + + dialog = crankingIgnition, "Ignition" + field = "Timing Advance mode", useSeparateAdvanceForCranking + field = "Fixed cranking advance", crankingTimingAngle, {useSeparateAdvanceForCranking == 0} + field = "Fixed Cranking Dwell", ignitionDwellForCrankingMs + + dialog = postCrankingEnrichment, "After start enrichment" + field = "Post-Cranking factor", postCrankingFactor + field = "Duration", postCrankingDurationSec + + dialog = primingFuelPulsePanel, "Priming fuel pulse" + field = "Priming delay", primingDelay + panel = primingPulse + + dialog = crankingAdv, "Advanced" + field = "Enable flood clear", isCylinderCleanupEnabled + field = "Enable faster engine spin-up", isFasterEngineSpinUpEnabled + field = "Use Advance Corrections for cranking", useAdvanceCorrectionsForCranking + field = "Use Flex Fuel cranking table", flexCranking + +; Cranking->Cranking Settings + dialog = crankingDialog, "Cranking Settings" + field = "Cranking RPM limit", cranking_rpm + panel = crankingFuel + panel = crankingIgnition + panel = crankingIAC + panel = crankingAdv + + dialog = TpsAccelPanel, "TPS" + field = "Set 'Debug Mode' to see detailed 'TPS acceleration enrichment' diagnostics" + field = "Length", tpsAccelLookback + field = "Accel Threshold", tpsAccelEnrichmentThreshold + field = "Decel Threshold", tpsDecelEnleanmentThreshold +; field = "Decel Multiplier", tpsDecelEnleanmentMultiplier + field = "#Accelerator Pump model:" + field = "Fraction Period", tpsAccelFractionPeriod + field = "Fraction Divisor", tpsAccelFractionDivisor + + dialog = WallWettingAccelPanel, "Wall Wetting (alpha version)" + field = "Wall fueling model type", complexWallModel + field = "evaporation time constant / tau", wwaeTau, { complexWallModel == 0 } + field = "added to wall coef / beta", wwaeBeta, { complexWallModel == 0 } + + +; Tuning->AccelEnrichment + dialog = AccelEnrich, "Accel/Decel Enrichment" + panel = TpsAccelPanel + panel = WallWettingAccelPanel + field = "No accel after RPM hard limit", noAccelAfterHardLimitPeriodSecs + + + dialog = wwTauCurves, "Wall wetting AE evaporation time" + field = "#Set a base evaporation time based on coolant temperature, and a multiplier based on MAP." + panel = wwTauCltCurve + panel = wwTauMapCurve + + dialog = wwBetaCurves, "Wall wetting AE impact fraction" + field = "#Set a base impact fraction based on coolant temperature, and a multiplier based on MAP." + panel = wwBetaCltCurve + panel = wwBetaMapCurve + + dialog = auxValvesIO, "Outputs" + field = "aux valve #1", auxValves1 + field = "aux valve #2", auxValves2 + + dialog = scriptSetting, "Setting" + field = "!Use rusEFI console for Lua script editing" + field = "Set number is not associated with the output number." + field = "Set number, only the cell number with some numbers." + field = "Name #1", scriptSettingName1 + field = "Setting #1", scriptSetting1 + field = "Name #2", scriptSettingName2 + field = "Setting #2", scriptSetting2 + field = "Name #3", scriptSettingName3 + field = "Setting #3", scriptSetting3 + field = "Name #4", scriptSettingName4 + field = "Setting #4", scriptSetting4 + field = "Name #5", scriptSettingName5 + field = "Setting #5", scriptSetting5 + field = "Name #6", scriptSettingName6 + field = "Setting #6", scriptSetting6 + + dialog = scriptSettingDialog, "Script Settings", border + panel = scriptSetting, East + + dialog = luaDigitalInputsLeftDialog + field = "Digital #1", luaDigitalInputPins1 + field = "Digital #2", luaDigitalInputPins2 + field = "Digital #3", luaDigitalInputPins3 + field = "Digital #4", luaDigitalInputPins4 + field = "Digital #5", luaDigitalInputPins5 + field = "Digital #6", luaDigitalInputPins6 + field = "Digital #7", luaDigitalInputPins7 + field = "Digital #8", luaDigitalInputPins8 + + dialog = luaDigitalInputsRightDialog + field = "Mode #1", luaDigitalInputPinModes1 + field = "Mode #2", luaDigitalInputPinModes2 + field = "Mode #3", luaDigitalInputPinModes3 + field = "Mode #4", luaDigitalInputPinModes4 + field = "Mode #5", luaDigitalInputPinModes5 + field = "Mode #6", luaDigitalInputPinModes6 + field = "Mode #7", luaDigitalInputPinModes7 + field = "Mode #8", luaDigitalInputPinModes8 + + dialog = luaDigitalInputsDialog, "Lua Digital Aux Inputs", border + panel = luaDigitalInputsLeftDialog, West + panel = luaDigitalInputsRightDialog, East + + dialog = auxInputsDialog, "Lua Analog Inputs" + field = "ADC #1", auxAnalogInputs1 + field = "ADC #2", auxAnalogInputs2 + field = "ADC #3", auxAnalogInputs3 + field = "ADC #4", auxAnalogInputs4 + field = "ADC #5", auxAnalogInputs5 + field = "ADC #6", auxAnalogInputs6 + field = "ADC #7", auxAnalogInputs7 + field = "ADC #8", auxAnalogInputs8 + + dialog = luaOutputs, "Lua Outputs" + field = "!Use rusEFI console for Lua script editing" + field = "#Call startPwm to initialize, then call" + field = "#setPwmDuty and setPwmFreq to vary duty/freq" + field = "#See rusefi.com/s/lua for more info" + field = "output #0", luaOutputPins1 + field = "output #1", luaOutputPins2 + field = "output #2", luaOutputPins3 + field = "output #3", luaOutputPins4 + field = "output #4", luaOutputPins5 + field = "output #5", luaOutputPins6 + field = "output #6", luaOutputPins7 + field = "output #7", luaOutputPins8 + + dialog = transmissionPanel + field = "TCU Enabled" tcuEnabled + field = "Gear Controller" gearControllerMode, { tcuEnabled } + field = "Transmission Controller" transmissionControllerMode, { tcuEnabled } + + dialog = shiftSolenoidPanel, "Shift Solenoids" + field = "Solenoid 1 output" tcu_solenoid1, { tcuEnabled && (transmissionControllerMode == 1 || transmissionControllerMode == 2) } + field = "Solenoid 1 output Mode" tcu_solenoid_mode1, { tcuEnabled && (transmissionControllerMode == 1 || transmissionControllerMode == 2) } + field = "Solenoid 2 output" tcu_solenoid2, { tcuEnabled && (transmissionControllerMode == 1 || transmissionControllerMode == 2) } + field = "Solenoid 2 output Mode" tcu_solenoid_mode2, { tcuEnabled && (transmissionControllerMode == 1 || transmissionControllerMode == 2) } + field = "Solenoid 3 output" tcu_solenoid3, { tcuEnabled && (transmissionControllerMode == 1 || transmissionControllerMode == 2) } + field = "Solenoid 3 output Mode" tcu_solenoid_mode3, { tcuEnabled && (transmissionControllerMode == 1 || transmissionControllerMode == 2) } + field = "Solenoid 4 output" tcu_solenoid4, { tcuEnabled && (transmissionControllerMode == 1 || transmissionControllerMode == 2) } + field = "Solenoid 4 output Mode" tcu_solenoid_mode4, { tcuEnabled && (transmissionControllerMode == 1 || transmissionControllerMode == 2) } + field = "Solenoid 5 output" tcu_solenoid5, { tcuEnabled && (transmissionControllerMode == 1 || transmissionControllerMode == 2) } + field = "Solenoid 5 output Mode" tcu_solenoid_mode5, { tcuEnabled && (transmissionControllerMode == 1 || transmissionControllerMode == 2) } + field = "Solenoid 6 output" tcu_solenoid6, { tcuEnabled && (transmissionControllerMode == 1 || transmissionControllerMode == 2) } + field = "Solenoid 6 output Mode" tcu_solenoid_mode6, { tcuEnabled && (transmissionControllerMode == 1 || transmissionControllerMode == 2) } + field = "3-2 Solenoid output" tcu_32_solenoid_pin, { tcuEnabled && (transmissionControllerMode == 2) } + field = "3-2 Solenoid output mode" tcu_32_solenoid_pin_mode, { tcuEnabled && (transmissionControllerMode == 2) } + field = "3-2 Solenoid Frequency" tcu_32_solenoid_freq, { tcuEnabled && (transmissionControllerMode == 2) } + + dialog = otherSolenoidPanel, "Other Solenoids" + field = "TCC On/Off Solenoid Pin" tcu_tcc_onoff_solenoid, { tcuEnabled && (transmissionControllerMode == 2) } + field = "TCC On/Off Solenoid Pin Mode" tcu_tcc_onoff_solenoid_mode, { tcuEnabled && (transmissionControllerMode == 2) } + field = "TCC PWM Solenoid Pin" tcu_tcc_pwm_solenoid, { tcuEnabled && (transmissionControllerMode == 2) } + field = "TCC PWM Solenoid Pin Mode" tcu_tcc_pwm_solenoid_mode, { tcuEnabled && (transmissionControllerMode == 2) } + field = "TCC PWM Solenoid Frequency" tcu_tcc_pwm_solenoid_freq, { tcuEnabled && (transmissionControllerMode == 2) } + field = "Pressure Control Solenoid Pin" tcu_pc_solenoid_pin, { tcuEnabled && (transmissionControllerMode == 2) } + field = "Pressure Control Solenoid Pin Mode" tcu_pc_solenoid_pin_mode, { tcuEnabled && (transmissionControllerMode == 2) } + field = "Pressure Control Solenoid Frequency" tcu_pc_solenoid_freq, { tcuEnabled && (transmissionControllerMode == 2) } + + dialog = buttonShiftInputPanel, "Switch/Button Shift" + field = "Upshift Pin" tcuUpshiftButtonPin, { tcuEnabled && gearControllerMode == 1 } + field = "Upshift Pin Mode" tcuUpshiftButtonPinMode, { tcuEnabled && gearControllerMode == 1 } + field = "Downshift Pin" tcuDownshiftButtonPin, { tcuEnabled && gearControllerMode == 1 } + field = "Downshift Pin Mode" tcuDownshiftButtonPinMode, { tcuEnabled && gearControllerMode == 1 } + + dialog = inputSpeedSensorPanel, "Input Speed Sensor" + field = "Input Pin", tcuInputSpeedSensorPin + field = "Filter parameter", issFilterReciprocal, { tcuInputSpeedSensorPin != 0 } + field = "Tooth Count", tcuInputSpeedSensorTeeth + +dialog = rangeMatrixInputPanel, "Range Selector Inputs" + field = "Input 1 Pin", tcu_rangeInput1, { tcuEnabled } + field = "Input 1 Pin Mode", tcu_rangeInputMode1, { tcuEnabled } + field = "Input 2 Pin", tcu_rangeInput2, { tcuEnabled } + field = "Input 2 Pin Mode", tcu_rangeInputMode2, { tcuEnabled } + field = "Input 3 Pin", tcu_rangeInput3, { tcuEnabled } + field = "Input 3 Pin Mode", tcu_rangeInputMode3, { tcuEnabled } + field = "Input 4 Pin", tcu_rangeInput4, { tcuEnabled } + field = "Input 4 Pin Mode", tcu_rangeInputMode4, { tcuEnabled } + +dialog = tcuControls, "Transmission Settings" + panel = transmissionPanel + panel = shiftSolenoidPanel + panel = otherSolenoidPanel + + dialog = gearControls, "Gear Selection Settings" + panel = buttonShiftInputPanel + panel = rangeMatrixInputPanel + + dialog = inputSpeedSensor, "Input Speed Sensor" + panel = inputSpeedSensorPanel + + dialog = tccCurves, "TCC Lock/Unlock Speed" + panel = tccLockCurve + + dialog = pcPerGearDialog, "Line Pressure Per Gear Steady State" + panel = pcPerGearCurve + + dialog = pcPerShiftDialog, "Line Pressure Per Shift" + panel = pcPerShiftCurve + + dialog = 32Dialog, "3-2 Shift Solenoid Percent by Speed" + panel = 32Curve + + dialog = rangeMatrixDocumentation, "Cell Values" + field = "0 = this pin must be low to reach this state" + field = "1 = this pin must be high to reach this state" + field = "2 = this pin is ignored for reaching this state" + field = "3 = this state is unreachable" + + dialog = rangeMatrixDialog, "Range Selector Input Matrix", border + panel = rangeMatrix, Center + panel = rangeMatrixDocumentation, South + +;Boost Open Loop + + dialog = boostDialog, "" + field = "Enable", isBoostControlEnabled + field = "Control Mode", boostType, { isBoostControlEnabled } + field = "Output", boostControlPin, { boostControlPin != 0 || isBoostControlEnabled } + field = "Output Mode", boostControlPinMode, { isBoostControlEnabled } + field = "Frequency", boostPwmFrequency, { isBoostControlEnabled } + field = "Safe duty cycle", boostControlSafeDutyCycle, { isBoostControlEnabled } + field = "No boost control below RPM", boostControlMinRpm, { isBoostControlEnabled } + field = "No boost control below TPS", boostControlMinTps, { isBoostControlEnabled } + field = "No boost control below MAP", boostControlMinMap, { isBoostControlEnabled } + + dialog = boostOpenLoopDialog, "", border + panel = boostTableTbl, Center + + dialog = boostOpenLoopGearAdderDialog, "", border + panel = boostOpenLoopGearAdderCurve, Center + +;Boost Closed Loop + + dialog = boostPidDialog, "" + topicHelp = "boostPidHelp" + field = "Enable closed loop above", minimumBoostClosedLoopMap, { isBoostControlEnabled && boostType == 1 } + field = "P Gain", boostPid_pFactor, { isBoostControlEnabled && boostType == 1 } + field = "I Gain", boostPid_iFactor, { isBoostControlEnabled && boostType == 1 } + field = "D Gain", boostPid_dFactor, { isBoostControlEnabled && boostType == 1 } + field = "Min adjustment", boostPid_minValue, { isBoostControlEnabled && boostType == 1 } + field = "Max adjustment", boostPid_maxValue, { isBoostControlEnabled && boostType == 1 } + + dialog = boostTargetDialog, "", card + panel = boostTable2Tbl + + dialog = boostEtbPid, "" + field = "This PID is controlling how DC motor reaches desired position" + field = "" + field = "!This section is for advanced users only!" + field = "H-Bridge #1 function", etbFunctions1 + field = "H-Bridge #2 function", etbFunctions2 + field = "P gain", etbWastegatePid_pFactor, { isBoostControlEnabled } + field = "I gain", etbWastegatePid_iFactor, { isBoostControlEnabled } + field = "D gain", etbWastegatePid_dFactor, { isBoostControlEnabled } + field = "PID min", etbWastegatePid_minValue, { isBoostControlEnabled } + field = "PID max", etbWastegatePid_maxValue, { isBoostControlEnabled } + + help = boostPidHelp, "Boost Control PID" + text = "P = % per kPa error" + text = "I = % per kPa-seconds" + text = "D = % per kPa/sec" + text = "" + text = "If the boost error is 5kpa, and your P is set to 2, it will make a correction of 10%." + text = "If the boost error has been 5kPa for 2 second (10 kPa-seconds) and I is set to 0.1, it will make a correction of 1%" + text = "If the boost is changing at 10kPa/s and D is set to 0.5, it will make a correction of 5%." + text = "Those three terms are then added together, and limited by the PID min/max settings." + text = "" + text = "That is then added to the value from the open loop table, and sent to PWM the valve." + + help = veTableDialogHelp, "Volumetric Efficiency" + text = "Volumetric Efficiency is used to calculate fuel in Speed Density mode. VE incorporates pressure ratio as measured by MAP sensor in boost (no VE ever above 105%ish)" + webHelp = "https://rusefi.com/s/fuel" + + help = stepperHbridgeHardwareHelp, "Stepper driven by Dual H-bridge" + text = "In case you are using two H-bridges driving 4-wire stepper. H-brigde control signals connected to MCU pins configured here." + + help = idleStepperHwHelp, "Stepper drivern by step motor driver IC" + text = "In case you have some special IC that drives your stepper. MCU to IC control signals (DIR/STEP/EN) configured here" + + help = stepperDirectDriveHardwareHelp, "Stepper driven by 4 Push-Pull/Pull outputs" + text = "In case you have 4/6-wire stepper driven by 4 ECU outputs in Push-Pull or Pull mode. Set ECU outputs used for each phase here." + + help = iatFuelCorrCurveHelp, "IAT Fuel Correction" + text = "Charge temperature estimation coefficient is the more proper way to handle IAT for fuel purposes" + text = "Open question who if anyone needs IAT Fuel Correction when" + + help = fuelHelp, "Fuel Control" + text = "More about fuel control on the web" + webHelp = "https://rusefi.com/s/fuel" + + help = triggerHelp, "Trigger Settings" + text = "More about Trigger Settings on the web" + webHelp = "https://rusefi.com/s/trigger" + + help = etbHelp, "ETB Control" + text = "More about electronic throttle body on the web" + webHelp = "https://rusefi.com/s/etb" + + help = vrThresholdHelp, "VR Sensor Threshold" + text = "This is about rusEFI VR Discrete decoder" + webHelp = "https://rusefi.com/" + + help = tpsTpsHelp, "Acceleration Enrichment" + text = "More about Tps To Tps acceleration on the web" + webHelp = "https://rusefi.com/s/tpstps" + + help = baseHelp, "Base Settings Control" + text = "More about rusefi on the web" + webHelp = "https://rusefi.com/" + + dialog = veTableDialog + topicHelp = "veTableDialogHelp" + panel = veTableTbl, South + + dialog = veTableDialog3D, "VE Table" + topicHelp = "veTableDialogHelp" + panel = veTableMap, South + + dialog = etbPidDialog, "PID settings" + field = "pFactor", etb_pFactor + field = "iFactor", etb_iFactor + field = "dFactor", etb_dFactor + field = "pid min", etb_minValue + field = "pid max", etb_maxValue + field = "iTermMin", etb_iTermMin + field = "iTermMax", etb_iTermMax + + dialog = etbIdleDialog, "ETB Idle" + field = "ETB idle maximum angle", etbIdleThrottleRange + + dialog = etbDialogLeft + field = "https://rusefi.com/s/etb" + field = "Disable ETB if engine is stopped", disableEtbWhenEngineStopped + field = "Disable ETB Motor", pauseEtbControl + field = "H-Bridge #1 function", etbFunctions1 + field = "H-Bridge #2 function", etbFunctions2 + field = "PWM Frequency", etbFreq + field = "Minimum ETB position", etbMinimumPosition + field = "Maximum ETB position", etbMaximumPosition + field = "Jam detection integrator max", etbJamIntegratorLimit + field = "Jam detection timeout period", etbJamTimeout + field = "Duty Averaging Length", etbExpAverageLength + field = "Rate of change Averaging Length", etbRocExpAverageLength + ; we need the term about stepper idle in here, because there's a bug in TS that you can't have different visibility + ; criteria for the same panel when used in multiple places + ; todo: report bug to TS? + ; another todo: split panel into two panels so that we can enable/disable h-bridge #1 separately from h-bridge #2 + + dialog = etbAutotune, "PID Autotune" + field = "First step: calibrate TPS and hit 'Burn'" + commandButton = "Auto Calibrate ETB 1", cmd_etb_auto_calibrate, {etb1configured == 1 && tps1_1AdcChannel != 0 && calibrationMode == 0} + commandButton = "Auto Calibrate ETB 2", cmd_etb_auto_calibrate_2, {etb2configured == 1 && tps2_1AdcChannel != 0 && calibrationMode == 0} + field = "Second step" + commandButton = "Start ETB PID Autotune", cmd_etb_autotune, {(etb1configured == 1 || etb2configured == 1) && calibrationMode = 0} + commandButton = "Stop ETB PID Autotune", cmd_etb_autotune_stop, {(etb1configured == 1 || etb2configured == 1) && calibrationMode >= 3 && calibrationMode <= 5} + + field = "!Set debug mode below to 'ETB Autotune' to show more detail" + field = "Debug mode", debugMode + + dialog = etbDialogRight + panel = etbIdleDialog,{ etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + commandButton = "Reset ETB", cmd_etb_reset + panel = etbPidDialog, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + panel = etbAutotune, { etbFunctions1 == 1 || etbFunctions1 == 2 || etbFunctions2 == 1 || etbFunctions2 == 2 } + + dialog = etbDialog, "Electronic Throttle Body", border + topicHelp = "etbHelp" + panel = etbDialogLeft, West + panel = etbDialogRight, East + + dialog = testSpark, "Spark" + commandButton = "Spark #1", cmd_test_spk1 + commandButton = "Spark #2", cmd_test_spk2, { cylindersCount >= 2 } + commandButton = "Spark #3", cmd_test_spk3, { cylindersCount >= 3 } + commandButton = "Spark #4", cmd_test_spk4, { cylindersCount >= 4 } + commandButton = "Spark #5", cmd_test_spk5, { cylindersCount >= 5 } + commandButton = "Spark #6", cmd_test_spk6, { cylindersCount >= 6 } + commandButton = "Spark #7", cmd_test_spk7, { cylindersCount >= 7 } + commandButton = "Spark #8", cmd_test_spk8, { cylindersCount >= 8 } + commandButton = "Spark #9", cmd_test_spk9, { cylindersCount >= 9 } + commandButton = "Spark #10", cmd_test_spk10, { cylindersCount >= 10 } + commandButton = "Spark #11", cmd_test_spk11, { cylindersCount >= 11 } + commandButton = "Spark #12", cmd_test_spk12, { cylindersCount >= 12 } + commandButton = "Abort test", cmd_test_cancel + + dialog = testMisc, "Misc" + commandButton = "A/C Relay", cmd_test_ac_relay + commandButton = "Idle Air Valve", cmd_test_idle_valve + commandButton = "Idle Second Air Valve", cmd_test_second_idle_valve + commandButton = "HPFP Valve", cmd_test_hpfp_valve + commandButton = "Stop Engine", cmd_stop_engine + commandButton = "Write Config", cmd_write_config + commandButton = "Reset ECU", cmd_reset_controller + commandButton = "Reset to DFU", cmd_dfu + commandButton = "Reset to OpenBLT", cmd_openblt + commandButton = "No flash Burn mode", cmd_burn_without_flash + + ; bench test + dialog = ioTest, "Bench Test & Commands", xAxis + panel = testSpark + panel = testInjectors + panel = testOther + panel = testLuaOut + panel = testMisc + + ; Injectors test + dialog = injTest_l, "Output test modes", yAxis + field = "Iterations", benchTestCount + field = "ON time", benchTestOffTime + field = "OFF time", benchTestOnTime + + dialog = injTest_r, "Reference gauges", yAxis + gauge = VBattGauge,North + gauge = testBenchIterGauge,South + + dialog = injTest, "", xAxis + panel = injTest_l + panel = injTest_r + + dialog = widebandConfig, "rusEFI Wideband Config" + field = "!Please connect exactly one wideband controller before pressing these buttons!" + commandButton = "Update Firmware", cmd_wideband_firmare_update + field = "!These buttons will set ALL connected controllers to the specified index." + field = "!Disconnect all controllers you don't want to set!" + commandButton = "Set Index 0", cmd_set_wideband_idx_0 + commandButton = "Set Index 1", cmd_set_wideband_idx_1 + field = "Wideband CAN bus", widebandOnSecondBus + field = "Force O2 sensor heating", forceO2Heating + + dialog = engineTypeDialog, "Popular vehicles" + field = "!These buttons send a command to rusEFI controller to apply preset values" + field = "!Once you send the command, please reconnect to rusEFI controller in order to read fresh values" + + commandButton = "Mitsubishi 3A92", cmd_set_engine_type_MITSUBISHI_3A92 + commandButton = "Mitsubishi 4G93", cmd_set_engine_type_MITSUBISHI_4G93 + commandButton = "Toyota 1NZ-FE", cmd_set_engine_type_TOYOTA_1NZ_FE + + + commandButton = "Fuel Bench", cmd_set_engine_type_FUEL_BENCH + + commandButton = "SBC", cmd_set_engine_type_ALPHAX_8CHAN_SBC + + + + + + + + commandButton = "Reset firmware settings", cmd_set_engine_type_default + +; Board->ECU stimulator + dialog = ecuStimulator, "ECU stimulator" + field = "Trigger Simulator", triggerSimulatorRpm + commandButton = "Enable internal trigger simulation", cmd_enable_self_stim + commandButton = "Disable trigger simulation", cmd_disable_self_stim +; field = "" +; field = "digipot spi", digitalPotentiometerSpiDevice +; field = "digipot CS #0", digitalPotentiometerChipSelect1 +; field = "digipot CS #1", digitalPotentiometerChipSelect2 +; field = "digipot CS #2", digitalPotentiometerChipSelect3 +; field = "digipot CS #3", digitalPotentiometerChipSelect4 + field = "" + field = "Logic input channel 1", logicAnalyzerPins1 + field = "Logic input channel 2", logicAnalyzerPins2 + field = "Logic input channel 3", logicAnalyzerPins3 + field = "Logic input channel 4", logicAnalyzerPins4 + field = "" + field = "Engine chart size", engineChartSize + + ; Racing Features->Launch Control + dialog = smLaunchControlWest, "Launch Control Settings" + field = "Enable Launch Control", launchControlEnabled + field = "Activation Mode", launchActivationMode + + field = "Launch Button", launchActivatePin, { launchActivatePin != 0 || (launchActivationMode == 0 && launchControlEnabled == 1)} + field = "Launch Button inverted", launchActivateInverted + field = "Launch Button mode", launchActivatePinMode, {launchActivationMode == 0 && launchControlEnabled == 1} + + field = "Clutch Down", clutchDownPin, {launchActivationMode == 1 && launchControlEnabled == 1} + field = "Clutch Down inverted", clutchDownPinInverted + field = "Clutch Down mode", clutchDownPinMode, {launchActivationMode == 1 && launchControlEnabled == 1} + field = "" + +; dead code field = "Rpm Threshold", launchRpmThreshold, {launchControlEnabled == 1} + field = "Speed Threshold", launchSpeedThreshold, {launchControlEnabled == 1} + field = "" + field = "Launch RPM", launchRpm, {launchControlEnabled == 1} + field = "Ignition Retard Adder", launchTimingRpmRange, {launchControlEnabled == 1 && enableLaunchRetard == 1} + field = "Hard Cut RPM Adder", hardCutRpmRange, {launchControlEnabled == 1} + ;field = "Extra Fuel", launchFuelAdded, {launchControlEnabled == 1} + ;field = "Boost Solenoid Duty", launchBoostDuty, {launchControlEnabled == 1} + field = "TPS Threshold", launchTpsThreshold, {launchControlEnabled == 1} + field = "Ignition Retard enable", enableLaunchRetard, {launchControlEnabled == 1} + field = "Ignition Retard", launchTimingRetard, {launchControlEnabled == 1 && enableLaunchRetard == 1} + field = "Fuel Added %", launchFuelAdderPercent, {launchControlEnabled == 1} + field = "Smooth Retard Mode", launchSmoothRetard, {launchControlEnabled == 1 && enableLaunchRetard == 1} + field = "Hard Cut Mode" + field = "Ignition Cut", launchSparkCutEnable, {launchControlEnabled == 1} + field = "Fuel Cut", launchFuelCutEnable, {launchControlEnabled == 1} + + + dialog = smLaunchControl, "", border + panel = smLaunchControlWest, West + panel = launch_control_stateDialog, East + + dialog = antiLagDialog, "AntiLag Settings" + field = "Enable AntiLag", antiLagEnabled + field = "Activation Mode", antiLagActivationMode + field = "Switch Input", ALSActivatePin, {antiLagActivationMode == 0 && antiLagEnabled == 1} + field = "ALS Button inverted", ALSActivateInverted, {antiLagActivationMode == 0 && antiLagEnabled == 1} + field = "ALS Button mode", ALSActivatePinMode, {antiLagActivationMode == 0 && antiLagEnabled == 1} + field = "ALS timeout", ALSMaxDuration, {antiLagEnabled == 1} + field = "Max TPS", ALSMaxTPS, {antiLagEnabled == 1} + field = "Min RPM", ALSMinRPM, {antiLagEnabled == 1} + field = "Max RPM", ALSMaxRPM, {antiLagEnabled == 1} + field = "Min CLT", ALSMinCLT, {antiLagEnabled == 1} + field = "Max CLT", ALSMaxCLT, {antiLagEnabled == 1} + field = "Idle Air Add", ALSIdleAdd, {antiLagEnabled == 1} + field = "ETB Air Add", ALSEtbAdd, {antiLagEnabled == 1} + panel = FuelAdderTableALS + panel = IgnRetardTableALS + panel = IgnSkipTableALS + + + dialog = coastingFuelCutControl, "Coasting Fuel Cutoff Settings" + field = "Enable Coasting Fuel Cutoff", coastingFuelCutEnabled + field = "No cut below CLT", coastingFuelCutClt, {coastingFuelCutEnabled == 1} + field = "RPM cut fuel above", coastingFuelCutRpmHigh, {coastingFuelCutEnabled == 1} + field = "RPM restore fuel below", coastingFuelCutRpmLow, {coastingFuelCutEnabled == 1} + field = "Vehicle speed cut above", coastingFuelCutVssHigh, {coastingFuelCutEnabled == 1} + field = "Vehicle speed restore below", coastingFuelCutVssLow, {coastingFuelCutEnabled == 1} + field = "Cut fuel below TPS", coastingFuelCutTps, {coastingFuelCutEnabled == 1} + field = "Cut fuel below MAP", coastingFuelCutMap, {coastingFuelCutEnabled == 1} + field = "Fuel cut delay", dfcoDelay, {coastingFuelCutEnabled == 1} + field = "Inhibit closed loop fuel after cut", noFuelTrimAfterDfcoTime, {coastingFuelCutEnabled == 1} + + dialog = rotaryDialog, "Rotary" + field = "Enable Trailing Sparks", enableTrailingSparks + field = "Trailing Spark Offset", trailingSparkAngle + field = "Trailing Pin 1", trailingCoilPins1 + field = "Trailing Pin 2", trailingCoilPins2 + field = "Trailing Pin 3", trailingCoilPins3 + field = "Trailing Pin 4", trailingCoilPins4 + + dialog = fancyHardwareDialog, "Fancy Boards" + field = "D2 Tachometer Output 5V/12V Pull-Up", boardUseTachPullUp + field = "A15/A16 Temperature Inputs Pull-Up", boardUseTempPullUp + field = "A8 Crank+ Input Pull-Up", boardUseCrankPullUp + field = "ะก21 2-step input Pull-Down", boardUse2stepPullDown + field = "A23 CAM Hall Input Pull-Down", boardUseCamPullDown + field = "B14 Digital Input 2 Pull-Down", boardUseD2PullDown + field = "B15 Digital Input 3 Pull-Down", boardUseD3PullDown + field = "B16 Digital Input 4 Pull-Down", boardUseD4PullDown + field = "etbDutyThreshold", etbDutyThreshold + field = "etbDutyShutdownThreshold", etbDutyShutdownThreshold + + dialog = parkingLot, "Experimental/Broken" +; field = uiMode, uiMode + field = kLineBaudRate, kLineBaudRate + field = verboseKLine, verboseKLine + field = auxiliarySetting1, auxiliarySetting1 + field = kLineDoHondaSend, kLineDoHondaSend + field = hondaK, hondaK + field = kLinePeriodUs, kLinePeriodUs + field = can1ListenMode, can1ListenMode + field = can2ListenMode, can2ListenMode + field = rethrowHardFault, rethrowHardFault + field = canGpioType, canGpioType + field = "I understand ECU Locking", yesUnderstandLocking + field = "Tune read/write password", tuneHidingKey, { yesUnderstandLocking == 1 } + field = verboseQuad, verboseQuad +; field = useEeprom, useEeprom + field = "#System hacks" + field = "vvtBooleanForVerySpecialCases", vvtBooleanForVerySpecialCases + field = tempBooleanForVerySpecialLogic, tempBooleanForVerySpecialLogic + field = "Global fuel correction", globalFuelCorrection + field = "TS over CAN debug", verboseIsoTp + field = "MAP Averaging Logic @", mapAveragingSchedulingAtIndex + field = "showHumanReadableWarning (affects Burn)", showHumanReadableWarning + field = "Warning Message", warning_message + field = "Ford redundant TPS mode", useFordRedundantTps + field = "Secondary TPS maximum", tpsSecondaryMaximum, {useFordRedundantTps} + field = "Ford redundant PPS mode", useFordRedundantPps + field = "Secondary PPS maximum", ppsSecondaryMaximum, {useFordRedundantPps} + + field = "consumeObdSensors", consumeObdSensors, { canReadEnabled == 1 && canWriteEnabled == 1} + field = "BRZ/FRS/GT86 pedal", allowIdenticalPps + field = "Artificial Misfire", artificialTestMisfire + field = "Always use instant RPM", alwaysInstantRpm + field = vinNumber, vinNumber + field = turbochargerFilter, turbochargerFilter + field = auxFrequencyFilter, auxFrequencyFilter + field = useBiQuadOnAuxSpeedSensors, useBiQuadOnAuxSpeedSensors + field = "TODO KS mode 4569", kickStartCranking + panel = allTriggerDebug + panel = torqueTableTbl + + help = helpGeneral, "rusEFI General Help" + webHelp = "https://rusefi.com/s/8chan" + text = "" + + dialog = vrThreshold1, "VR 1 Threshold" + field = "Pin", vrThreshold1_pin + panel = vrThresholdCurve1 + + dialog = vrThreshold2, "VR 2 Threshold" + field = "Pin", vrThreshold2_pin + panel = vrThresholdCurve2 + + dialog = vrThreshold + topicHelp = "vrThresholdHelp" + panel = vrThreshold1 + panel = vrThreshold2 + + dialog = gppwm1left, "" + field = "Output", gppwm1_pin + field = "" + field = "Set frequency to 0hz for on-off mode" + field = "Frequency", gppwm1_pwmFrequency, {gppwm1_pin != 0} + field = "" + field = "On above duty", gppwm1_onAboveDuty, {gppwm1_pin != 0 && gppwm1_pwmFrequency == 0} + field = "Off below duty", gppwm1_offBelowDuty, {gppwm1_pin != 0 && gppwm1_pwmFrequency == 0} + field = "Duty if error", gppwm1_dutyIfError, {gppwm1_pin != 0} + field = "" + field = "X Axis", gppwm1_rpmAxis, {gppwm1_pin != 0} + field = "Y Axis", gppwm1_loadAxis, {gppwm1_pin != 0} + field = "Note", gpPwmNote1 + field = "" + field = "" + field = "" + field = "" + field = "" + + dialog = gppwm1, "General Purpose PWM 1", xAxis + panel = gppwm1left + panel = gppwm1Tbl, {gppwm1_pin != 0} + + dialog = gppwm2left, "" + field = "Output", gppwm2_pin + field = "" + field = "Set frequency to 0hz for on-off mode" + field = "Frequency", gppwm2_pwmFrequency, {gppwm2_pin != 0} + field = "" + field = "On above duty", gppwm2_onAboveDuty, {gppwm2_pin != 0 && gppwm2_pwmFrequency == 0} + field = "Off below duty", gppwm2_offBelowDuty, {gppwm2_pin != 0 && gppwm2_pwmFrequency == 0} + field = "Duty if error", gppwm2_dutyIfError, {gppwm2_pin != 0} + field = "" + field = "X Axis", gppwm2_rpmAxis, {gppwm2_pin != 0} + field = "Y Axis", gppwm2_loadAxis, {gppwm2_pin != 0} + field = "Note", gpPwmNote2 + field = "" + field = "" + field = "" + field = "" + field = "" + + dialog = gppwm2, "General Purpose PWM 2", xAxis + panel = gppwm2left + panel = gppwm2Tbl, {gppwm2_pin != 0} + + dialog = gppwm3left, "" + field = "Output", gppwm3_pin + field = "" + field = "Set frequency to 0hz for on-off mode" + field = "Frequency", gppwm3_pwmFrequency, {gppwm3_pin != 0} + field = "" + field = "On above duty", gppwm3_onAboveDuty, {gppwm3_pin != 0 && gppwm3_pwmFrequency == 0} + field = "Off below duty", gppwm3_offBelowDuty, {gppwm3_pin != 0 && gppwm3_pwmFrequency == 0} + field = "Duty if error", gppwm3_dutyIfError, {gppwm3_pin != 0} + field = "" + field = "X Axis", gppwm3_rpmAxis, {gppwm3_pin != 0} + field = "Y Axis", gppwm3_loadAxis, {gppwm3_pin != 0} + field = "Note", gpPwmNote3 + field = "" + field = "" + field = "" + field = "" + field = "" + + dialog = gppwm3, "General Purpose PWM 3", xAxis + panel = gppwm3left + panel = gppwm3Tbl, {gppwm3_pin != 0} + + dialog = gppwm4left, "" + field = "Output", gppwm4_pin + field = "" + field = "Set frequency to 0hz for on-off mode" + field = "Frequency", gppwm4_pwmFrequency, {gppwm4_pin != 0} + field = "" + field = "On above duty", gppwm4_onAboveDuty, {gppwm4_pin != 0 && gppwm4_pwmFrequency == 0} + field = "Off below duty", gppwm4_offBelowDuty, {gppwm4_pin != 0 && gppwm4_pwmFrequency == 0} + field = "Duty if error", gppwm4_dutyIfError, {gppwm4_pin != 0} + field = "" + field = "X Axis", gppwm4_rpmAxis, {gppwm4_pin != 0} + field = "Y Axis", gppwm4_loadAxis, {gppwm4_pin != 0} + field = "Note", gpPwmNote4 + field = "" + field = "" + field = "" + field = "" + field = "" + + dialog = gppwm4, "General Purpose PWM 4", xAxis + panel = gppwm4left + panel = gppwm4Tbl, {gppwm4_pin != 0} + + dialog = hpfpCamDialog, "HPFP Cam Configuration" + field = "Number of lobes", hpfpCamLobes + field = "If using VVT, which cam the pump is driven from", hpfpCam, {hpfpCamLobes != 0} + field = "Angle of first lobe", hpfpPeakPos, {hpfpCamLobes != 0} + panel = hpfpLobeProfileCurve, {hpfpCamLobes != 0} + + dialog = hpfpPumpDialog, "HPFP Pump Configuration" + field = "Valve Pin", hpfpValvePin, {hpfpCamLobes != 0} + field = "Valve Pin Mode", hpfpValvePinMode, {hpfpCamLobes != 0} + field = "Valve peak current", mc33_hpfp_i_peak, {hpfpCamLobes != 0} + field = "Valve hold current", mc33_hpfp_i_hold, {hpfpCamLobes != 0} + field = "Valve hold off time", mc33_hpfp_i_hold_off, {hpfpCamLobes != 0} + field = "Valve maximum duration", mc33_hpfp_max_hold, {hpfpCamLobes != 0} + field = "Pump volume", hpfpPumpVolume, {hpfpCamLobes != 0} + field = "Minimum angle", hpfpMinAngle, {hpfpCamLobes != 0} + field = "Activation angle", hpfpActivationAngle, {hpfpCamLobes != 0} + field = "Target decay rate", hpfpTargetDecay, {hpfpCamLobes != 0} + field = "Proportional gain", hpfpPidP, {hpfpCamLobes != 0} + field = "Integral gain", hpfpPidI, {hpfpCamLobes != 0} + panel = hpfpDeadtimeCurve, {hpfpCamLobes != 0} + +[Tools] + ;addTool = toolName, PanelName + addTool = veTableGenerator, "VE Table Generator", veTableTbl +#if LAMBDA +#else + addTool = afrTableGenerator, "AFR Table Generator", afrTableTbl +#endif diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini index ae01e096c2..e35e15806b 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.09.08.alphax-8chan.1688945892" + signature = "rusEFI master.2023.09.08.alphax-8chan.2186925453" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.09.08.alphax-8chan.1688945892" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.09.08.alphax-8chan.2186925453" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -86,13 +86,13 @@ enable2ndByteCanID = false ; name = array, type, offset, shape, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits #define gpio_list="NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15" -#define switch_input_pin_e_list="NONE","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","17B - Hall4","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","16B - Hall3" -#define output_pin_e_list="NONE","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","8D - Fuel Pump","11D - LS 8","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","20C - Ignition 10","19C - Ignition 11","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","13D - Boost","INVALID","INVALID","INVALID","INVALID","INVALID","13A - Ignition 1","INVALID","INVALID","INVALID","INVALID","INVALID","10D - LS 7","INVALID","INVALID","INVALID","INVALID","INVALID","29C - Injector 9","1A - Injector 4","2A - Injector 3","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","21C - Ignition 9","10A - Ignition 4","11A - Ignition 3","12A - Ignition 2","18C - Ignition 12","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","28C - Injector 10","27C - Injector 11","1C - Injector 8","INVALID","INVALID","INVALID","9D - Fan Relay","INVALID","INVALID","INVALID","21D - Tachometer","4A - Injector 1","3A - Injector 2","INVALID","INVALID","INVALID","8B - Main Relay LS","12D - NOS" -#define brain_input_pin_e_list="NONE","INVALID","INVALID","INVALID","5C - Switch4","INVALID","INVALID","INVALID","23A - VR2-","INVALID","INVALID","INVALID","8A - VR1+","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","17B - Hall4","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","30A - Hall Input 1","31A - Hall Input 2","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","9A - VR2+" -#define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","17A - PPS","23C - TPS","Battery Sense","INVALID","15D - AN5","24C - TPS2","14A - Analog 1","22A - Analog 22","On-board MAP","16A - CLT","15A - IAT","6C - PPS1","33A - AN3","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","16D - AN6","INVALID","INVALID","INVALID","INVALID","7C - AT4","INVALID","6C - AT3","14D - AN4" +#define switch_input_pin_e_list="NONE","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","22A - Switch 3","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","6A - Switch 1","INVALID","14A - Switch 2","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","5A - Switch 4","INVALID","21B - Flex","21B - Knock2 Input" +#define output_pin_e_list="NONE","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","7C - High Side 3","INVALID","INVALID","INVALID","INVALID","INVALID","31C - Ignition 12","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","28C - Ignition 6","21C - Ignition 7","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","14D - VVT 2","20D - VVT 3","21D - VVT 4","22C - Boost","29C - Ignition 9","23C - Ignition 10","30C - Ignition 11","11C - Ignition 1","INVALID","INVALID","INVALID","INVALID","17C - Low Side 5","6C - High Side 2","11D - Main Relay","INVALID","INVALID","10D - Fan","INVALID","5D - Injector 5","4D - Injector 4","3D - Injector 3","5C - High Side 1","8D - VVT 1","16C - Low Side 1","23C - Low Side 2","INVALID","INVALID","14C - Ignition 5","20C - Ignition 4","13C - Ignition 3","19C - Ignition 2","15C - Ignition 8","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","6D - Injector 6","7D - Injector 7","13D - Injector 8","INVALID","INVALID","INVALID","INVALID","34C - Low Side 7","12D - NOS","9C - Low Side 4","15D - Tachometer","1D - Injector 1","2D - Injector 2","INVALID","9D - Fuel Pump","25C - Low Side 6","INVALID","INVALID","8C - Low Side 3","INVALID","INVALID","INVALID","24D - Injector 12","25D - Injector 11","26D - Injector 10","19D - Injector 9" +#define brain_input_pin_e_list="NONE","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","3B/4B - VR2","INVALID","INVALID","INVALID","1B - VR1-/Hall Input","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","15A - Hall Input 1","23A - Hall Input 1","24A - Hall Input 3 / SENT","9A - Hall Input 4","INVALID","INVALID","INVALID","INVALID","13A - Hall Input 5","21B - Flex","INVALID","INVALID","INVALID","INVALID","INVALID","26A - VSS Hall","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","7B/13B - VR4","INVALID","INVALID","INVALID","INVALID","5B/6B - VR3" +#define adc_channel_e_list="NONE","INVALID","3A - Aux Analog 2","On-board MAP","33A - PPS Sensor Input","31A - TPS Sensor Input","24 - Ignition Key Voltage","INVALID","INVALID","19A - Aux Analog 6","1A - Aux Analog 1","2A - Aux Analog 4","INVALID","29A - CLT Sensor Input","27A - IAT Sensor Input","INVALID","12A - Aux Analog 8","INVALID","11A - Aux Analog 3","INVALID","34A - PPS2 Sensor Input","32A - TPS2 Sensor Input","INVALID","INVALID","INVALID","4A - Aux Analog 7","INVALID","10A - Aux Analog 5","INVALID","28A - Aux Temp 2","28A - Aux Temp 1","INVALID","20A - Aux Analog 9" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Sep 08 10:26:20 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Sep 08 11:40:06 UTC 2023 pageSize = 23468 page = 1 diff --git a/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini b/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini index e819515ab2..ac92401944 100644 --- a/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini +++ b/firmware/tunerstudio/generated/rusefi_alphax-8chan_f7.ini @@ -34,12 +34,12 @@ enable2ndByteCanID = false [MegaTune] ; https://rusefi.com/forum/viewtopic.php?p=36201#p36201 - signature = "rusEFI master.2023.09.08.alphax-8chan_f7.1688945892" + signature = "rusEFI master.2023.09.08.alphax-8chan_f7.2186925453" [TunerStudio] queryCommand = "S" versionInfo = "V" ; firmware version for title bar. - signature= "rusEFI master.2023.09.08.alphax-8chan_f7.1688945892" ; signature is expected to be 7 or more characters. + signature= "rusEFI master.2023.09.08.alphax-8chan_f7.2186925453" ; signature is expected to be 7 or more characters. ; TS will try to use legacy temp units in some cases, showing "deg F" on a CLT gauge that's actually deg C useLegacyFTempUnits = false @@ -86,13 +86,13 @@ enable2ndByteCanID = false ; name = array, type, offset, shape, units, scale, translate, lo, hi, digits ; name = scalar, type, offset, units, scale, translate, lo, hi, digits #define gpio_list="NONE", "INVALID", "PA0", "PA1", "PA2", "PA3", "PA4", "PA5", "PA6", "PA7", "PA8", "PA9", "PA10", "PA11", "PA12", "PA13", "PA14", "PA15", "PB0", "PB1", "PB2", "PB3", "PB4", "PB5", "PB6", "PB7", "PB8", "PB9", "PB10", "PB11", "PB12", "PB13", "PB14", "PB15", "PC0", "PC1", "PC2", "PC3", "PC4", "PC5", "PC6", "PC7", "PC8", "PC9", "PC10", "PC11", "PC12", "PC13", "PC14", "PC15", "PD0", "PD1", "PD2", "PD3", "PD4", "PD5", "PD6", "PD7", "PD8", "PD9", "PD10", "PD11", "PD12", "PD13", "PD14", "PD15", "PE0", "PE1", "PE2", "PE3", "PE4", "PE5", "PE6", "PE7", "PE8", "PE9", "PE10", "PE11", "PE12", "PE13", "PE14", "PE15", "PF0", "PF1", "PF2", "PF3", "PF4", "PF5", "PF6", "PF7", "PF8", "PF9", "PF10", "PF11", "PF12", "PF13", "PF14", "PF15", "PG0", "PG1", "PG2", "PG3", "PG4", "PG5", "PG6", "PG7", "PG8", "PG9", "PG10", "PG11", "PG12", "PG13", "PG14", "PG15", "PH0", "PH1", "PH2", "PH3", "PH4", "PH5", "PH6", "PH7", "PH8", "PH9", "PH10", "PH11", "PH12", "PH13", "PH14", "PH15", "PI0", "PI1", "PI2", "PI3", "PI4", "PI5", "PI6", "PI7", "PI8", "PI9", "PI10", "PI11", "PI12", "PI13", "PI14", "PI15" -#define switch_input_pin_e_list="NONE","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","17B - Hall4","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","16B - Hall3" -#define output_pin_e_list="NONE","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","8D - Fuel Pump","11D - LS 8","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","20C - Ignition 10","19C - Ignition 11","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","13D - Boost","INVALID","INVALID","INVALID","INVALID","INVALID","13A - Ignition 1","INVALID","INVALID","INVALID","INVALID","INVALID","10D - LS 7","INVALID","INVALID","INVALID","INVALID","INVALID","29C - Injector 9","1A - Injector 4","2A - Injector 3","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","21C - Ignition 9","10A - Ignition 4","11A - Ignition 3","12A - Ignition 2","18C - Ignition 12","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","28C - Injector 10","27C - Injector 11","1C - Injector 8","INVALID","INVALID","INVALID","9D - Fan Relay","INVALID","INVALID","INVALID","21D - Tachometer","4A - Injector 1","3A - Injector 2","INVALID","INVALID","INVALID","8B - Main Relay LS","12D - NOS" -#define brain_input_pin_e_list="NONE","INVALID","INVALID","INVALID","5C - Switch4","INVALID","INVALID","INVALID","23A - VR2-","INVALID","INVALID","INVALID","8A - VR1+","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","17B - Hall4","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","30A - Hall Input 1","31A - Hall Input 2","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","9A - VR2+" -#define adc_channel_e_list="NONE","INVALID","INVALID","INVALID","17A - PPS","23C - TPS","Battery Sense","INVALID","15D - AN5","24C - TPS2","14A - Analog 1","22A - Analog 22","On-board MAP","16A - CLT","15A - IAT","6C - PPS1","33A - AN3","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","16D - AN6","INVALID","INVALID","INVALID","INVALID","7C - AT4","INVALID","6C - AT3","14D - AN4" +#define switch_input_pin_e_list="NONE","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","22A - Switch 3","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","6A - Switch 1","INVALID","14A - Switch 2","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","5A - Switch 4","INVALID","21B - Flex","21B - Knock2 Input" +#define output_pin_e_list="NONE","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","7C - High Side 3","INVALID","INVALID","INVALID","INVALID","INVALID","31C - Ignition 12","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","28C - Ignition 6","21C - Ignition 7","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","14D - VVT 2","20D - VVT 3","21D - VVT 4","22C - Boost","29C - Ignition 9","23C - Ignition 10","30C - Ignition 11","11C - Ignition 1","INVALID","INVALID","INVALID","INVALID","17C - Low Side 5","6C - High Side 2","11D - Main Relay","INVALID","INVALID","10D - Fan","INVALID","5D - Injector 5","4D - Injector 4","3D - Injector 3","5C - High Side 1","8D - VVT 1","16C - Low Side 1","23C - Low Side 2","INVALID","INVALID","14C - Ignition 5","20C - Ignition 4","13C - Ignition 3","19C - Ignition 2","15C - Ignition 8","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","6D - Injector 6","7D - Injector 7","13D - Injector 8","INVALID","INVALID","INVALID","INVALID","34C - Low Side 7","12D - NOS","9C - Low Side 4","15D - Tachometer","1D - Injector 1","2D - Injector 2","INVALID","9D - Fuel Pump","25C - Low Side 6","INVALID","INVALID","8C - Low Side 3","INVALID","INVALID","INVALID","24D - Injector 12","25D - Injector 11","26D - Injector 10","19D - Injector 9" +#define brain_input_pin_e_list="NONE","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","3B/4B - VR2","INVALID","INVALID","INVALID","1B - VR1-/Hall Input","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","15A - Hall Input 1","23A - Hall Input 1","24A - Hall Input 3 / SENT","9A - Hall Input 4","INVALID","INVALID","INVALID","INVALID","13A - Hall Input 5","21B - Flex","INVALID","INVALID","INVALID","INVALID","INVALID","26A - VSS Hall","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","INVALID","7B/13B - VR4","INVALID","INVALID","INVALID","INVALID","5B/6B - VR3" +#define adc_channel_e_list="NONE","INVALID","3A - Aux Analog 2","On-board MAP","33A - PPS Sensor Input","31A - TPS Sensor Input","24 - Ignition Key Voltage","INVALID","INVALID","19A - Aux Analog 6","1A - Aux Analog 1","2A - Aux Analog 4","INVALID","29A - CLT Sensor Input","27A - IAT Sensor Input","INVALID","12A - Aux Analog 8","INVALID","11A - Aux Analog 3","INVALID","34A - PPS2 Sensor Input","32A - TPS2 Sensor Input","INVALID","INVALID","INVALID","4A - Aux Analog 7","INVALID","10A - Aux Analog 5","INVALID","28A - Aux Temp 2","28A - Aux Temp 1","INVALID","20A - Aux Analog 9" ; CONFIG_DEFINITION_START -; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Sep 08 10:26:23 UTC 2023 +; this section was generated automatically by rusEFI tool config_definition.jar based on (unknown script) integration/rusefi_config.txt Fri Sep 08 11:40:08 UTC 2023 pageSize = 23468 page = 1