not able set values on "Injector Dead-time/PWM" for Bank2

For discussion of Phil Tobin's Tuner Studio software (Only about the tuning software itself, not about how to tune or firmware features)

Moderator: LT401Vette

Post Reply
Buelliholic
Helpful MS/Extra'er
Posts: 56
Joined: Fri Mar 29, 2013 3:49 pm
Location: Helsinki, Finland

not able set values on "Injector Dead-time/PWM" for Bank2

Post by Buelliholic »

testing the TunerStudio Beta 2.5.20
with the MS2/Extra pre-3.4 alpha 1 release
and have this problem http://www.msextra.com/forums/viewtopic ... 55#p398065
since the TunerStudio 2.5.05

Thanks
Buelliholic
Helpful MS/Extra'er
Posts: 56
Joined: Fri Mar 29, 2013 3:49 pm
Location: Helsinki, Finland

Re: not able set values on "Injector Dead-time/PWM" for Bank

Post by Buelliholic »

Here just in case the newest MSQ attached: are the Bank2 fields unlocked if you open it e.g. with the TunerStudioMS_Beta_v2.5.20 - like this?
Bank2_grayed_out.jpg
On the "old" versions it's working just fine:
Bank2_previous_versions.jpg
Thanks
jsmcortina
Site Admin
Posts: 39587
Joined: Mon May 03, 2004 1:34 am
Location: Birmingham, UK
Contact:

Re: not able set values on "Injector Dead-time/PWM" for Bank

Post by jsmcortina »

Yes, that's an ini error. I see it now.

In the ini file,

Code: Select all

      field = "Injector2 Dead Time",        injOpen2, { injctl && injctl2_2 }
      field = "Battery Voltage Corr.",      battFac2, { injctl && injctl2_2}
needs changing to:

Code: Select all

      field = "Injector2 Dead Time",        injOpen2, { injctl }
      field = "Battery Voltage Corr.",      battFac2, { injctl }
James
I can repair or upgrade Megasquirts in UK. http://www.jamesmurrayengineering.co.uk

My Success story: http://www.msextra.com/forums/viewtopic ... 04&t=34277
MSEXTRA documentation at: http://www.msextra.com/doc/index.html
New users, please read the "Forum Help Page".
Post Reply