Something for an EEC ref that I cam across - not gospel but ....
================================
Speed Limiters
ROM addr : Data
0x7A86 : FF
0x7A87 : FF
0x7A88 : FF
0x7A89 : FF
There are two speed limiters here, and an ON and OFF value (With hysteresis, I
think. Which means once you hit the speed limiter you need to slow down to the off
value before you can accelerate again)
When data = FF the speed limiter is off, otherwise the conversion is as follows:
0FFH --> 255, then divide by 2 and you get 127.5
Not sure which is on and which is off. Maybe someone else can help.
I think it’s
Speed Limiter A: 0x7A86 ON; 0x7A87 OFF
Speed Limiter B: 0x7A88 ON; 0x7A89 OFF
The ONs and OFFs may be swapped!
Rev Limiter
Max RPMs seems to be PIP filter related! Any thoughts here? Please post your ideas
to the EEC group.
At address 0x7C16 I have for data C103 (reverse bytes to get hi-byte first, 03C1).
H03C1 --> D961 which I think is the PIP filter. When I cut that number in half, my
rev limit is half, so it definitely affects the rev limit.
=======================
Souce is:
TECHNICAL NOTES ON THE EEC-IV MCU
INTRODUCTION
Compiled by Tom Cloud <cloud@peaches.ph.utexas.edu>
(font is Courier New)
DISCLAIMER
(The information supplied herein was taken from technical and sales literature, e-mail
archives, news groups, and wherever else it could be found. If it helps you,
great! Please return the favor by sharing what you learn with me and others.)
None of this data is guaranteed accurate! USE AT YOUR OWN RISK! It is a collection
of technical info, opinions and guesses. You can contribute to the effort by let-ting
me know what you learn so that it can be added to and corrected.
=============
To me that seems to say thare is rev limit logic - if changing a value in the static memory changes the point where it starts cutting out. Sorry but writing for realtime control circuits was a long time ago. I can read and kind of understand but to do it ... not anymore.
Hope this helps...