Notices
Ask Tadge Archived: Corvette's Chief Engineer Tadge Juechter answers questions from the CorvetteForum community.

[ANSWERED] PDR Fix and Improvements

 
Thread Tools
 
Search this Thread
 
Old 05-16-2016, 08:40 PM
  #21  
LT1 Z51
Corvette Enthusiast
Support Corvetteforum!
 
LT1 Z51's Avatar
 
Member Since: Oct 2005
Location: Troy & Dearborn, Michigan
Posts: 5,343
Received 921 Likes on 614 Posts

Default

Originally Posted by Jay_Davis
No point in arguing. You guys are obviously experts.

I've actually used the same CPU's GM has used for engines for other applications. But no, I must have no idea about their clock and timing capabilities. Give me a break.

FYI: You still don't get the difference in clocks. Then again, apparently neither did the people that built the PDR.
No, I do. You just don't understand their limitations.

There is a valid reason for using GPS time for a lap timer as opposed to ECU based "clock" time (or pulse time).

It's like comparing a quartz watch to an atomic clock. The internal ECU time is like the quartz watch, while GPS time is like an atomic clock.

You can try to argue that you don't need the accuracy of the atomic watch, but I'd rather have it than not. There is a reason for races they use quite expensive timing devices.
LT1 Z51 is offline  
Old 05-17-2016, 07:58 AM
  #22  
Subw00er
Racer
 
Subw00er's Avatar
 
Member Since: Jul 2004
Posts: 474
Likes: 0
Received 14 Likes on 12 Posts

Default

This seems like a simple piece of code...
If pdr recording, dont update clock.

Thanks Tadge.
Subw00er is offline  
Old 05-17-2016, 06:53 PM
  #23  
Jay_Davis
Drifting
 
Jay_Davis's Avatar
 
Member Since: Dec 2003
Location: Hillsdale NJ
Posts: 1,712
Likes: 0
Received 90 Likes on 73 Posts

Default

Originally Posted by LS3 MN6
No, I do. You just don't understand their limitations.

There is a valid reason for using GPS time for a lap timer as opposed to ECU based "clock" time (or pulse time).

It's like comparing a quartz watch to an atomic clock. The internal ECU time is like the quartz watch, while GPS time is like an atomic clock.

You can try to argue that you don't need the accuracy of the atomic watch, but I'd rather have it than not. There is a reason for races they use quite expensive timing devices.
BUT GPS TIME IS NOT RELIABLE SO IT DOESN'T MEET THE REQUIREMENTS FOR THE LAP TIMER.

That's why everything that uses GPS has a backup system. In the case of the lap timer, the simple, reliable, "less accurate" method gets the job done well within what's required. That's called good engineering.

Last edited by Jay_Davis; 05-17-2016 at 07:23 PM.
Jay_Davis is offline  
Old 05-17-2016, 07:43 PM
  #24  
LT1 Z51
Corvette Enthusiast
Support Corvetteforum!
 
LT1 Z51's Avatar
 
Member Since: Oct 2005
Location: Troy & Dearborn, Michigan
Posts: 5,343
Received 921 Likes on 614 Posts

Default

Originally Posted by Jay_Davis
BUT GPS TIME IS NOT RELIABLE SO IT DOESN'T MEET THE REQUIREMENTS FOR THE LAP TIMER.

That's why everything that uses GPS has a backup system. In the case of the lap timer, the simple, reliable, "less accurate" method gets the job done well within what's required. That's called good engineering.
No, it is reliable, the issue people have is with the syncing of leap seconds. So they are complaining the time is TOO accurate. They'd like less accurate time without the leap seconds being added.

I think the reasonable approach of it updating more often is the best solution. That's good engineering, having a fall back for something because you expect it to fail (when it is a system that can be designed not to fail) is bad engineering.
LT1 Z51 is offline  
Old 05-18-2016, 07:10 PM
  #25  
Jay_Davis
Drifting
 
Jay_Davis's Avatar
 
Member Since: Dec 2003
Location: Hillsdale NJ
Posts: 1,712
Likes: 0
Received 90 Likes on 73 Posts

Default

Originally Posted by LS3 MN6
No, it is reliable, the issue people have is with the syncing of leap seconds. So they are complaining the time is TOO accurate. They'd like less accurate time without the leap seconds being added.

I think the reasonable approach of it updating more often is the best solution. That's good engineering, having a fall back for something because you expect it to fail (when it is a system that can be designed not to fail) is bad engineering.
Are you for real? EVERY SYSTEM THAT USES GPS HAS A BACKUP! This includes, aircraft, missiles, bombs, and the car's nav system. The 2 second adjustment is forcing you to see something all the time that could normally happen because you can't guarantee being in contact with the satellites. That two second glitch is even dumber because once it syncs the first time it can adjust it's clock so that in the future it wouldn't only have to account for further drift, but they obviously don't to that either. But then again, use a simple clock and none of this ever happens.
Jay_Davis is offline  
Old 05-18-2016, 08:14 PM
  #26  
truth.b
Drifting
 
truth.b's Avatar
 
Member Since: Mar 2012
Location: Raleigh North Carolina
Posts: 1,307
Received 119 Likes on 91 Posts

Default

Originally Posted by Subw00er
This seems like a simple piece of code...
If pdr recording, dont update clock.

Thanks Tadge.


I agree with Subw00er... from a software logic standpoint this is the fix. Hopefully they can implement it in the code without too much hassle. It all comes down to how the syncing algorithm works.
truth.b is offline  
Old 05-18-2016, 09:17 PM
  #27  
LT1 Z51
Corvette Enthusiast
Support Corvetteforum!
 
LT1 Z51's Avatar
 
Member Since: Oct 2005
Location: Troy & Dearborn, Michigan
Posts: 5,343
Received 921 Likes on 614 Posts

Default

Originally Posted by Jay_Davis
Are you for real? EVERY SYSTEM THAT USES GPS HAS A BACKUP! This includes, aircraft, missiles, bombs, and the car's nav system. The 2 second adjustment is forcing you to see something all the time that could normally happen because you can't guarantee being in contact with the satellites. That two second glitch is even dumber because once it syncs the first time it can adjust it's clock so that in the future it wouldn't only have to account for further drift, but they obviously don't to that either. But then again, use a simple clock and none of this ever happens.
This isn't mission critical. You are aware that in cars there are very few redundant systems.

It's not like aviation where everything is there 5 times.

I'm starting to think you are in some sort of field where redundancy is normal, in automotive it's not. In fact everyone tries to find ways to not have redundancy unless something is ASIL D (according to ISO 26262), because then you need to be redundant or diverse in your programming.

I work on stuff like this everyday.
LT1 Z51 is offline  
Old 05-19-2016, 08:06 PM
  #28  
Jay_Davis
Drifting
 
Jay_Davis's Avatar
 
Member Since: Dec 2003
Location: Hillsdale NJ
Posts: 1,712
Likes: 0
Received 90 Likes on 73 Posts

Default

When you loose the GPS signal your nav still works. A little less accurate but it still works because it uses other methods of location determination as a backup. Disconnect your GPS antenna and watch.
Jay_Davis is offline  
Old 05-19-2016, 09:53 PM
  #29  
LT1 Z51
Corvette Enthusiast
Support Corvetteforum!
 
LT1 Z51's Avatar
 
Member Since: Oct 2005
Location: Troy & Dearborn, Michigan
Posts: 5,343
Received 921 Likes on 614 Posts

Default

Originally Posted by Jay_Davis
When you loose the GPS signal your nav still works. A little less accurate but it still works because it uses other methods of location determination as a backup. Disconnect your GPS antenna and watch.
Dead reckoning is only used by the Nav map and it's a really poor and inaccurate backup. It uses vehicle speed and steering angle to "guess" what road you are on. If you lose the signal longer than a block or two, it quickly diverges from your actual location. I'd rather it just say "no GPS."

The purpose of it has to do with skyscrapers in cities blocking GPS between blocks. It's just good enough to meet that, but by no means is it a "backup." Rather a "Gap Filler."
LT1 Z51 is offline  
Old 05-21-2016, 03:41 PM
  #30  
sromley
Advanced
 
sromley's Avatar
 
Member Since: Feb 2015
Posts: 67
Received 1 Like on 1 Post
Default

So, what is the accuracy of the GPS from actual? Is it 2ft, 10ft, 50ft? Just curious.
sromley is offline  
Old 05-22-2016, 08:39 AM
  #31  
LT1 Z51
Corvette Enthusiast
Support Corvetteforum!
 
LT1 Z51's Avatar
 
Member Since: Oct 2005
Location: Troy & Dearborn, Michigan
Posts: 5,343
Received 921 Likes on 614 Posts

Default

Originally Posted by sromley
So, what is the accuracy of the GPS from actual? Is it 2ft, 10ft, 50ft? Just curious.
Depends on the grade. Car GPS I think is 10ft, about what your phone is.
LT1 Z51 is offline  
Old 01-30-2017, 07:03 PM
  #32  
Jay_Davis
Drifting
 
Jay_Davis's Avatar
 
Member Since: Dec 2003
Location: Hillsdale NJ
Posts: 1,712
Likes: 0
Received 90 Likes on 73 Posts

Default

As far as I know, there 's still no update which fixes this. Has anyone been able to get this fixed or any further info about an update?

Also, has anyone checked to see if the 2017 version has been fixed?
Jay_Davis is offline  
Old 02-11-2017, 11:02 PM
  #33  
Jay_Davis
Drifting
 
Jay_Davis's Avatar
 
Member Since: Dec 2003
Location: Hillsdale NJ
Posts: 1,712
Likes: 0
Received 90 Likes on 73 Posts

Default

Looks like there may be an update as per service bulletin 17-NA-013:

https://www.corvetteforum.com/forums...ck-timing.html

Let's hope this fixes it.
Jay_Davis is offline  
 



Quick Reply: [ANSWERED] PDR Fix and Improvements



All times are GMT -4. The time now is 03:01 AM.