Dwell voltage correction

Testing and development of Megasquirt 3

Moderators: jsmcortina, muythaibxr

Post Reply
racerron
Master MS/Extra'er
Posts: 446
Joined: Tue Oct 07, 2014 12:20 pm
Location: chesterfield, MI

Dwell voltage correction

Post by racerron »

I see on TS the dwell voltage correction will not let me increase any more than 18 volts. I have a 16 volt (18.4 volts with the engine running) system.
ol boy
Super MS/Extra'er
Posts: 1532
Joined: Mon Sep 10, 2007 3:06 am
Location: Tucson, Az

Re: Dwell voltage correction

Post by ol boy »

You may have to mode the .ini file to allow larger values.
306 SBFord, Torquer II EFI intake, 60 lbs injectors, 8 LS2 coils, VS Racing 7668 turbo, 4R70W, MS3x fw1.4 w/built in trans controller.
ol boy
Super MS/Extra'er
Posts: 1532
Joined: Mon Sep 10, 2007 3:06 am
Location: Tucson, Az

Re: Dwell voltage correction

Post by ol boy »

page 5. in the ini file

dwellvolts = array , U08, 794, [ 6], "V", 0.10000, 0.00000,6, 18, 1 ; * ( 6 bytes)

change the 18 to 20 or 18.4 to get your full range.

do "ctrl f" and type in dwellvolts. the search should find this line. Just edit it and save, close/reopen TS.

missed one. also here.............

Code: Select all

curve = dwellSettings, "Dwell Battery Correction"
         topicHelp = "file://$getProjectsDirPath()/docs/Megasquirt3_TunerStudio_MS_Lite_Reference-1.5.pdf#dwellbat"
          columnLabel = "Voltage", "%age"
          xAxis       = 6, 16, 6
          yAxis       = 0, 500, 6
          xBins       = dwellvolts, batteryVoltage
          yBins       = dwellcorr
change the 16 to 20.
306 SBFord, Torquer II EFI intake, 60 lbs injectors, 8 LS2 coils, VS Racing 7668 turbo, 4R70W, MS3x fw1.4 w/built in trans controller.
Post Reply