Hair Pulling .ECU file problem
Peter Gargano
peter at techedge.com.au
Thu Oct 26 06:52:06 GMT 2000
David Papworth wrote:
>
> The X-axis fields seem to be fixed-format 3 character per entry,
Thanks Dave (and Mike and especially Marc). the "solution" is to put
the table on the "Y axis" rather than as I had it. The Y axis can handle
the required 5 characters so that the display now looks like ...
--------
| 5000 |
--------
| 4200 |
--------
| 3400 |
--------
| 2600 |
--------
| 1800 |
--------
| 1000 |
--------
And the corrected entry is now changed to ...
{
addr =019,
Xn =1,
Yn =6,
esize =1,
bmask =0,
offset =0,
mdb? =0,
factor =0.390625,
title =F78: Table of NTPSLD terms to ...
Ylabel =RPM,
Yaxis =1000 1800 2600 3400 4200 5000,
Xlabel =% TPS * 2.56,
Xaxis =%,,
};
Compared to what didn't work...
> {
> addr =019,
> Xn =6,
> Yn =1,
> esize =1,
> bmask =0,
> offset =0,
> mdb? =0,
> factor =2.56,
> title =F78: Table of NTPSLD terms to ...
> Ylabel =Ylabel,
> Yaxis =Yaxis,
> Xlabel =Xlabel,
> Xaxis =1000 1800 2600 3400 4200 5000,,
> };
Notice that I also fixed the "factor" (it was the invese of
what was required).
Thanks again, Peter.
----------------------------------------------------------------------------
To unsubscribe from gmecm, send "unsubscribe gmecm" (without the quotes)
in the body of a message (not the subject) to majordomo at lists.diy-efi.org
More information about the Gmecm
mailing list