MembersPage/JorgenKarlsson/MiataNb (2014-11-26 08:44:55)

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ÿ

Note: this implementation depends on sectrig : Even if it has distributer (which I don't know), and 1 ignchannel configured ; it depends on working camsync, and will NOT limphome with broken sectrig.

Miata99.png


They are not 90 degree apart, they are asymetric. something like 70-110-70-110 degrees.

I have trigger log of this. It is correct - Can you publish triggerlog ?

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

Now i need Cam sync. /Thorbjörn