In VCM Scanner, Gauges View
1. Create a custom PID called "E85AFR" and use the following equation.
([AUX.20012]/14.7)*9.75977
AUX.20012 = Your wideband input. So you divide your actual AFR by 14.7 to determine the Lambda value and then multiply the lambda by E85 stoich.
That will give you your E85 AFR.
2. Create another custom PID called "E85ARFERROR"
100*([USER.900X]-[SENS.121])/[SENS.121]
USER.900X = Custom PID from above
In your Historgrams
3. Create a new histogram based off the regular AFR ERROR MAF table but use the following equation for Plot Filtering.
[USER.900X] < 20 AND [USER.900X] > -20 AND [USER.900Y] < 17.25
USER.900X = Custom PID from Step 1
USER.900Y = Custom PID from Step 2
4. Create an E85 AFR Gauge (Optional)
Add a new gauge in the Gauges view to see the E85 AFR.
Choose E85AFR as the PID for gauge.
Enjoy!
