cboles wrote:start and stop conditions apply to any type of logging. i could also make a "new file" action. take a look at the subaru samples - i just didn't bother copying those examples into the mitsu samples yet. you might consider using some sort of switch on your dash such as the defogger to trigger logging since i imagine there are also times when you are at WOT that you are just driving and don't want your file chopped up.
Is there a list of switch bitfield items for Mitsubishis anywhere (specifically, for a 2006 Evo IX MR)? I'd like to make a start/stop based on some dashboard switch (most likely the rear defroster), but I can't find the paramid and offsetbits for it. The only switch I've been able to locate is the A/C switch, via the EvoScan files, which claims it's paramid=4A offsetbits=5 (can anyone confirm?).
For that matter, is there a list of all possible parameters for an '06 IX MR? Again, my only source has been the EvoScan program, which seems to be pretty complete, but I'm not sure if they're missing anything that might be useful.
Lastly, I've generated a log file using the sample "mitsubishi k-line.txt" config file, but I had to do some significant tweaking to get it to be read by EvoScan for graphing. Might it be possible for the logger to automatically include the "LogEntryDate" and "LogEntryTime" fields that EvoScan requires? I know that real time & date can't be used due to lack of clock hardware, but a date of "2000-01-01" and a time of "00:00:00" plus the LogEntrySeconds could be put into those to fields to allow EvoScan to read the .CSV file correctly.