Can you add a bug reporting section as well as a feature req

General Q&A specific to RaceCapture/Pro. For app related questions post in the RaceCapture App forum. also see the <a href="http://www.autosportlabs.net/RaceCapture">RaceCapture Information Page</a>

Moderators: JeffC, rdoherty, stieg, brentp

Post Reply
sbarton
Posts: 94
Joined: Mon Mar 11, 2013 5:45 pm
Location: NJ
Contact:

Can you add a bug reporting section as well as a feature req

Post by sbarton »

Can you add a bug reporting section as well as a feature request section to the RCP forums. Would be way easier to log and track these things.

-Scott
Duct Tape Motorsports
MyTrackSchedule.com - Your key to more track events!

brentp
Site Admin
Posts: 6275
Joined: Wed Jan 24, 2007 6:36 am

Post by brentp »

Will do!
Brent Picasso
CEO and Founder, Autosport Labs
Facebook | Twitter


brentp
Site Admin
Posts: 6275
Joined: Wed Jan 24, 2007 6:36 am

Post by brentp »

Thanks Scott. I moved some of those posts to Bug Reports / Feature Requests as appropriate.
Brent Picasso
CEO and Founder, Autosport Labs
Facebook | Twitter

sbarton
Posts: 94
Joined: Mon Mar 11, 2013 5:45 pm
Location: NJ
Contact:

Post by sbarton »

Can you also add a Success Stories or similar section? The more I use RCP+T the more cool ways I'm finding its useful.

-Scott
Duct Tape Motorsports
MyTrackSchedule.com - Your key to more track events!

sbarton
Posts: 94
Joined: Mon Mar 11, 2013 5:45 pm
Location: NJ
Contact:

Post by sbarton »

Can you also add a Scripting Sub-Section with a Scripting Help section and a Canned Scripts section.

The point of the Canned Scripts section is to share scripts people have wrote or found that are known to work and could be useful to others. Basically kinda like the Auto-Start Stop Script that you guys have, but lets build a re-usable or modifiable library of scripts to help others get started.

Code: Select all

function onTick&#40;&#41;
    if getGpsSpeed&#40;&#41; > 25 then
        startLogging&#40;&#41;
    elseif getGpsSpeed&#40;&#41; < 10 
       stopLogging&#40;&#41;
    end
end
Duct Tape Motorsports
MyTrackSchedule.com - Your key to more track events!

brentp
Site Admin
Posts: 6275
Joined: Wed Jan 24, 2007 6:36 am

Post by brentp »

Will do. We will also promote the best of these scripts to the wiki where they can be documented / made available even more easily.
Brent Picasso
CEO and Founder, Autosport Labs
Facebook | Twitter

sbarton
Posts: 94
Joined: Mon Mar 11, 2013 5:45 pm
Location: NJ
Contact:

Post by sbarton »

And another sub section to Sensors section where users can post up the sensors they've successfully got to work. Can post where they tapped into the wiring to get the readings as well as what values they used to scale properly.
Basically.

Ie. BMW E30 Temp Sensor
Wire: br/vi; pin 26 on C1 and pin 4 on C101
Pin: Analog 1-7
Scaling Values: 2.62v=85*; 2.30v=170*; 2.06v=195*; 1.83v=220*; 0.8v=310*;
Duct Tape Motorsports
MyTrackSchedule.com - Your key to more track events!

Post Reply