Notices

Brake coast turn?

Thread Tools
 
Search this Thread
 
Old 08-01-2015 | 11:39 AM
  #1  
mglobe's Avatar
mglobe
Thread Starter
The Penguin King
Rennlist Member
 
Joined: Apr 2006
Posts: 9,839
Likes: 120
From: Houston
Default Brake coast turn?

Is there a way to make a braking zone map in RS2 Analysis similar to the default map available in Traqview? I'm referring to the map that shows where your braking zones, turning, and coasting is occurring.
Old 08-01-2015 | 03:24 PM
  #2  
ProCoach's Avatar
ProCoach
Rennlist
Basic Site Sponsor
 
Joined: Jun 2008
Posts: 19,273
Likes: 3,470
From: Durham, NC and Virginia International Raceway
Default

You can do that with individual forces and with gSum.

Here are "banded" (i.e.colored according to value) maps for each.

Let me see if I can do the TM version.
Attached Images    
__________________
-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 08-01-2015 | 03:38 PM
  #3  
ProCoach's Avatar
ProCoach
Rennlist
Basic Site Sponsor
 
Joined: Jun 2008
Posts: 19,273
Likes: 3,470
From: Durham, NC and Virginia International Raceway
Default

Mike, this is as close as I can get quickly.

The TM does it off of longG only. Anything above .01g positive is acceleration, anything above -.3g negative is braking, anything in between is coasting.

Have not found a way to do specific (gforce) band breaks in the color coding on the AiM GPS channel mapping dialog.
Attached Images  
Old 08-01-2015 | 04:42 PM
  #4  
mglobe's Avatar
mglobe
Thread Starter
The Penguin King
Rennlist Member
 
Joined: Apr 2006
Posts: 9,839
Likes: 120
From: Houston
Default

Thanks Peter. That helped point me in the right direction.

I created a math channel with the following logic.

IF(LE(Longitudinal_a,-0.02),-1,IF(LT(abs(Longitudinal_a),0.02),0,IF(GT(abs(Lateral_acc),0.3),1,2)))


This gives me pretty much what I want, but now I can't for the life of me edit the color bands to what I want them to be. I can open the dialog box and change the colors (green for gas, blue for turn, black for coast, red for brake), but when I click accept, they go right back to the default colors.
Old 08-01-2015 | 04:55 PM
  #5  
ProCoach's Avatar
ProCoach
Rennlist
Basic Site Sponsor
 
Joined: Jun 2008
Posts: 19,273
Likes: 3,470
From: Durham, NC and Virginia International Raceway
Default

Yep, that is my issue, too.

Can you rewrite it to only take into account Long g? I want to test that.
Old 08-01-2015 | 11:07 PM
  #6  
Matt Romanowski's Avatar
Matt Romanowski
Rennlist Hoonigan
which cost no drachmas
Lifetime Rennlist
Member


Rennlist
Site Sponsor
 
Joined: Dec 2001
Posts: 12,741
Likes: 1,037
From: Manchester, NH
Default

I tried changing the colors with some other math channels and couldn't get the colors to stay. I also had trouble then getting it to go back to the stock colors. I think we've found a bug.
Old 08-06-2015 | 09:59 PM
  #7  
mglobe's Avatar
mglobe
Thread Starter
The Penguin King
Rennlist Member
 
Joined: Apr 2006
Posts: 9,839
Likes: 120
From: Houston
Default

Originally Posted by ProCoach
Yep, that is my issue, too.

Can you rewrite it to only take into account Long g? I want to test that.
IF(LE(Longitudinal_a,-0.02),-1,1)



Quick Reply: Brake coast turn?



All times are GMT -3. The time now is 04:34 PM.