TMC is an independent, primarily volunteer organization that relies on ad revenue to cover its operating costs. Please consider whitelisting TMC on your ad blocker and becoming a Supporting Member. For more info: Support TMC
  1. TMC is currently READ ONLY.
    Click here for more info.

Roadster 2.5's log file example needed

Discussion in 'Roadster: Technical' started by nicky _cwt, Nov 3, 2020.

  1. nicky _cwt

    nicky _cwt Member

    Joined:
    Sep 22, 2019
    Messages:
    37
    Location:
    Hong Kong
    I have problem with my log file and want to compare to other roadster 2.5's log file.

    Hope I can get some examples from you guys.

    Appreciated and thanks in advance!

    If you willing to help, please send email to [email protected].
     
  2. S-2000 Roadster

    Joined:
    Apr 10, 2009
    Messages:
    702
    Nicky, you might be able to use my macOS application to examine your log files. There are also other Roadster log file applications available from members of this forum.

    I just noticed that the Roadster logs may have a "Y2K" sort of problem that started as early as October 2020, maybe as late as January 2021. Has anyone else noticed an issue with the file names and dates? Then again, maybe it's just that my Roadster computer got reset during a service visit to Tesla, and I didn't notice until I pulled the logs.
     
  3. markwj

    markwj Moderator, Asia Pacific

    Joined:
    Apr 10, 2011
    Messages:
    4,576
    Location:
    Hong Kong
  4. slcasner

    slcasner Active Member

    Joined:
    Feb 20, 2011
    Messages:
    1,129
    Location:
    Sunnyvale, CA
    You can work around this GPS timestamp error if you add some code similar to the following to your parser.
    Code:
        // This next fixes incorrect timestamps due to the GPS week number rollover.
        const time_t week1024 = 1024 * 7 * 24 * 60 * 60;
        if (ts > 1554508800-week1024 && ts < 1150765200) {
           ts += week1024;
        }
    
     
    • Helpful x 3

Share This Page

  • About Us

    Formed in 2006, Tesla Motors Club (TMC) was the first independent online Tesla community. Today it remains the largest and most dynamic community of Tesla enthusiasts. Learn more.
  • Do you value your experience at TMC? Consider becoming a Supporting Member of Tesla Motors Club. As a thank you for your contribution, you'll get nearly no ads in the Community and Groups sections. Additional perks are available depending on the level of contribution. Please visit the Account Upgrades page for more details.


    SUPPORT TMC