That’s correct. You can try …
Equation: Val{Fuel Rail Pressure}
to use the readings from Torque’s
FRP which is probably averaged/filtered
since in theory it reads from the same
pid 0123.
Since the data is coming from Torque’s
FRP, your pid’s Mode/Pid field should be
left blank.
For AVG, you can change the 30 to a lesser value
like 15 if it’s too sluggish.
EWMAF() is an exponentially weighted
moving average filter that is commonly
used by OEMs for filtering noisy/bouncy
readings/inputs.
The filter constant of 0.01 can be changed
to affect the amount of filtering used. It
ranges from 0.000 (more filtering) to 1.000
(no filtering).
|