Search found 215 matches

by rdoherty
Wed May 18, 2016 8:18 pm
Forum: RaceCapture/Pro General Q&A
Topic: Need help
Replies: 10
Views: 6305

Hi kcolbey, sorry to hear you are having problems. First, you should verify you have the USB drivers installed for Win7, they are located here: https://autosportlabs-software.s3-us-west-2.amazonaws.com/RaceCapturePro_drivers_winXPVista7_V2.zip Once that is installed, when you plug in RCP, you should...
by rdoherty
Wed May 18, 2016 8:09 pm
Forum: Telemetry
Topic: Send SMS to RaceCapture?
Replies: 13
Views: 16124

Right now it's not possible to send data to RCP, but it something we really want to build in the future! We'd probably start with something simple where someone in the pits could turn on/off a warning light on the tablet, then add more complex behaviors later.

Glad to hear you guys like RCP!
by rdoherty
Tue May 17, 2016 5:10 pm
Forum: RaceCapture/Pro General Q&A
Topic: Considering RCP: Questions
Replies: 1
Views: 2568

Re: Considering RCP: Questions

Hi Steven, thanks for asking good questions, my responses are inline: 1. I've downloaded the android app on to my tablet. I've updated the tracks from the server. I see my local track High Plains Raceway listed under Tracks on podium.live. But it's not in the track list in the app. How would I go ab...
by rdoherty
Mon May 16, 2016 8:27 pm
Forum: Lua Scripting
Topic: Math Channels and Data Reading
Replies: 2
Views: 3248

Hi air1dpt, You can view live data via the raw channels view in the app dashboard: http://i.imgur.com/lkjtDnB.png . Just have your RCP connected via USB (or over Bluetooth if you are using an Android tablet). Works on desktop/laptops and tablets. You can generate math channels via Lua scripting, we ...
by rdoherty
Fri May 13, 2016 9:26 pm
Forum: Telemetry
Topic: Server is creating thousands of laps...
Replies: 6
Views: 7321

I have an other question, if we insert a start and finish line but i never cross the finishline, can i view the logg in podium? Just trying to find away to round the problem :-) For 99% of all situations, no. Currently Podium's tools area all built around the concept of a lap, so if RCP doesn't ger...
by rdoherty
Tue May 10, 2016 4:46 am
Forum: Telemetry
Topic: Server is creating thousands of laps...
Replies: 6
Views: 7321

zechdz: The log file you uploaded has no laps detected in it, for the reason you specified which is you did not have a track set in your RaceCapture configuration. I'm not sure why thousands of laps were created, this is a bug with our upload processing. Mattik: Your device was connecting and discon...
by rdoherty
Tue May 10, 2016 4:24 am
Forum: Telemetry
Topic: Server is creating thousands of laps...
Replies: 6
Views: 7321

Hi guys, looking into it.
by rdoherty
Fri May 06, 2016 2:16 pm
Forum: RaceCapture/Pro General Q&A
Topic: RCP Analysis files
Replies: 5
Views: 5172

Sorry, it's not possible to import directly from RCP.
by rdoherty
Thu May 05, 2016 5:52 pm
Forum: Telemetry
Topic: Bluetooth problems
Replies: 2
Views: 2733

Hi Ash,

This does sound like a problem. Can you verify that:

1) You are plugging in the BT module to the inner RJ11 connection
2) What tablet you are using
3) Firmware version

Thanks!
by rdoherty
Thu May 05, 2016 5:38 pm
Forum: Lua Scripting
Topic: Maximum reccurence rate of OnTick only 30Hz? Why?
Replies: 2
Views: 3173

In firmware version 2.9.0 it has been increased to 1000hz, along with many other improvements. You can download it here, thanks! https://podium.live/software
by rdoherty
Thu May 05, 2016 5:36 pm
Forum: Sensors
Topic: Low-pass filter
Replies: 4
Views: 10104

Yup, if you save your configuration file, then open it with a text editor there is the 'alpha' option. The smaller the value, the more filtering. http://i.imgur.com/So6mrq8.png Open your config, find the 'analogCfg' section, then find the channel you want to edit. Save the file, open the config in t...
by rdoherty
Thu May 05, 2016 5:33 pm
Forum: RaceCapture/Pro General Q&A
Topic: RCP Analysis files
Replies: 5
Views: 5172

In the analysis view there is a '+' icon at the top right, click on that and click 'Import', then you can import your log file for analysis. Image

Hope that helps!
by rdoherty
Thu Apr 21, 2016 3:55 pm
Forum: Telemetry
Topic: Issue with Podium.live site
Replies: 1
Views: 2441

Hi ddimensia, can you provide screenshots and more information as to what URLs you are visiting that get 500 errors? Also what is the username/email you used to signup with? Thanks!
by rdoherty
Thu Apr 07, 2016 9:04 pm
Forum: Lua Scripting
Topic: Help with Calculated channel
Replies: 5
Views: 4098

Oops, direct link to Lua script https://www.autosportlabs.net/BMW_E46_CAN#Script
by rdoherty
Thu Apr 07, 2016 6:19 pm
Forum: Lua Scripting
Topic: Help with Calculated channel
Replies: 5
Views: 4098

Hi, can you post your entire script? What you last posted won't work because there isn't anything that is fetching data from the CANbus. You need to first get this script working, then you can do the slip computation: https://www.autosportlabs.net/BMW_E46_CAN