Search found 23 matches

by wizrd54
Sat Sep 28, 2019 2:57 pm
Forum: RaceCapture App Bug Reporting / Feature Requests
Topic: Allow More Customization of Display Screens
Replies: 4
Views: 7282

Allow More Customization of Display Screens

I think it would be good to allow more customization for the display screens when in the car. I like the lap timing screen that shows the delta, predicted lap time, last lap time, and best lap, but I wish I could substitute some of those items for a gauge. Right now the only freedom I have is to use...
by wizrd54
Fri Sep 28, 2018 11:43 pm
Forum: Bug Reporting
Topic: New Analog Channels Not Being Logged - RaceCapture MK3
Replies: 5
Views: 10655

Thanks Brent. I'll give that a try. Can you expand on what is going on in the back end when trying to send a configuration to the Race Capture while I have a script that starts logging on power up? Based on what you said I could see some issues coming from that. The SD card was indeed plugged in the...
by wizrd54
Fri Sep 28, 2018 8:56 pm
Forum: Bug Reporting
Topic: New Analog Channels Not Being Logged - RaceCapture MK3
Replies: 5
Views: 10655

Hi Brent. Log file is attached. This is after driving around the block for a few minutes. The car is stored at my friend's house so I can try something else in a few days. I had to delete half the rows to get under the 256kb file limit. Let me know if for some reason this doesn't give you what you w...
by wizrd54
Fri Sep 28, 2018 2:34 am
Forum: Bug Reporting
Topic: New Analog Channels Not Being Logged - RaceCapture MK3
Replies: 5
Views: 10655

New Analog Channels Not Being Logged - RaceCapture MK3

We got our new engine running tonight and added a few analog voltage inputs such as oil pressure, temperature, and wideband lambda. For some reason these channels do not seem to be logging to the data file. They are reading properly as seen on the dashboard, and are set to be sampled at various rate...
by wizrd54
Thu Sep 06, 2018 12:31 am
Forum: AnalogX
Topic: AnalogX RCP MK2/MK3 CAN map still limited to linear sensors?
Replies: 3
Views: 8106

I don't have an Analog X, but I think the limitation over CAN is that you can only specify a scaling factor and offset to the raw CAN value to obtain something in engineering units. I haven't tried this before, but could you create virtual channels in the Lua scripting that take in the raw voltage o...
by wizrd54
Wed Aug 29, 2018 12:56 am
Forum: Sensors
Topic: BMW (E36) Pressure Transducer Adapters
Replies: 1
Views: 6554

BMW (E36) Pressure Transducer Adapters

Hello!

I'm planning on installing a few pressure transducers and was wondering what adapters people are using to go from 1/8" NPT to M12x1.5 (common threads for BMW E36 ports). I found some, but saw many reviews of brass ones cracking or breaking off in people's engines.
by wizrd54
Mon Nov 27, 2017 3:37 am
Forum: RaceCapture/Pro General Q&A
Topic: Data Analysis Software - Motec, Gems, AEM
Replies: 119
Views: 2356590

@wizrd54, I'd be interested in getting your Python script - WinDarab looks pretty interesting, even the free version. Thanks, Scott Here you go. The variable names and code is a bit of a mess because this evolved over time and was mostly me coding at track days. One note is that every once in a whi...
by wizrd54
Tue Oct 10, 2017 5:24 pm
Forum: RaceCapture App Bug Reporting / Feature Requests
Topic: Racecapture App for Windows Crashing
Replies: 6
Views: 11446

I always have this issue on my computer when opening the analog section of the setup area. No idea why it is happening. It seems to only happen on my laptop. Might try uninstalling everything and reinstalling it to see if that fixes it.
by wizrd54
Tue Oct 10, 2017 3:01 pm
Forum: RaceCapture App Bug Reporting / Feature Requests
Topic: Track Detection Pop-Up Occurs at Inconvenient Times and More
Replies: 0
Views: 96475

Track Detection Pop-Up Occurs at Inconvenient Times and More

First I wanted to say that we used the RCP for the first time during an actual race this past weekend at Pitt Race. It worked great! Post-race analysis showed us where our drivers could improve their technique and lap times. However, one issue we had was that the track detection screen would pop up ...
by wizrd54
Wed Oct 04, 2017 11:13 pm
Forum: Lua Scripting
Topic: Can't Get Action Button State and Only Controls Logging?
Replies: 3
Views: 6661

I will play around with it more tomorrow and this weekend, but I get no 0s or 1s when trying println(getButton()). Debugging worked fine for the rest of the script. The rest of my script worked though. I was originally going to make a timer for the driver to know how long they have been in the car f...
by wizrd54
Wed Oct 04, 2017 3:02 am
Forum: Lua Scripting
Topic: Can't Get Action Button State and Only Controls Logging?
Replies: 3
Views: 6661

Can't Get Action Button State and Only Controls Logging?

I was trying to have a script that would do some action when the action button on the RCP was pressed. It doesn't seem that I'm able to get the state of the action button. I tried just doing println(getButton()), but nothing showed up. Also noticed that by default the action button starts and stops ...
by wizrd54
Tue Oct 03, 2017 6:33 pm
Forum: Lua Scripting
Topic: Im going insane. Help required geeting 2 scripts to work
Replies: 5
Views: 8488

The problem is almost certainly two onTick functions. Get rid of the top onTick function function onTick() getcoolantTemp() updateFuelAvg(getAnalog(0)) end The onTick method is what the Lua engine executes every N (the value of setTick...
by wizrd54
Tue Oct 03, 2017 3:32 pm
Forum: RaceCapture/Pro General Q&A
Topic: Data Analysis Software - Motec, Gems, AEM
Replies: 119
Views: 2356590

I have created my own Python script to convert the sparse CSVs into a tab delimited text file that can be read by Bosch Motorsports WinDarab. I doubt many people are using this program because a full license is expensive, but it's top notch. If anyone wants it, let me know.
by wizrd54
Tue Oct 03, 2017 3:23 pm
Forum: Lua Scripting
Topic: Calculated Brake Pressure
Replies: 6
Views: 8756

This worked great. Really good document to explain everything as well. Thank you.

I scaled it 0-100 and ended up needing to use 200000 instead of the 50000 called out in the PDF. Our 318ti chump car is a bit less aerodynamic than a Formula Ford used in the documentation haha.
by wizrd54
Sat Jul 22, 2017 8:19 pm
Forum: OBDII PIDs discussion
Topic: BMW E36 / MS41 OBD mapping
Replies: 9
Views: 24522

I'm having similar issues. E36/M44 motor. I get some data, but then it says it is squelching the PIDs that I'm trying to request. I'm using the OBD classic connector. I'm following the setup for PIDs listed on the OBDII wiki for Mode 1. Should be coming over CAN or OBD when using the adapter and is ...