Requirements on BSW Modules for SAE J1939, AUTOSAR 22-11, CP, No.613
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順次確認中です。
間違っていたら、いいね を押していただいて、コメント欄にご報告くださると幸いです。
編集リクエストが、構造的な変更をしている最中に、構造的な編集リクエストをしていただくと、
何をどう直したらいいかわからなくなってしまいます。自動修復ツールがつくれていません。ごめんなさい。
文書は検索してダウンロードすることができます。
クラウドサービスにありがちな、あるのにないかのような検索結果が出ることがあります。
要求/仕様(Requirement and Specification)
一覧
AUTOSAR R22-11 Adaptive Platform 一覧はこちら。
Adaptive Platform Release Overview, No.782, AP, AUTOSAR 22-11 新
Foundation Release Overview, No.781, FO, AUTOSAR 22-11 新
Classic Platform Release Overview, AUTOSAR R22-11, CP, No.0(2)
AUTOSAR R22-11 マラソン
Qiitaの記事の一覧は作成中です。
AUTOSAR R22-11 一覧(2)
Abstract Platformとの関係
RS統合。
<この項は書きかけです。順次追記します。>
文書変更(Document Change)
• No content changes
用語(terms)
Term | Description |
---|---|
AC | SAE J1939 AddressClaimed PG |
BSW | Basic Software (module) of AUTOSAR |
CA | Controller Application |
DA | Destination Address |
DET | Default Error Tracer |
DP | Data Page |
EDP | Extended Data Page |
J1939Dcm | SAE J1939 Diagnostic Communication Manager |
J1939Nm | SAE J1939 Network Management |
J1939Rm | SAE J1939 Request Manager |
J1939Tp | SAE J1939 Transport Layer |
MetaData | PDU Meta Data |
PDU | Protocol Data Unit |
PDU1 | PDU Type 1s |
PDU2 | PDU Type 2s |
PDUF | PDU Format |
PDUS | PDU Specific |
PG | Parameter Group |
PGN | Parameter Group Number |
SA | Source Address |
AddressClaimed | Used to claim an address on an SAE J1939 bus (PGN = 0x0EE00). |
Acknowledgement | Used to acknowledge a Request on an SAE J1939 bus (PGN = 0x0E800). |
Controller Application | The role of an ECU that is tied to one source address. |
Destination Address | The address of the receiver of a PG. |
Default Error | Tracer Supports reporting of development errors and runtime errors. |
Development Error | An error that is surely detected during development time. This class of errors typically stops the ECU. |
Data Page | The most significant bit (MSB) of the 18 bit PGN. |
Extended Data Page | The second bit (after MSB) of the 18 bit PGN. |
Local Address | Refers to the source address of a transmitted PG and the destination address of a received PG. |
PDU MetaData | Meta data transferred alongside a PDU. For SAE J1939, this can |
be the CAN ID, the SA, the DA, or the Priority of a PGN. | |
N-PDU | PDU of the SAE J1939 Transport Layer, exchanged with the CAN Interface. |
N-SDU | SDU of the SAE J1939 Transport Layer, exchanged with the PDU Router. |
Parameter Group | A message on an SAE J1939 bus. |
Parameter Group Number | Identifier of a Parameter Group (18 bits, contains EDP, DP, PDUF, PDUS) |
PDU Type 1 | This kind of PGs can be sent to a specific destination address. |
PDU Type 2 | This kind of PGs is always broadcast to the whole network. |
PDU Format | The middle byte of the 18 bit PGN. |
PDU Specific | The lower byte of the 18 bit PGN. |
Protocol Data Unit | A message transferred between the layers of the AUTOSAR stack, also known as I-PDU. |
Remote Address | Refers to the destination address of a transmitted PG and the source address of a received PG. |
Request / Request2 | SAE J1939 PGs used to request information from another ECU (Request PGN = 0x0EA00, Request2 PGN = 0x0C900). |
Runtime Error | An error that is only detected during run-time of an ECU. |
SAE J1939 | A standard published by the SAE that describes the communication of ECUs of commercial vehicles (on-road and off-road). See also [8, SAE J1939]. |
SAE J1939 Diagnostic Communication Manager | The SAE J1939 Diagnostic Communication Manager handles the diagnostic messages of the SAE J1939 Controller Applications implemented by an ECU. See also [9, SAE J1939 73]. |
SAE J1939 Network Management | The SAE J1939 Network Management module handles the address arbitration of the SAE J1939 Controller Applications implemented by an ECU. See also [10, SAE J1939 81]. |
SAE J1939 Request Manager | The SAE J1939 Request Manager handles the requests and acknowledgements of the SAE J1939 Controller Applications implemented by an ECU. See also [11, SAE J1939 21]. |
SAE J1939 Transport Layer | The SAE J1939 Transport Layer module handles the SAE J1939 transport protocols for the Controller Applications implemented by an ECU. See also [11, SAE J1939 21]. |
Source Address | The address of the transmitter of a PG. |
TP.CM | SAE J1939 Transport Protocol Connection Management message. |
TP.DT | SAE J1939 Transport Protocol Data Transfer message. |
英日単語帳
日本語は仮訳
T.B.D.
参考(reference)
Glossary も 参考に入れましょう。
https://www.autosar.org/fileadmin/standards/foundation/22-11/AUTOSAR_TR_Glossary.pdf
[1] Specification of a Transport Layer for SAE J1939
AUTOSAR_SWS_SAEJ1939TransportLayer
[2] Specification of a Request Manager for SAE J1939
AUTOSAR_SWS_SAEJ1939RequestManager
[3] Specification of Network Management for SAE J1939
AUTOSAR_SWS_SAEJ1939NetworkManagement
[4] Specification of a Diagnostic Communication Manager for SAE J1939
AUTOSAR_SWS_SAEJ1939DiagnosticCommunicationManager
[5] Requirements on Diagnostics
AUTOSAR_RS_Diagnostics
[6] Standardization Template
AUTOSAR_TPS_StandardizationTemplate
[7] Glossary, AUTOSAR_TR_Glossary
https://www.autosar.org/fileadmin/standards/R22-11/FO/AUTOSAR_TR_Glossary.pdf
[8] SAE J1939 – Serial Control and Communications Heavy Duty Vehicle Network
[9] SAE J1939-73 Application Layer – Diagnostics
[10] SAE J1939-81 Network Management
[11] SAE J1939-21 Data Link Layer
[12] Main Requirements
AUTOSAR_RS_Main
[13] General Requirements on Basic Software Modules
AUTOSAR_SRS_BSWGeneral
関連文書(Related document)
AUTOSAR Abstract Platformへの道(詳細編)
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更新
Requirements on BSW Modules for SAE J1939, AUTOSAR 613, R22-11, CP, 20230421
https://qiita.com/kaizen_nagoya/items/deb8854551c68a3fbf6c
<この記事は個人の過去の経験に基づく個人の感想です。現在所属する組織、業務とは関係がありません。>
文書履歴(document history)
ver. 0.01 初稿 20230127
ver. 0.02 ありがとう追記 20230702
最後までおよみいただきありがとうございました。
いいね 💚、フォローをお願いします。
Thank you very much for reading to the last sentence.
Please press the like icon 💚 and follow me for your happy life.