Quote:
Originally Posted by billdorn RBob,
thanks for you reply, i have been reading some of your other post where you show the calculation as being:
LV8 = (((DRP * gms/sec) / 256) * Scalar) / 64
i'm getting #'s bigger than 256 using this calc. for example my RPM is 2625 & my airflow is 23637 from tunerpro. I dont know what the units are however, i assumed it was 236.37g/sec, but that could be where i'm off base.
does anyone know what the units of airflow is coming from tunerproRT on an 85 870 ecm?
thanks for the reply |
The DRP is the inverse of RPM. For a V8 it is:
DRP = 983040 / RPM
So 2625 RPM is 374 DRP
The airflow is gms/sec * 256, for 23637:
gms/sec = 92.3 = 23637 / 256
For a scalar IIRC ARAP uses 80, so we'll try that. Using the equation from above:
LV8 = (((DRP * gms/sec) / 256) * Scalar) / 64
LV8 = (((374 * 92.3) / 256) * 80) / 64
is: 169 for LV8
RBob.
----------
Quote:
Originally Posted by billdorn where do you find what is included in the data stream? i've data logged bytes by editing the aldl file that are not included in the basic aldl file & there is additional data, but i dont know what it is. |
There is a zipped file that lists the ALDL data streams around. Check moates.net/fileman. I believe your ECM is stream A28.
RBob.