For anybody familiar with working w/ .adx files...

Currently the file converts the 0-5v output to AFR.
What would one plug into the conversion to change this to display lambda?
Right now I'm just dividing by 14.7, but seems to be unnecessary.
It's being converted twice that way...

I'm not the greatest w/ math LOL.

So WB controller output is scaled 0v=10.0 and 5v=20.0
Conversion line = X * 0.039063 + 10.000000
I changed it to (X * 0.039063 + 10.000000)/14.7
This works, but seems like there would be a better way?