AUTOSAR DLT | Diagnostic Log & Trace | Automotive Embedded |

Sdílet
Vložit
  • čas přidán 12. 09. 2024

Komentáře • 16

  • @vinaykadbur
    @vinaykadbur Před 2 lety +1

    Kaushik, first of all you are doing a good job kudos. Can you also tell me more about the mandatory configuration in autosar?

    • @naikkaushik
      @naikkaushik  Před 2 lety

      Thank You :) I will consider your request and see what I can do :) Do subscribe for future updates :)

  • @bharathkumarbm9124
    @bharathkumarbm9124 Před rokem +1

    Hi Kaushik, it's really good.. could you pls share me the link which is in order sessions. Like chapter 1, chapter 2.... So that we can go through correct sessions. It will so helpful to learn. Thank you.

    • @naikkaushik
      @naikkaushik  Před rokem

      You can check this playlist:
      czcams.com/play/PLUM_240JCc42X6sHKAFsN-axX2XNgo1Xv.html

  • @Ankaj777
    @Ankaj777 Před 2 měsíci

    the links to the SRS diagnostic log and trace are not working and seems to be gone from AUTOSAR website. if you have a copy downloaded please update the link to the repository.

  • @chirag_babariya
    @chirag_babariya Před dnem

    Could you please update the link

  • @mounikabowribilli2968
    @mounikabowribilli2968 Před 4 měsíci

    Hi kaushik,
    Does the response of any dlt command contains service id too? As for requesting for any command to perform we'll be sending its service id and request parameters as part of the request. In the same do we have service id in request? Or only request parameters we'll receive

  • @kalpeshlunagariya75
    @kalpeshlunagariya75 Před rokem

    Hi Kaushik, do you know how Dlt msg from ECU can be represent in DLT Viewer tool

  • @arep22
    @arep22 Před 3 lety +2

    Hi..Can I get your e-mail..what is different between verbose and non verbose. And how to get dlt log.

    • @naikkaushik
      @naikkaushik  Před 3 lety +2

      Hi, as I said in the video, the frame formats with which the logs are sent on the communication bus.. verbose mode includes the complete DLT header (standard and extended header) and non verbose mode includes only standard header with a message Id in the payload... this difference is to reduce the overhead on the bus...
      And on receiving the DLT log, I hope you asked how to view the logs on the PC?
      One way is you can view the logs on the console itself.. or else you can save the logs in a file and then access it... or you can install a DLT client application which is available open source.. using which you can see the DLT logs sent on the on the screen...all these 3 methods needs to be configured when implementing...

  • @shasidharreddyn9716
    @shasidharreddyn9716 Před 2 lety

    Hi , I'm sending message to dlt from my swc, after some time few messages are missing in the dlt viewer. Is dlt discarding my messages , how can I check that. Pls give your response it could be more helpful to me.

    • @naikkaushik
      @naikkaushik  Před 2 lety

      Hi Shasidhar. Have you checked with the if the logs which are missed, if those are configured to have loglevel greater than the reference or default log level? If so, those logs will be neglected by the DLT.

  • @arunbabu986
    @arunbabu986 Před rokem

    What is the difference between session id and application id?

    • @Yaggale
      @Yaggale Před rokem

      One example: If you have an application (0xabc), which checks the connection for 2 other ECUs in parallel, LogMessages could be
      application 0xabc, session id 0x1: check of ECU(1) started
      application 0xabc, session id 0x2: check of ECU(2) started
      Depending on Application, from my experience most applications have only one session.
      This is independent from DLT, in other protocols, program languages they are using application and session similar

  • @quizwhiz111
    @quizwhiz111 Před 2 lety

    There is no link