;############################################################################### ;## DO NOT edit this file in the MegaTune release directory, edit the copy ## ;## in your car-specific directory. That would be ## ;## ## ;## C:/Program Files/MegaSquirt/car1/mtCfg/settings.ini ## ;## ## ;## in the standard installation. ## ;############################################################################### [MegaTune] MTversion = 2.25 ;------------------------------------------------------------------------------- ; Pick a base configuration. ; Exactly one of these configurations must be "#set" and all the rest must ; be "#unset". #group CODE_VARIANT "Code Variant" #unset DFI "David Hooke's Ducati FI " #unset DUAL_TABLE "Guy Hill and Eric Fahlgren's Dual Table variant" #unset MSNEDIS "James Murray and Dave Hayne's MSnEDIS ignition variant" #unset MSNEDISmod "Roger Enns's MSnEDIS variant with staged injection" #unset MSNS "Magnus Bjelk's MSnS ignition variant" #unset MSNS_EXTRA "James Murray and Phil Ringwood's MSnS extensions" #unset MS_ECU "Robert Hiebert's EEC-IV replacement code" #unset MS_I "Bowling and Grippo MegaSquirt" # set MS_II "Bowling and Grippo MegaSquirt-II" #unset PIC_SQUIRT "PIC squirt" #unset GPIO "GPIO Direct Connection" #endgroup ;------------------------------------------------------------------------------ ; Pick an idle air controller setup, exactly one of these must be #set and the rest ; must be #unset. Only known to be valid for MegaSquirt-II. #group IDLE_CONTROLLER "Idle Control Gauge Type" #unset FIDLE_GAUGE "ON/OFF Fidle Valve" #unset PWM_GAUGE "PWM Idle Valve (e.g., Ford or Bosch)" # set IAC_GAUGE "Stepper motor IAC controller (e.g., GM)" #endgroup ;------------------------------------------------------------------------------ ; Pick an O2 sensor setup, exactly one of these must be #set and the rest ; must be #unset. None of this is applicable to MS-II, see all the ; calibration options under the Tools menu when using standard B&G MS-II code. #group LAMBDA_SENSOR "MS-I Lambda Sensor Type" # set NARROW_BAND_EGO "Narrowband Sensor" #unset WB_1_0_LINEAR "Wideband in NB Emulator Mode, 0-1v 1.5-0.5 Lambda" #unset AEM_LINEAR "AEM Gauge AEM-30-42xx" #unset AEM_NON_LINEAR "AEM UEGO Controller AEM-30-230x" #unset DIYWB_NON_LINEAR "DIY-WB or Tech Edge non-linear output" #unset DYNOJET_LINEAR "DynoJet Wideband Commander" #unset TECHEDGE_LINEAR "Tech Edge sensor giving 0-5V 9-19:1 AFR" #unset INNOVATE_1_2_LINEAR "Innovate sensor giving 1-2V 10-20:1 AFR" #unset INNOVATE_0_5_LINEAR "Innovate, PLX 0-5V 10-20:1 AFR" #unset INNOVATE_LC1_DEFAULT "Innovate LC-1 default, 0-5v = 0.5-1.5 lambda" #unset ZEITRONIX_NON_LINEAR "Zeitronix Non-linear WB" #unset WB_UNKNOWN "Wideband sensor but none of the above types" #endgroup #unset LAMBDA "Display Lambda instead of AFR in Gauges" ;------------------------------------------------------------------------------- #unset MAPbaro #unset n2o ;------------------------------------------------------------------------------- #group Fueling_Algorithm "Fueling Algorithms (Speed Density DEFAULT)" ; Some code variants have been modified to allow alpha-N, almost ; none have MAF support, so beware of partial implementations in ; ini files. # set SPEED_DENSITY "Speed Density Fueling Algorithm (Off=Alpha-N)" #unset ALPHA_N "Alpha-N fueling Algorithm" #unset AIR_FLOW_METER "Use an Air Flow Meter rather than a MAP sensor for fueling algorithm" #endgroup #unset CELSIUS "Temperature Units" ; Turn this on to enable degrees C everywhere. ; Leave set if you have a modern video card with lots of color depth, ; unset to use Brad's reduced color map, if you have a 256-color box. # set COLOR_24_BITS "Use Full Colors (Off=Restricted Colors)" # set KPa "Gauges all in kPa (otherwise some PSI)" #group MAP_SENSOR "MS-I Map Sensor Type" #unset MPX4115 "MPX4115 - 115 kPa, Usually only on v1.01 boards" # set MPX4250 "MPX4250 - 250 kPa, Default MAP sensor since v2.2 hardware" ;obsolete GM300KPa "GM 3.0 BAR - 300 kPa" ; Incorrect info from http://www.aquamist.co.uk/sl/plist/pics/mapm/mapm.html ; Correct info from http://www.not2fast.com/electronics/component_docs/MAP_12223861.pdf ; Use MPXH6300A instead of GM300KPa, they have identical specifications. #unset MPXH6300A "MPXH6300 - 300 kPa" ; http://www.freescale.com/files/sensors/doc/data_sheet/MPXH6300A.pdf #unset MPXH6400A "MPXH6400 - 400 kPa" ; http://www.freescale.com/files/sensors/doc/data_sheet/MPXH6400A.pdf #endgroup ;-------------------------------------------------------------------------------