The method of calculating rev limit has changed. It is now based on CPU clock
speed and Microcontroller timer speed. Two
consecutive bytes are used to calculate rev limit.
Example:
Rev Limits
0261203070_1267357459_Porsche_968_M2.10

| Rev Limit Formula =
Conversion Factor / (
Byte1 X 2Byte2
) |
Example:
Rev Limit = 8C03h
Byte1 = 8Ch
Byte2 = 03h
Rev Limit = 7,500,000 / (8Ch X 203h)
= 7,500,000 / (140 X 203)
[ Where 8C hex is equal to 140 decimal]
= 7,500,000 / (140 X 8)
= 6696.4 rpm

Shortcut.....
Rev Limit = 937500 / Byte1
[Using Conversion Factor/8
from the table saves time]
= 937500 / 140
= 6696.4 rpm