Hello all,
I am a part of my universities Formula student team and we will be implementing an M150 ecu for this year's car. Per the rules, we have to implement logic that will satisfy 2 criteria. The first is that if the throttle body position differs from the requested throttle by >10% for more than 1 second, the car must kill power to the throttle body, then if values remain in disagreement, fuel and ignition must be cut. Throttle power may then return once throttle position has remained at idle for >1s. The second piece of logic is widely the same, with the exception that throttle power shut down is initiated when brake pressure and throttle are both above a permitted value for >1s. We traditionally have covered this logic via a pcb but thought it would be nice to simplify the harness by eliminating this pcb if possible.
Has anyone implemented similar logic before? If not, is there any reason we shouldn't be able to?