A question about the logging of group 14 that I was mulling over.
How does the “Misfire counter (total)” column work? Does it count misfires in a certain time window then reset to 0 after that window passes?
I initially thought each number was a misfire (So tried summing them), but it just seemed too “clean” that the logs would always show around 300 misfires (~300 rows of 1’s) over a ~29 second period.
So then I had a theory that maybe it’s just a moving window. So if you happen to have 2 misfires within the window, the counter would increment to 2, and you’d get a few rows of 2’s before it reset back to zero.
Couldn’t find any solid information by googling