Search found 15 matches

by Dirty Deeds
Sat Oct 08, 2016 5:36 pm
Forum: Lua Scripting
Topic: Auto Logging from start to finish of laps
Replies: 5
Views: 9151

Thanks guys, we're running jet sprint boats & have tried using auto log Lau with speed & rpm, but we seem to log a lot of small files when warming up etc. making it hard to determine which files are actually laps. Would something like this work? : function onTick() if getAtStartFinish() = st...
by Dirty Deeds
Sun Aug 28, 2016 8:30 pm
Forum: Lua Scripting
Topic: Auto Logging from start to finish of laps
Replies: 5
Views: 9151

Auto Logging from start to finish of laps

Hi Guys,
Can anyone help with the correct script, I'm trying to set up the auto logging to start recording at the beginning of a lap & finish at the end of a lap. Cheers.
by Dirty Deeds
Fri Jul 08, 2016 2:17 am
Forum: RaceCapture/Pro General Q&A
Topic: Logging Help
Replies: 14
Views: 8541

Ok Awesome - handy to know. I saw the Analysis Improvements come through on the new update - I'll update & give this a go - cheers.
by Dirty Deeds
Thu Jul 07, 2016 12:24 am
Forum: RaceCapture/Pro General Q&A
Topic: Logging Help
Replies: 14
Views: 8541

another pic
by Dirty Deeds
Thu Jul 07, 2016 12:19 am
Forum: RaceCapture/Pro General Q&A
Topic: Logging Help
Replies: 14
Views: 8541

No Probs, So I've managed to download some of the log files (shown in the pics) but they won't open. Do I need to log while doing laps - using the start & finish gps coordinates I have entered manually, & then view the files? Sorry for the 100 questions but its hard for us to test this as we...
by Dirty Deeds
Sun Jul 03, 2016 8:40 am
Forum: Hardware and Installation
Topic: Question: micro-SD extension cable
Replies: 4
Views: 4141

Hi - Did you guys come up with a solution for this or find an extension that works?
by Dirty Deeds
Sat Jul 02, 2016 6:55 pm
Forum: RaceCapture/Pro General Q&A
Topic: Logging Help
Replies: 14
Views: 8541

Hey Ryan,
Can I import via Bluetooth or usb cable to laptop or do I have to physically remove the micro sd card & import direct from that using a card reader?
by Dirty Deeds
Thu Jun 30, 2016 8:01 am
Forum: RaceCapture/Pro General Q&A
Topic: Logging Help
Replies: 14
Views: 8541

Thanks Ryan, that pic looks like its in the analysis tab of the app. At the moment after logging my analysis section only shows 'no sessions'. Does the app only show 'laps' after I have passed through GPS coordinates manually set for the start & finish lines? (its hard for us to test this as we ...
by Dirty Deeds
Wed Jun 29, 2016 7:38 am
Forum: RaceCapture/Pro General Q&A
Topic: Logging Help
Replies: 14
Views: 8541

Hi Guys - I now have the auto logging working using the RPM. Using the Lua Script: function onTick() if getTimerRpm(0) > 1000 then startLogging() else stopLogging() end end the log light flashes constantly while logging & the logger status on the app shows that logging is activated. My next ques...
by Dirty Deeds
Wed Jun 29, 2016 7:30 am
Forum: Lua Scripting
Topic: Auto Logging using increased RPM
Replies: 4
Views: 3620

Great - that worked, the script I used was:

function onTick()
if getTimerRpm(0) > 1000 then
startLogging()
else
stopLogging()
end
end

Thanks for the help!
by Dirty Deeds
Sat Jun 25, 2016 9:59 am
Forum: Lua Scripting
Topic: Auto Logging using increased RPM
Replies: 4
Views: 3620

For your script you want to give the getTimerRpm() function the channel #. If you hooked your RPM into the first RPM input, then you would use getTimerRpm(0). Hope that helps! Thanks - I'll try this & post how I go & the new script I used - boats in bits atm so may take few days - thanks fo...
by Dirty Deeds
Fri Jun 24, 2016 9:03 am
Forum: RaceCapture/Pro General Q&A
Topic: Logging Help
Replies: 14
Views: 8541

Hi Brent, I've actually just changed the Lua Script to auto log using the RPM instead of GPS speed (posted the script in the script section if u want too check it) I'll be testing this when I get the engine back together in a few days. But I have tried logging with the button (without the engine run...
by Dirty Deeds
Thu Jun 23, 2016 10:47 pm
Forum: Lua Scripting
Topic: Auto Logging using increased RPM
Replies: 4
Views: 3620

Auto Logging using increased RPM

Hi Guys, I currently have Lua Script entered to auto-log using GPS speed. I'd like to change this & start auto-logging when the engine starts using over 500 RPM. I'm wondering how you delete the old script (do you just delete & rewrite on the app?) & can any tech experts let me know if t...
by Dirty Deeds
Thu Jun 23, 2016 10:38 pm
Forum: RaceCapture/Pro General Q&A
Topic: Logging Help
Replies: 14
Views: 8541

Logging Help

Hi Guys - I'm new to the data logging so be gentle. We now have the Recapture pro set up on a naturally aspirated 400 Chevy Race boat & ran in a comp the weekend just gone. At present all the sensors (RPM, coolant temp, air temp, O2 & oil temp) are working great, showing up on the Tablet App...
by Dirty Deeds
Thu Jun 23, 2016 9:57 pm
Forum: RaceCapture/Pro introductions
Topic: Hi from Jet Sprint Racing Australia
Replies: 1
Views: 7913

Hi from Jet Sprint Racing Australia

Hi from the Miztabanks Jet sprint Race Team Australia! We've chosen the Race Capture Pro to data log in our new Group A boat 'Dirty Deeds' The product looks promising & hoping to capture some effective data that will help us improve in racing the Australian Titles & possibly the internationa...