Search found 27 matches

by Mustangkev
Wed Mar 22, 2017 2:26 am
Forum: Lua Scripting
Topic: Sharing Math Channels for E46 M3
Replies: 7
Views: 6118

The brakeG channel is to separate out the areodynamic drag force from the decceleration G-Froce to leave just the braking effort. This channel was created as there is no brake pressure channel on the CANBUS. The math is from this website http://www.jameshakewill.com/brake-trace.pdf The totalG channe...
by Mustangkev
Wed Mar 22, 2017 2:18 am
Forum: Lua Scripting
Topic: Sharing Math Channels for E46 M3
Replies: 7
Views: 6118

Sharing Math Channels for E46 M3

I've recently discovered how to add math channels to the E46 standard script that I have been using and wanted to share them here. The calculations have mostly come from the book "analysis techniques for racecar data acquisition" by Jorge Segers. I've condensed some of the calculations and...
by Mustangkev
Wed Mar 22, 2017 1:53 am
Forum: Feature Requests
Topic: More Memory for Lua Script Section
Replies: 24
Views: 28109

More Memory for Lua Script Section

I've recently learnt how to write math channels on the pro2 and I'm now bumping up against the memory limit for this section. I've added about 7 channels in addition to the standard E46 lua script. I've taken out all comments and every single space that I can find to condense the code down as much a...
by Mustangkev
Fri Sep 23, 2016 2:47 am
Forum: Sensors
Topic: Izzy racing tyre infrared temperature sensors
Replies: 4
Views: 5747

I believe it is.
by Mustangkev
Fri Sep 16, 2016 2:09 pm
Forum: Sensors
Topic: Izzy racing tyre infrared temperature sensors
Replies: 4
Views: 5747

Izzy racing tyre infrared temperature sensors

Has anyone looked at these tyre infrared temperature sensors to see if they would work with the race capture pro? They look like a pretty good option and are on sale at the moment. They have just the pcb version for cheaper and are CAN 2.0 compatible. http://www.izzeracing.com/products/infrared-temp...
by Mustangkev
Thu Apr 07, 2016 9:17 pm
Forum: Lua Scripting
Topic: Help with Calculated channel
Replies: 5
Views: 4062

I'll post up my full script this evening but to clarify, I'm using the e46 script from your site as the starting point and the individual wheel speeds are working correctly.
by Mustangkev
Thu Apr 07, 2016 4:55 pm
Forum: Lua Scripting
Topic: Help with Calculated channel
Replies: 5
Views: 4062

Thanks for the help. My issue was that I didn't know the correct command to request a CAN channel. I've tried the new script that you posted but have not been able to get it to work. I've even tried simplifying it as much as possible to get something working so that I can then build it up to the ful...
by Mustangkev
Fri Mar 25, 2016 2:02 am
Forum: Lua Scripting
Topic: Help with Calculated channel
Replies: 5
Views: 4062

Help with Calculated channel

I'm trying to set up a virtual channel based on a calculation of existing CAN channels but I've not been able to get it to work. I started with the channel averaging example that is posted in the scripting examples. I'd like to calculate wheel slip which is one of the rear wheel speeds divided by th...
by Mustangkev
Sun Jan 31, 2016 5:12 pm
Forum: Lua Scripting
Topic: E46 Individual Wheels speeds and other channels
Replies: 15
Views: 12913

I just uploaded this and took a drive around the block. The only two items that don't work for me are gearbox temperature and brake pressure. Every other parameter provided a reading. This was tested on a 2004 M3.
by Mustangkev
Mon Jun 22, 2015 3:30 pm
Forum: Lua Scripting
Topic: E46 Individual Wheels speeds and other channels
Replies: 15
Views: 12913

The ride height sensors are on the left side front and rear. It should be reasonable simple to add additional ones to the right side though. From what I've read, no data is available over the CAN bus from the light control module. The module does have the can bus wires running to it but I believe th...
by Mustangkev
Sun Jun 21, 2015 10:24 pm
Forum: Lua Scripting
Topic: E46 Individual Wheels speeds and other channels
Replies: 15
Views: 12913

Yep. I started with the base script that you had available and then added to it.
Next step is to tap in to the ride height sensors for the auto-leveling headlights and use them as shock position channel.
by Mustangkev
Fri Jun 19, 2015 3:30 am
Forum: Lua Scripting
Topic: E46 Individual Wheels speeds and other channels
Replies: 15
Views: 12913

E46 Individual Wheels speeds and other channels

I thought this would be a good place to share this info. I have individual wheel speeds, clutch and brake indicator along with a couple of other channels deciphered. These work for my M3, I'm assuming they will work for all 3-series but this would need to be verified. wheelLFId = addChannel("Wh...