Search found 84 matches

by ProtoTim35
Tue Nov 29, 2022 11:28 pm
Forum: RaceCapture App Operation and General Q&A
Topic: use racecapture without having to hook up to data logger
Replies: 1
Views: 5163

use racecapture without having to hook up to data logger

I'm running a MK3. I like the newest version of RaceCapture app 2.6.0. One thing I think it could really use to make it a lot better - at least from my perspective. I do most of my work on a PC at home after the event is over. It's a bit of a pain to take the MK3 out of my racecar and hook it up to ...
by ProtoTim35
Wed Mar 23, 2022 6:51 pm
Forum: Lua Scripting
Topic: Lua script for downshift indication
Replies: 20
Views: 47410

Re:

Thanks Mike. I understand most of that. A related questions to a previous post, and haven't been able to get an answer from anyone else yet, nor find it on the web anywhere: What do the numbers inside the () represent in the below script? I'm now trying to modify my script for operating the shift l...
by ProtoTim35
Fri Mar 18, 2022 10:16 pm
Forum: Lua Scripting
Topic: Lua script for downshift indication
Replies: 20
Views: 47410

Re: Lua script for downshift indication

Brent, thanks for getting back to me. Unfortunately, I don't know anyone local that could help. I've been trying to do what I think you suggested, with negative results so far. I'm not sure of some of what you are saying. for example, what do you mean by "You should sprinkle println("test....
by ProtoTim35
Fri Mar 18, 2022 7:06 pm
Forum: Lua Scripting
Topic: Lua script for downshift indication
Replies: 20
Views: 47410

Re: Lua script for downshift indication

I finally got the opportunity to try the scripting a week or so ago. I tried all scripting recommended to me on this board, and all of those scripts made it so that none of the shift lights worked. I inserted the original scripting, and got the original shift lights working again, but only on refere...
by ProtoTim35
Thu Aug 12, 2021 10:40 pm
Forum: RaceCapture/Pro General Q&A
Topic: set local time
Replies: 8
Views: 13645

Re: set local time

I'm still trying to understand why my racecapture app doesn't time stamp the log with local time. I use a GoPro and the MK3. I often do 5 or so events in a weekend or track day. When I get home and try to put it all together, the time stamps from the MK3 never coincide with the actual times. I think...
by ProtoTim35
Fri Feb 14, 2020 1:16 am
Forum: RaceCapture App Operation and General Q&A
Topic: organize Racecapture displays
Replies: 5
Views: 10987

great. Thanks. I'm looking forward to it.
by ProtoTim35
Thu Feb 13, 2020 11:50 pm
Forum: RaceCapture App Operation and General Q&A
Topic: organize Racecapture displays
Replies: 5
Views: 10987

Thanks. Do you know when to expect V2 to be out?
by ProtoTim35
Fri Dec 13, 2019 9:09 pm
Forum: RaceCapture App Operation and General Q&A
Topic: organize Racecapture displays
Replies: 5
Views: 10987

organize Racecapture displays

is there a way to custom organize the displays for the dash raw data, and for the mapping displays in setup? For example, in raw data on the dash, I would like to group the TPMS data together rather than scattered all over the place. Same for showing the items in mapping - I would like to organize a...
by ProtoTim35
Thu Nov 07, 2019 6:53 pm
Forum: RaceCapture/Pro General Q&A
Topic: set local time
Replies: 8
Views: 13645

I thought I read somewhere that the latest update to the RaceCapture app now records local time. I have installed the latest app and firmware, and can't find a way to set it to show local time on the file name, which is important when trying to sync it with video. Any help?
by ProtoTim35
Mon Apr 22, 2019 10:54 pm
Forum: RaceCapture/Pro General Q&A
Topic: set local time
Replies: 8
Views: 13645

I think that answers my question. I was wondering/hoping there was a way to tell it Eastern Time, but I guess not. I know I couldn't find anything for doing that, but wasn't sure. Thanks.
by ProtoTim35
Wed Apr 17, 2019 8:07 pm
Forum: RaceCapture/Pro General Q&A
Topic: still unable to get Dashware to work
Replies: 5
Views: 11248

I've tried most or all of the above, and when I try to open the file in Dashware, it still acts like I never selected a data file. By that, I mean I select the file, and click OK, and when it takes me back to the screen to initiate a search, it still shows blank, where there should be the name of th...
by ProtoTim35
Wed Apr 17, 2019 2:53 am
Forum: RaceCapture/Pro General Q&A
Topic: still unable to get Dashware to work
Replies: 5
Views: 11248

still unable to get Dashware to work

I'm fairly certain that the reason I can't get Dashware to work for me, with my MK3, is the time format. Can someone please, send me a data file that works with Dashware, so I can see if I can find what the program is looking for, so I can hopefully find a way to meet that format? Unfortunately, wit...
by ProtoTim35
Tue Apr 09, 2019 9:52 pm
Forum: RaceCapture/Pro General Q&A
Topic: set local time
Replies: 8
Views: 13645

set local time

Is there a way to have racecapture put local time, instead of GMT in the time stamps for log displayed times? This would be nice, so we don't have to mentally convert each log file to try to match to video files and such. I can't seem to find a way to do it or any reference to it. Thanks.
by ProtoTim35
Tue Feb 19, 2019 1:34 pm
Forum: Lua Scripting
Topic: Lua script for downshift indication
Replies: 20
Views: 47410

Thanks Brent, that's what I was looking for.

Thanks,

Tim
by ProtoTim35
Tue Feb 19, 2019 12:31 am
Forum: Lua Scripting
Topic: Lua script for downshift indication
Replies: 20
Views: 47410

is there a way to do "either" "or" in a string. Like: if either rpm > 10000 or rpm > 6000 and rpm < 8200 then setGpio(0,1) else setGpio(0,0) end I tried that string, and it didn't seem to work. I figure there has to be something of that nature that will do the trick for what I'm ...