View Single Post
Old 07-26-2016, 03:56 AM   #621
steve99
Banned
 
Join Date: Dec 2013
Drives: FT86
Location: Australia
Posts: 7,996
Thanks: 1,035
Thanked 4,998 Times in 2,985 Posts
Mentioned: 598 Post(s)
Quote:
Originally Posted by Tor View Post
Thanks Steve nothing connected, format is FAT32. Clue is probably in the triggers (thanks!):

Code:
;-------------triggers---------------

conditionrpn = RPM,0,>    
action = start

conditionrpn = RPM,0,==
action = stop
I think I did like this:

1) Switch off ignition.

2) Wait for Tactrix stop flashing (to be sure not to corrupt the log data, don't know if it's necessary? Normally you shouldn't unplug a disc being written to).

3) Start the car directly again.

I guess starting the engine directly again, maybe it's doesn't have time to boot up, and just never register "conditionrpn = RPM,0,>". When it finally boots, the rpm are already at idle speed.

So I should just delete those lines quoted above? If there are no triggers in the logcfg.txt, what decides when it starts to log, "power on"?


Another question, should I remove the SD card when doing ECU flashing? I do that now just to be safe side, but is it necessary?

you can either delete those trigger lines or put semi colons at start so tghey are comment, but id just delete them. use a basic text editor fancy ones like work may insert formatting characters or hiden characters which stuff up the file.

no need to remove sd card whan flashing.

if no triggers it just starts logging on ignition on or plug in and stops on ignition off.

to be safe i plug in with ignition off then turn on do runs then igninition off then unplug.
steve99 is offline   Reply With Quote
The Following User Says Thank You to steve99 For This Useful Post:
Tor (07-26-2016)