Inline 5-cylinder, sequential ignition with camsync
Primary trigger: 60-2 w/ VR sensor.
Secondary trigger: Single tooth w/ Hall sensor.
Firing order is 1-2-4-5-3.
MembersPage/RonnieH has set up VEMS on a very similar motor also with seq. COP. After some additional reading, his settings seem obsolete due to code changes.
(Incomplete)
Field name | Variable name | Value [decimal] (Value [hex]) | Comment |
Primary Trigger | primary_trigger | 1 (0x01) | For multi-tooth trigger without filtering (I think). 0x09 is with filtering? Which should I use? |
Edge | Rising | ||
Type | Multitooth | ||
Filtering...Bit7 | Disable | ||
Number of teeth on wheel | tooth_wheel | 58 (0x3A) | |
Trigger tooth | trigger_tooth | 6 (0x06) (from memory, need to confirm on engine itself) | Look at the tooth under the sensor at TDC of cylinder 1, count backwards the number of teeth required to be ~60 degrees BTDC, the tooth now under the sensor is trigger_tooth |
ign_tdcdelay | 120 (0x78) | Number of degrees BTDC that trigger_tooth is located at, in units of 0.5 degrees. Ex: If trigger tooth is located 60 degrees BTDC, then ign_tdcdelay is 60 * 2 = 120 decimal = 78 hex. Thanks to MembersPage/BorisRieken/PrimairyTrigger for actually taking time to write this shit out. | |
Next trigger tooth | another_trigger_tooth | 24 (0x18) | (from GenBoard/UnderDevelopment/FirmWare/TriggerRelated, 60 (teeth on the wheel) * 2 (wheel revolutions per cycle) / 5 (ignition events) = 24 teeth between events |
Crank min. period | crank_minper | 188 (0xBC) | 60 (seconds) / 8000 (max rpm) / 5 (number of engine events) * 2 = 0.003 (seconds) = 3000 (microseconds). In units of 16usec, so 3000usec / 16 = 188 [decimal] = BC [hex]. Can someone confirm this is the correct formula? Or even what this value means? |
tooth_wheel_twidth1 | 24 (0x18) | Width of a single tooth on wheel, in quarter degrees (360/60 = 6 degrees per tooth, 6*4 = 24 quarter degrees per tooth, 24dec = 18hex) | |
tooth_wheel_twidth2 | 0 (0x00) | Not sure on this one either, changelog says set this to 0, but why? | |
Tooth relation normal | 122 | According to Megatune F1 menu. What is it? Is it still needed? | |
Tooth relation missing | 181 | According to Megatune F1 menu. What is it? Is it still needed? |