Notices

% WOT in Race Analysis.

Thread Tools
 
Search this Thread
 
Old 09-30-2016, 10:04 AM
  #16  
ProCoach
Rennlist
Basic Site Sponsor
 
ProCoach's Avatar
 
Join Date: Jun 2008
Location: Durham, NC and Virginia International Raceway
Posts: 19,097
Received 3,270 Likes on 1,865 Posts
Default

Dwaine, thanks for your great input on that GT4CS shock thread!

That addition Matt suggested certainly is a good one.
__________________
-Peter Krause
www.peterkrause.net
www.gofasternow.com
"Combining the Art and Science of Driving Fast!"
Specializing in Professional, Private Driver Performance Evaluation and Optimization
Consultation Available Remotely and at VIRginia International Raceway






















Old 09-30-2016, 10:29 PM
  #17  
Matt Romanowski
Rennlist Hoonigan
which cost no drachmas
Lifetime Rennlist
Member


Rennlist
Site Sponsor
 
Matt Romanowski's Avatar
 
Join Date: Dec 2001
Location: Manchester, NH
Posts: 12,641
Received 967 Likes on 581 Posts
Default

Here is how I made a channel for wide open throttle over some RPM level. You could do something similar with if you had a bogging channel and then do a bit_xor instead of a bit_and. It looks right, but I'm doing this while watching TV on the couch, so double check it, though I'm pretty sure it's right.

WOT: IF(GT(ECU_TPS,90),1,0)
RPM Limit: IF(GT(ECU_RPM,4500),1,0)
WOT RPM: bit_and(WOT,RPM Run)
WOT/RPM Lap Distance: lap_integ(WOT RPM*GPS_Speed*MPH2FTS)*100/lap_integ(GPS_Speed*MPH2FTS)

Red channels are ones that have to match the name of your channels. Green is a variable that you have to pick the level.
Old 10-01-2016, 06:32 PM
  #18  
Krokodil
Rennlist Member
 
Krokodil's Avatar
 
Join Date: Aug 2007
Posts: 721
Received 15 Likes on 11 Posts
Default

Originally Posted by ProCoach
Dwaine, thanks for your great input on that GT4CS shock thread!

That addition Matt suggested certainly is a good one.
No worries. Hopefully they figure our the problem. Yes, Matt's suggestion, and new formulas below, looks good.

Cheers,
Old 10-01-2016, 06:33 PM
  #19  
Krokodil
Rennlist Member
 
Krokodil's Avatar
 
Join Date: Aug 2007
Posts: 721
Received 15 Likes on 11 Posts
Default

Originally Posted by Matt Romanowski
Here is how I made a channel for wide open throttle over some RPM level. You could do something similar with if you had a bogging channel and then do a bit_xor instead of a bit_and. It looks right, but I'm doing this while watching TV on the couch, so double check it, though I'm pretty sure it's right.

WOT: IF(GT(ECU_TPS,90),1,0)
RPM Limit: IF(GT(ECU_RPM,4500),1,0)
WOT RPM: bit_and(WOT,RPM Run)
WOT/RPM Lap Distance: lap_integ(WOT RPM*GPS_Speed*MPH2FTS)*100/lap_integ(GPS_Speed*MPH2FTS)

Red channels are ones that have to match the name of your channels. Green is a variable that you have to pick the level.
Thank you. This is much appreciated. I will see if I can figure our how to make the formulas work.

Cheers,



Quick Reply: % WOT in Race Analysis.



All times are GMT -3. The time now is 08:23 PM.