PWM idle voltage compensation Gauge

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
titi
MS/Extra Newbie
Posts: 30
Joined: Sun Apr 17, 2016 11:19 pm

PWM idle voltage compensation Gauge

Post by titi »

Hi, In tunerstudio I want to add a gauge with live value ''pwm idle voltage compensation''.
Is it possible ?
I dont find the good parameter to assign to the gauge
Thanks.
LT401Vette
Super MS/Extra'er
Posts: 12731
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: PWM idle voltage compensation Gauge

Post by LT401Vette »

You can do that with the tableLookup function and the Channel Editor in TunerStudio MS Ultra

http://tunerstudio.com/index.php/manual ... -functions

Your expression would be:
tableLookup(array.idle_voltage_comp_delta, array.idle_voltage_comp_voltage, batteryVoltage)

So, create a new OutputChannel with this expression in the Advanced OutputChannel Expression Editor. Then create a Gauge Template and Data Log Field pointing to your new channel.
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
titi
MS/Extra Newbie
Posts: 30
Joined: Sun Apr 17, 2016 11:19 pm

Re: PWM idle voltage compensation Gauge

Post by titi »

Does it mean it is only available in Tunerstudio ultra ?
LT401Vette
Super MS/Extra'er
Posts: 12731
Joined: Sat Jul 16, 2005 8:07 am
Location: Moorseville, NC
Contact:

Re: PWM idle voltage compensation Gauge

Post by LT401Vette »

It will work in any registered version, but you will need to create the custom.ini for the non-ultra as the Channel Editor isn't available.
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
titi
MS/Extra Newbie
Posts: 30
Joined: Sun Apr 17, 2016 11:19 pm

Re: PWM idle voltage compensation Gauge

Post by titi »

Ok
Thank you for your help.
Post Reply