RPM limits - how to add function

Discuss anything TunerPro related.

Moderators: Mangus, robertisaar, dex

Post Reply
merror
Posts: 7
Joined: Thu Aug 14, 2008 8:25 am

RPM limits - how to add function

Post by merror »

Hello

Can somebody tell me how to add this function i tuner pro ??

The formula to arrive at the value in rotations is approximately RPM = 9650000/(b1 * 2^b2), where b1 is the first byte (B2h or AAh) and b2 as the byte (03h in both). The cut rotations would be ~6800rpm and 7100rpm.

stop fuel = b1 (B43D) , b2 (B43E)
start fuel = b1 (B445) , b2 (B446)

Best Regards
Lucas
User avatar
dex
The Ford Guy
Posts: 614
Joined: Thu Oct 07, 2004 6:38 am

Post by dex »

Using the formula 9650000/(X*(Y*Z)) sort of works. You need to have B1 assigned as the item. X needs to be 'Argument 0' with the argument type 'This Items Raw data'.

Y and Z need to be 'Argument 1' and 'Argument 2' respectively with the argument type 'Raw Data at Address', the address needs to be that of B2.

I say 'sort of works' because it does rpm range limit you.
merror
Posts: 7
Joined: Thu Aug 14, 2008 8:25 am

Post by merror »

can you tell me more about this....

I should add a table / or function (xdf object) i think that i should be table, I still a little green, can you tell me more that i should add to this table.
This formula is for me a little to bit complicated to add to xdf.

thx.

Best Regards

Lucas
User avatar
dex
The Ford Guy
Posts: 614
Joined: Thu Oct 07, 2004 6:38 am

Post by dex »

If you look at the TunerPro help file you will find an explanation of how to do this; go to the 'XDF Constant Items' page (under the 'Editing Bin Definitions' section), scroll down and click the 'Click here for information on the conversion tab' link.
merror
Posts: 7
Joined: Thu Aug 14, 2008 8:25 am

Post by merror »

I read the help topics but I didnt see this, thanks for help.

Lucas
Post Reply