How to display MAF/MAT-Correction ?

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
W126
Experienced MS/Extra'er
Posts: 153
Joined: Sun Aug 24, 2014 10:32 am

How to display MAF/MAT-Correction ?

Post by W126 »

Hello,

how can I display MAF/MAT-Correction in Tunerstudio ?

My custom.ini has the following entries but that don't work.

[OutputChannels]
MafMatCorr = { matCorrDelta }

[GaugeConfigurations]
gaugeCategory = "Sensor inputs2"
MafMatCorrGauge = MafMatCorr, "MAF MAT Correction", "%",-50,100,-50,100,-50,100,100,100
Bild_2016_06_25_11_33_08_607.png
MS3 FW 1.4.1

Regards,
Jan
LT401Vette
Super MS/Extra'er
Posts: 12733
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: How to display MAF/MAT-Correction ?

Post by LT401Vette »

Just to make sure I am clear, you are looking to create a new OutputChannel where the value is based on TS doing the lookup on matCorrDelta using mat against matCorrTemps?
Basically in the end have a Channel that provides the value of the green dot on the curve graph, correct?
Phil Tobin
EFI Analytics, helping to simplify EFI
Next Generation tuning software.
Supporting all MegaSquirt versions and firmwares.
http://www.TunerStudio.com
http://www.efiAnalytics.com/MegaLogViewer/
Support the firmware running your engine:
http://www.msextra.com/doc/donations.html
W126
Experienced MS/Extra'er
Posts: 153
Joined: Sun Aug 24, 2014 10:32 am

Re: How to display MAF/MAT-Correction ?

Post by W126 »

correct, I expected something around 0.0.
LT401Vette
Super MS/Extra'er
Posts: 12733
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: How to display MAF/MAT-Correction ?

Post by LT401Vette »

I think I have just what you need.
Use TS 3 beta...

Code: Select all

[OutputChannels]
   MafMatCorr      = { tableLookup(array.matCorrDelta, array.matCorrTemps, mat) }, "%";


Phil Tobin
EFI Analytics, helping to simplify EFI
Next Generation tuning software.
Supporting all MegaSquirt versions and firmwares.
http://www.TunerStudio.com
http://www.efiAnalytics.com/MegaLogViewer/
Support the firmware running your engine:
http://www.msextra.com/doc/donations.html
W126
Experienced MS/Extra'er
Posts: 153
Joined: Sun Aug 24, 2014 10:32 am

Re: How to display MAF/MAT-Correction ?

Post by W126 »

thanks alot.

That only works in TS 3 and not in TS 2.6.14 ?

BTW: It would be nice to have MAF/MAT Correction in fuel calculation summary (in MAF mode, instead of air density correction)
LT401Vette
Super MS/Extra'er
Posts: 12733
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: How to display MAF/MAT-Correction ?

Post by LT401Vette »

Yes, the tableLookup() function was added after 2.6.x

You can do lookups on 2D tables too.
Phil Tobin
EFI Analytics, helping to simplify EFI
Next Generation tuning software.
Supporting all MegaSquirt versions and firmwares.
http://www.TunerStudio.com
http://www.efiAnalytics.com/MegaLogViewer/
Support the firmware running your engine:
http://www.msextra.com/doc/donations.html
Post Reply