Hello!
I've been doing some logs with OP2.0 and RRLogger.
So far so good, but some standard parameters don't work.
I've been able to log Intake Cam Timing using these addresses:
Code:
<parameter id="P48" name="Int Tim B1" desc="P48-An incumbent VTC operation angle vVTCNOW_R#1" ecubyteindex="46" ecubit="3" target="1">
<address>0x221135</address>
<conversions>
<conversion units="°CA" expr="x*0.5-64" format="0.0" gauge_min="50" gauge_max="-5" gauge_step="5"/>
</conversions>
</parameter>
<parameter id="P49" name="Int Tim B2" desc="P49-An incumbent VTC operation angle vVTCNOW_R#2" ecubyteindex="52" ecubit="5" target="1">
<address>0x221163</address>
<conversions>
<conversion units="°CA" expr="x*0.5-64" format="0.0" gauge_min="50" gauge_max="-5" gauge_step="5"/>
But no luck with Exhaust Cam Timing. These don't work:
Code:
<parameter id="P83" name="Exh Tim B1" desc="P83-VTC operation angle (exhaust) vVTCNOWE_R#1" ecubyteindex="52" ecubit="4" target="1">
<address>0x221164</address>
<conversions>
<conversion units="°CA" expr="x*0.5-64" format="0.0" gauge_min="50" gauge_max="-5" gauge_step="5"/>
</conversions>
</parameter>
<parameter id="P84" name="Exh Tim B2" desc="P84-VTC operation angle (exhaust) vVTCNOWE_R#2" ecubyteindex="52" ecubit="3" target="1">
<address>0x221165</address>
<conversions>
<conversion units="°CA" expr="x*0.5-64" format="0.0" gauge_min="50" gauge_max="-5" gauge_step="5"/>
I've also had no luck with oil temperature at 0x22111F, though I believe the sensor is present on Rev-Up engine.
Any suggestions what addresses to try?
Of course Exhaust VTC is more of priority.
Ecu id:CF43A
Using v370 logger definitions