Specification of Diagnostic Log and Trace, AUTOSAR 22-11, CP, No.351
AUTOSARは、ISO、IEC、ITUと情報交換契約を結んでいません。
AUTOSAR文書には、ISO、IEC,ITU記述を全文引用することはできません。
WTO/TBT協定に基づき、国際的な調達は国際規格との差異を記述することにより文化依存しない仕様を目指します。
ISO、IEC、ITU文書を合わせて読むと技術内容は理解できます。
CAN、OSEK/VDX OS、DIAGは、ISO定義を先に確認しましょう。
OSEK COM、OSEK NMなどはISOの規定から基本的な部分で定義を変えています。
変更している部分を仕様等で明記するか、ISOを改定するとよいでしょう。
AUTOSARの参考文献欄の改定が進んでいません。
Glossary用語定義の網羅性が低いです。
本文を読む前に確認するとよいかもしれません。
本文を読んでから確認してもよいかもしれません。
AUTOSARが、2022年の版、R22-11公開しました。公開行事の模様は
AUTOSAR R22-11 Release Event 20221208
下記URL順次確認中です。
https://www.autosar.org/fileadmin/standards/R22-11/CP/AUTOSAR_SWS_DiagnosticLogAndTrace.pdf
間違っていたら、いいね を押していただいて、コメント欄にご報告くださると幸いです。
編集リクエストが、構造的な変更をしている最中に、構造的な編集リクエストをしていただくと、
何をどう直したらいいかわからなくなってしまいます。自動修復ツールがつくれていません。ごめんなさい。
文書は検索してダウンロードすることができます。
クラウドサービスにありがちな、あるのにないかのような検索結果が出ることがあります。
要求/仕様(Requirement and Specification)
一覧
AUTOSAR R22-11 Classic Platform 一覧はこちら。
Classic Platform Release Overview, AUTOSAR R22-11, CP, No.0(2)
AUTOSAR R22-11 マラソン
Qiitaの記事の一覧は作成中です。
AUTOSAR R22-11 一覧(2)
Abstract Platformとの関係
Log and Trace機能を基本機能に統合。
<この項は書きかけです。順次追記します。>
文書変更(Document Change)
Added DltProtocolVersion Parameter
Added Privacy flags and message tags
Editorial changes
用語(terms)
Term | Description |
---|---|
APID | Application ID |
CTID | Context ID |
Dlt | Diagnostic Log and Trace |
MCNT | Message Counter |
MSBF | Most Significant Byte First |
MSBI | Message Bus Info |
MSCI | Message Control Info |
MSLI | Message Log Info |
MSTP | Message Type |
MSTI | Message Trace Info |
NOAR | Number of Arguments |
STMS | Timestamp |
UEH | Use Extended Header |
VERB | Verbose |
VERS | Version Number |
WEID | With ECU ID |
WSID | With Session ID |
WTMS | With Timestamp |
Log and trace message | A log and trace message contains all data and options to describe a log and trace event in a software. A log and trace message consists of a header and payload. |
Dlt User | A Dlt User represents the source of a generated Dlt message. The possible users are SW-Cs, RTE (for VFB traces), DEM, or DET. |
Log Message | A Log Message contains debug information like state changes or value changes. |
Trace Message | A Trace messages contains information, which has passed via the VFB. |
ECU ID | ECU IDis the name of an ECU, composed by four 8-bit ASCII characters (e.g., ABS0 or COMB). |
Session | A session is a logical entity of source of log or trace messages. If an application / SW-C is instantiated several times, each instance gets a globally unique session ID with respect to the application / context ID. It is possible for an application / SWC to have several simultaneous log or trace sessions, if it has several ports opened to Dlt. Since Session ID is not specified in AUTOSAR for SW-Cs, the port defined argument values shall be used for this number. |
Session ID | Session ID is the identification number of a log or trace session. |
Application ID | Application ID is an abbreviation of an application / SW-C. It identifies the application / SW-C a log and trace message originates from. The Application ID is composed by four 8-bit ASCII characters. |
Context ID | Context ID is a user defined identifier to group Log and Trace Messages generated by an application / SW-C. The following rules apply: - Each ApplicationID can own several Context IDs. - Context IDs are grouped by Application IDs. - Context IDs shall be unique within an Application ID. - The source of a log and trace message is identified using the tuple “ApplicationID” and “ContextId”. Four 8-bit ASCII characters compose the ContextId. |
Message ID | Messaged ID is the identifier to characterize the information, which is transported by the message itself. A Message ID identifies a kind of log or trace message uniquely. It can be used for identifying the source (in source code) of a message and it can be used for characterizing the payload of a message. A Message ID is statically fixed at development or configuration time. |
Log level | A log level defines a classification for the severity grade of a Log Message. |
Trace status | The trace status provides information, if a trace message should be send. |
Log Channel | A physical communication bus, which is used to transmit Dlt messages. |
External client | The external client is a tool to control, monitor, and store log / trace messages provided by ECUs using the Dlt module. |
英日単語帳
日本語は仮訳
T.B.D.
参考(reference)
Glossary も 参考に入れましょう。
https://www.autosar.org/fileadmin/standards/R22-11/FO/AUTOSAR_TR_Glossary.pdf
3.1 Inputdocuments
[1] Log and Trace Protocol Specification with protocol version "1"
PRS_DLTProtocol.pdf from AUTOSAR Release R20-11;
[2] Log and Trace Protocol Specification with protocol version "2"
AUTOSAR_PRS_LogAndTraceProtocol.pdf from AUTOSAR Release R21-11;
[3] AUTOSAR Layered Software Architecture
AUTOSAR_EXP_LayeredSoftwareArchitecture.pdf
[4] AUTOSAR General Requirements on Basic Software Modules
AUTOSAR_SRS_BSWGeneral.pdf
[5] AUTOSAR Specification of RTE
AUTOSAR_SWS_RTE.pdf
[6] AUTOSAR Specification of PDU Router
AUTOSAR_SWS_PDURouter.pdf
[7] AUTOSAR Specification of NVRAM Manager
AUTOSAR_SWS_NVRAMManager.pdf
[8] AUTOSAR Specification of Default Error Tracer
AUTOSAR_SWS_DefaultErrorTracer.pdf
[9] AUTOSAR Specification of Diagnostic Event Manager
AUTOSAR_SWS_DiagnosticEventManager.pdf
[10] AUTOSAR Specification of GPT Driver
AUTOSAR_SWS_GPTDriver.pdf
3.2 Related standards and norms
IEC 7498-1 The Basic Model, IEC Norm, 1994
<この項は書きかけです。順次追記します。>
関連文書(Related document)
2023年1月 記事数一覧
年末100記事を30点に仕上げる。
2023 書き初め
「はじめてのCAN/CANFD 」 ベクタージャパン <エンジニア夏休み企画>【読書感想文】
三方良し Udemy 車載LAN入門講座 CAN通信編
詳解 車載ネットワーク CAN, CAN FD, LIN, CXPI, Ethernetの仕組みと設計のために(1) 著者 <エンジニア夏休み企画 読書感想文>
詳解 車載ネットワーク CAN, CAN FD, LIN, CXPI, Ethernetの仕組みと設計のために(2)参考文献 <エンジニア夏休み企画>【読書感想文】
詳解 車載ネットワーク CAN、CAN FD、LIN、CXPI、Ethernetの仕組みと設計のために
AUTOSAR Abstract Platform User Group Weekly Report(1) 2022.1.8
AUTOSAR Abstract Platform User Group Weekly Report(2) 2022.1.15
202304 URL更新
Specification of Diagnostic Log and Trace, AUTOSAR 351, R22-11, CP, 20230421
https://qiita.com/kaizen_nagoya/items/02016502686cdb4336fc
<この記事は個人の過去の経験に基づく個人の感想です。現在所属する組織、業務とは関係がありません。>
文書履歴(document history)
ver. 0.01 初稿 20230120
ver. 0.02 ありがとう追記 20230624
最後までおよみいただきありがとうございました。
いいね 💚、フォローをお願いします。
Thank you very much for reading to the last sentence.
Please press the like icon 💚 and follow me for your happy life.