MembersPage/JorgenKarlsson/MiataNb (2014-11-25 17:48:17)

Mazda Miata trigger

Background

The Mazda Miata is one of the most popular spec race cars in use in Sweden. One very successful combination is to put the 99-01 NB engine in the early 90's cars. The leading race car drivers here in Sweden wish to run with the stock trigger as they want the option to run the car on the stock engine management system if there is a problem.

I am developing a plug and play harness for these cars and I would like us to look at the trigger to see if we can make this work reliably.

Trigger system

The crank and cam sensors are hall triggers on the 99-01 Miata NB engine. The teeth on the crank look like they are made for a VR trigger but it really is a Hall trigger.

This is what I found when scoping the car. This should be sufficient for implementing the trigger. It could be a degree or two off here and there as it was taken with a scope on an idling car.

As the crank trigger pattern is not symetric it's probably simplest to decode to a 4+1 trigger by counting and ignoring teeth.

Possible pseudo code for the input filter:\nÿ1ÿ

Miata99.png


They are not 90 degree apart, they are unsymetric. at something like 80-100-80-100 degrees.

I have trigger log of this. Is is correct. 1 singel then 180 deggre dual puls.

I removed 2 teeth, and got 2 x 180degree teeth and ran waste. Starts every other time.

Now i need Cam sync. /Thorbjörn