Dashlogic reading boost ls9 map


Thanks!


If you have your barometer broken out, you can use the calculated PID "Calculated Boost" (like #30001 I believe) which will be the absolute PSI minus the barometer PSI, your your boost compared to the air pressure outside. This would be more like -9psi at idle depending on the density altitude.
Last edited by joemosfet; Nov 13, 2016 at 08:15 PM.


If you have your barometer broken out, you can use the calculated PID "Calculated Boost" (like #30001 I believe) which will be the absolute PSI minus the barometer PSI, your your boost compared to the air pressure outside. This would be more like -9psi at idle depending on the density altitude.
The Best of Corvette for Corvette Enthusiasts
Unfortunately, I did not find both, only a pid labeled "Calculated Boost." So now I wonder, how is this boost calculated? On the post I linked above, DashControl said that it did both, but now I wonder...
So, in that case, to remove all question about this, I'd say create a custom calculation using the following formula:
((pid(8) - pid(24)) * .14503773773020923)
pid8 is MAP pressure in KPA, pid24 is the barometer in KPA, and the factor multiplication converts it into PSI.
This will do the proper map-baro calculation that will result in the accurate boost reading your looking for. If you get a chance, make a page with both of these (the calculated boost PID as well as the custom calculated PID above) and see how they compare. I'll also be performing this experiment, once I get my blower back in.
Last edited by joemosfet; Nov 14, 2016 at 09:57 AM.


Unfortunately, I did not find both, only a pid labeled "Calculated Boost." So now I wonder, how is this boost calculated? On the post I linked above, DashControl said that it did both, but now I wonder...
So, in that case, to remove all question about this, I'd say create a custom calculation using the following formula:
((pid(8) - pid(24)) * .14503773773020923)
pid8 is MAP pressure in KPA, pid24 is the barometer in KPA, and the factor multiplication converts it into PSI.
This will do the proper map-baro calculation that will result in the accurate boost reading your looking for. If you get a chance, make a page with both of these (the calculated boost PID as well as the custom calculated PID above) and see how they compare. I'll also be performing this experiment, once I get my blower back in.


Unfortunately, I did not find both, only a pid labeled "Calculated Boost." So now I wonder, how is this boost calculated? On the post I linked above, DashControl said that it did both, but now I wonder...
So, in that case, to remove all question about this, I'd say create a custom calculation using the following formula:
((pid(8) - pid(24)) * .14503773773020923)
pid8 is MAP pressure in KPA, pid24 is the barometer in KPA, and the factor multiplication converts it into PSI.
This will do the proper map-baro calculation that will result in the accurate boost reading your looking for. If you get a chance, make a page with both of these (the calculated boost PID as well as the custom calculated PID above) and see how they compare. I'll also be performing this experiment, once I get my blower back in.


If I am understanding correctly, the Dashlogic can read accurately off the MAP sensor.
Plus, that DMS kit comes with the LS9 MAP. (You use your stock 1-bar map in the kit for Barometer reading).


Last edited by blue_bomber697; Nov 15, 2016 at 05:45 PM.
If you plan on adding meth now or in the future, the IAT breakout will be required (at least for a safe tune when using methanol.)
As for weld-in bung, if your shop can weld the bung into the charge tube for you great.
I did not use the weld-in bung because my welds look like a Ray Charles special, and my charge tube is powdercoated black, so I'd have to re-powder coat it after drilling and welding.
Instead, I opted to pick up a plastic LS1 sensor (part #WT36036P) and grommet (part #42330 by Dorman) at O'Reilly for like $10 and drilled a 3/4" hole in my manifold behind the throttle body and use it there:
Attachment 48359981
I like it better back here. People will say the metal housing of the LS9 IAT sensor might get heat soaked and cause false readings. Plus, since the IAT is further away from the meth nozzle, it has more of a chance to atomize and perform it's maximum cooling effect for a more accurate reading. Or at least, that's what I tell myself.


Last edited by chefcg1; Nov 15, 2016 at 06:13 PM.


But now onto a new car and Module.I have a 2016 Z06 and its not reading it correctly. I have tried everything I can think of. Waiting on a update from them. They did get me a update to see Fan speed that they advertise but did not work, I will try that on this one too soon. But right now working boost. and none of my test have worked
Boost using calculated boost
Pid(30001)
Boost using static Baro reading in Kpa
((pid(8)-102.61)*0.1450
Boost using the Cars pids to calculate (manifold in Kpa - Baro pid in Kpa)
((pid(8))-(pid(24)))*0.1450
Boost using Pid for Manifold - the Baro in In of mercury just incase but should not be correct
((pid(8)-30.3)*0.1450
Boost using Pid for Manifold on PSI, - 14.7 psi (atmospheric pressure)
(pid(9)-14.7)
Boost using Pid for Manifol in PSI - Baro in KPA (again should be way wrong but I am trying combos to try and find if a Pid is miss labled)
((pid(9))-(pid(24)))*0.1450











