Adding HOT keys for starting and stopping a Data log session
Read the manual to see if your question is answered there before posting. If you have questions about MS1/Extra or MS2/Extra or other non-B&G code configuration or tuning, please post them at http://www.msextra.com The full forum rules are here: Forum Rules, be sure to read them all regularly.
Adding HOT keys for starting and stopping a Data log session
Another thank you goes out to Phil Tobin for his “Mega Log viewerâ€. Just got it up and running yesterday, and ran couple of passes and Mega Log Viewer is AWESOME!!!! Thank you guys.
Ok, back to the topic.
I’m using MSnS-E in my Race car and the lap top sits in the passenger seat. I would like the option to be able to start the data log session and stop the data log session using say the “space bar†on my lap top for convenience sake. Reaching over to use the touch pad while all harnessed up is a bit of hassle, to say the least.
Is there any ay to set up “Hot keys†for data logging “start†and “stop†other than the “Alt L†for starting and using a drop down menu for stopping?
Right now I have the same problem. Even beyond the difficulty of building a track legal mount for holding the laptop open and accessible during track use, trying to hit datalog and say "yes, use this filename" is just a non-starter for track sessions.
Is there any other way to trigger datalogging ?
-
Bernard Fife
- Super Squirter
- Posts: 1009
- Joined: Mon Feb 16, 2004 3:15 pm
Look for a section of the custom.ini file like this:
Code: Select all
#unset AUTOMARK_LOGGING_FEATURES
#if AUTOMARK_LOGGING_FEATURES
[OutputChannels]
; Make up some variable names...
highLoad = { rpm >= 3500 && throttle >= 50 }
enable = { rpm >= 2000 }
[Datalog]
enableWrite = enable ; Log entries are only written when the variable
; "enable" is true, see it's definition above.
markOnTrue = highLoad ; A datalog marker is written when "highLoad"
; transitions from false to true. The marker
; looks like "MARK 001 highLoad" to distinguish
; it from the manual markers.
#endif Datalogging will start when the conditions are met. You still have to start the datalog - Alt+L, <enter>, but it will only record lines when the conditions are met. So you can start the datalog 20 minutes in advance, knowing the lines are not being added until you want.
As noted above, you can also have MegaTune 'mark' the datalog on specific events.
Lance.
I use Eric's dash jack connector setup for both the Palm and the laptop. Even slicker. See here: http://not2fast.com/megasquirt/doc/cable.html
Hope that helps in the meantime - I hear Eric has a lot on his plate right now. I'm sure a code mod to allow Spacebar on/off with auto filenaming is doable - just not by me for now.
David
-
jsmcortina
- MegaSquirt Guru
- Posts: 332
- Joined: Mon May 03, 2004 12:34 am
- Location: Birmingham, UK
- Contact:
Re: Adding HOT keys for starting and stopping a Data log ses
I use ALT-L ENTER to start and ALT-L ESC to stop.BRAAPZ wrote:Is there any ay to set up “Hot keys†for data logging “start†and “stop†other than the “Alt L†for starting and using a drop down menu for stopping?
James
MS1/Extra at: http://www.msextra.com/manuals/MS_Extra ... _Index.htm
MS2/Extra at: http://www.msextra.com/ms2extra (runs on MS2 and Microsquirt)
