Page 1 of 1

logging Barometer reading

Posted: Wed May 30, 2012 1:28 pm
by GraemeD
noob question here,
How do I graph "baro"? I have a seperate baro sensor and I would like to be able to see it, as I live in Colorado and can gain/loos lots of altitude in a single drive.

Re: logging Barometer reading

Posted: Wed May 30, 2012 1:32 pm
by LT401Vette
It will likely take a custom ini with TunerStudio.

What firmware are you using?

Re: logging Barometer reading

Posted: Wed May 30, 2012 1:40 pm
by GraemeD
MSextra2 3.2.2 beta
2012-05-30_10.30.37.msq

Re: logging Barometer reading

Posted: Wed May 30, 2012 1:48 pm
by LT401Vette
So if you just want to data log the barometer value that is displayed on the gauge, you need to add this to a custom.ini file:

Code: Select all


[Datalog]
   ;       Channel          Label          Type    Format
   ;       --------------   ----------     -----   ------

   entry = barometer,      "Barometer",         float,  "%.1f"
I did it in the attached.

So now place this attached file in the dir:
[YourTunerStudioProjectDir]/projectCfg/

Make sure to rename it to custom.ini

Re: logging Barometer reading

Posted: Wed May 30, 2012 2:08 pm
by GraemeD
Thanks,
I appreciate all the help

Graeme
Golden, CO