From a post in an SD thread:
CarverHouseRally wrote:
What is the difference between an ecuparameter and a parameter? Can you use ecuparameters in calculations?
I tried adding this in the derived parameters section but it did not work.
<parameter id="p204" name="SD Output Error" desc="SD MAF From Sensor minus SD Output.">
<depends>
<ref ecuparam="E1005" />
<!-- SD MAF From Sensor -->
<ref ecuparam="E1000" />
<!-- SD Output -->
</depends>
<conversions>
<conversion units="g/s" expr="E1005-E1000" format="0.00" />
</conversions>
I would assume you can't reference ecuparams in parameter calculations
Seems to me that this is a reasonable thing, but apparently it doesn't work...
Is that something that can be fixed without too much effort?