|
||||||
| Software Tuning Discuss all software tuning topics. |
![]() |
|
|
Thread Tools | Search this Thread |
|
|
#1 |
|
Senior Member
Join Date: Oct 2013
Drives: 2013 Subaru BRZ
Location: Norway
Posts: 111
Thanks: 29
Thanked 85 Times in 46 Posts
Mentioned: 3 Post(s)
Tagged: 1 Thread(s)
|
Ecutek logging
Is it possible to save the parameters for what parameters to log?
It would make it alot easier no having to change them each time i fire up the pc. I am getting a e-tune and have to recheck/uncheck what parameters to log each time... (I might also add that I am using all 10 thumbs when it comes to computers...) |
|
|
|
|
|
#2 |
|
Banned
Join Date: Mar 2013
Drives: 2013 FR-S
Location: Orlando, FL
Posts: 2,929
Thanks: 1,166
Thanked 2,293 Times in 1,180 Posts
Mentioned: 313 Post(s)
Tagged: 4 Thread(s)
|
no, there is not. this is an often-requested feature. i would also appreciate this very much lol.
|
|
|
|
| The Following 2 Users Say Thank You to jamesm For This Useful Post: | Andreas83 (02-27-2014), Sportsguy83 (02-26-2014) |
|
|
#3 | |
|
Senior Member
|
Andreas,
This feature is not implemented yet, but I know it is on their software enhancement list. We would ALL love to have this ability! - Bob Quote:
|
|
|
|
|
| The Following User Says Thank You to Circuit Motorsports For This Useful Post: | Andreas83 (02-27-2014) |
|
|
#4 |
|
Member
Join Date: Feb 2017
Drives: 2013 scion fr-s
Location: Denver, CO
Posts: 57
Thanks: 65
Thanked 35 Times in 15 Posts
Mentioned: 1 Post(s)
Tagged: 0 Thread(s)
|
One workaround is to use Autohotkey to send a series of keys (PgDown, Space, and Up and Down) to select the parameters you need. You can probably just modify the code I use below.
- Download autohotkey - Paste the code below into an .ahk file. - Modify the sequence of Up, Down, PgUp, PgDn, and space keypresses below. Note that the space key press to select a logging parameter appears as " " in all places except the end of the line of code, where it appears as {Space} since Autohotkey automatically trims spaces at the end of a line. - Run the script. - Select a set line in the Ecutek program (such as "All Parameters"), and press F4. Code:
#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases.
; #Warn ; Enable warnings to assist with detecting common errors.
SendMode Input ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir% ; Ensures a consistent starting directory.
F4::
Send, {PgDn 2}{Up 13} {Down} {Down} {Down} {Down 39} {Down} {Down} {PgDn 4}{Up 12}{Space}
ExitApp
|
|
|
|
|
|
|
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Can you run ecutek data logging on a samsung windows tablet | Frs32907 | Software Tuning | 10 | 02-09-2016 11:30 PM |
| Ecutek Deltadash data logging advanced functions | Yruyur | Software Tuning | 8 | 08-20-2013 02:10 PM |
| ECUTEK Logging | pdreams | Engine, Exhaust, Transmission | 5 | 02-05-2013 11:06 AM |
| Ecutek Map Access, data logging Vs. obd2 sensor | lbroskee | Scion FR-S / Toyota 86 GT86 General Forum | 3 | 01-06-2013 03:56 PM |