Hi!
Here are two parameters that could be added to Romraider logger definition (metric, english).
They can be used to monitor secondary air system functionality.
I got values from FreeSSM
code and tried to translate them into romraider
format.
I tested and they do work, however I do not understand the ecubyteindex it's value is an "educated guess".
But this did work during my test drive session (Subary Forester 2.0X non turbo, 158hp 2006)
Code:
<parameter id="P242" name="Secondary Air Flow" desc="P242-Amount of air going through secondary air system (g/s)" ecubyteindex="41" ecubit="6" target="1">
<address length="2">0x000182</address>
<conversions>
<conversion units="g/s" expr="x/100" format="0.00" gauge_min="0" gauge_max="15" gauge_step="1" />
</conversions>
</parameter>
<parameter id="P243" name="Secondary Air Piping Pressure" desc="P243-Pressure inside secondary air system. Should be atmosphere pressure when not active." ecubyteindex="41" ecubit="7" target="1">
<address>0x000108</address>
<conversions>
<conversion units="kPa" expr="x" format="0" />
<conversion units="hPa" expr="x*10" format="0" />
<conversion units="bar" expr="x*0.01" format="0.00" />
<conversion units="psi" expr="x*0.1450377" format="0.000" />
</conversions>
</parameter>