Jump to content
HybridZ

TunerStudio + BoostGauge


Noddle

Recommended Posts

I asked the same question on the msextra forums,

 

this is the solution

 

 

Re: TunerStudio + BoostGauge, how to do it ?

 

If you paste this into the custom.ini file in the projectCfg folder:

 

Code: Select all
   [OutputChannels]
   vacuum = {(barometer-map)*0.2953007} ; Calculate vacuum in in-Hg.
   boost = {map < barometer ? 0.0 : (map-barometer)*0.1450377} ; Calculate boost in PSIG.

   [GaugeConfigurations]
   ; Name Var Title Units Lo Hi LoD LoW HiW HiD vd ld
   vacuumGauge = vacuum, "Engine Vacuum", "in-HG", 0, 30, 0, 0, 30, 30, 1, 1
   boostgauge = boost, "Engine Boost", "PSIG", 0, 20, 0, 0, 15, 20, 1, 1

 

It should be listed as "Engine Boost - boostgauge" under "Gauge Templates X" when you right click on a gauge

 

thanks to Phil for the answer

 

Nigel

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...