SlideShare a Scribd company logo
1 of 19
Download to read offline
www.kpit.com
05th June 2019 Höhenkirchen, Germany
Dipl. Informatiker
Bernhard.Wagner@kpit.com, MBA
1 6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.
Diagnostic in Adaptive AUTOSAR
HPC Diagnostics
© KPIT Technologies Limited6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.2
Short flyover
over
Adaptive Autosar
Once you're in the forest, all the trees look pretty much alike
© KPIT Technologies Limited
What is the market driver for adaptive AUTOSAR
Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.3
Game changer for AUTOSAR –
selected main drivers
• Highly automated driving
• Car-2-X applications
• Internet of Things and cloud
services
• Increasing of data rates
• Electric Powertrain
Source: https://www.autosar.org/fileadmin/HOW_TO_JOIN/AUTOSAR_Introduction.pdf
What is the main impact of
adaptive Autosar for diagnostic?
6/4/2019
Classic
Based on OSEK an „C“
Execution of code directly from
ROM
Same address space for all
application (MPU for safety support)
Optimize for signal-based
communication
Fixed task configuration and
configuration
Specification
Static serialisation of PDUs
Adaptive
Based on POSIX PSE51 System
and C++ 14
Applicication is loaded from
persitent memory into RAM
Each applications has it own (virtual)
address space (MMU support)
Service-oriented communication
Support of multiple (dynamic)
scheduling strategies
Specifaction and code
Dynamic serialisation
© KPIT Technologies Limited
AUTOSAR is constantly growing
15 May 2019 All WG-Meeting 20194
Number of Partners Number of Products on the market
© KPIT Technologies Limited
Working Group Organization
6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.5
WG-AIF
Application Interfaces
WG-A
Architecture Team
WG-CP-RTE
Runtime Environment
WG-AP-DI
Demonstrator Integration
WG-AP-ST
System Tests
WG-CP-VAL
Validation
Cross-standard Working Groups (FO, CP, AP)
Lead Working Group
Working Group
Legend:
WG-AP-EMO
Execution Man. & OS
WG-RES
Resources
WG-DIA
Diagnostics
WG-IVC
In-Vehicle COM
Classic Platform Working Groups (CP) Adaptive Platform Working Groups (AP)
WG-UCM
Update & Conf. Management
WG-V2X
Vehicle to X
WG-CP-MCL
MCAL and NVRAM
Project Leader Team
WG-AP-PER
Persistency
WG-CP-LIB
Libraries
WG-CP-MCBD
Multicore BSW Distr.
WG-MT
Methodology and Templates
WG-SEC
Automotive Security
WG-SAF
Functional Safety
WG-AP-CCT
Core Coding Team
WG-AP-CLD
Cloud Services
WG-TSY
Time Synchronization Autosar Diagnostics
© KPIT Technologies Limited
Release Plan
15 May 2019 All WG-Meeting 20196
✓ released planned, content under evaluation
Q4/18 Q3/19Q1/19 Q2/19 Q4/19
R4.4.0Classic
Platform
Foundation
R1.5.1
R19-11
R1.5.0 R19-11
Q3/20Q1/20 Q2/20 Q4/20 Q1/21
Adaptive
Platform
R19-03R18-10 R19-11
Oct 2018
First Sync Release
Mar 2019
Stabilization Release
Nov 2019
Sync Release
R20-11
R20-11
R20-11
Nov 2020
Sync Release
✓
✓
✓
✓
✓
Process Harmonization
▪ Continue yearly sync release in November
▪ Additional stabilization releases possible
© KPIT Technologies Limited
Planned concepts in the next two years
6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.7
May
Jun Jul Aug Sep Oct Nov
7
Classic Platform
(9 concepts)
Ethernet Wake-up on
Data Line
VNSM
BSW Distribution
Firmware over the Air
Meta data for
application
HealthMonitoring
Harmonization CP
NV Data Handling
Enhancements
10-Base-T1S
Variant Handling
Adaptive P. & Classic P.
(7 concepts)
Security Extensions
Harmonized
IPSec Protocol
DoIP Extension
Signal Service
Translation
VFB++
Unified Timing and
Tracing approach
RS Safety
Adaptive Platform
(11 concepts)
Socket API
V2X Support
Adaptive MCD
Integration of IAM
Crypto API
Recovery action via
application
Mode dependent
configuration
PHM Daisy Chaining
UCM Master
Service versioning
ara::com
AD Sensor Interfaces
• 27 Concepts are
planned for R19-11
and R20-11
• Current status
• Concepts scheduled
for R20-11 are
marked with blue font
Setup
MS0
MS1
MS2 none
MS3 none
MS4 none
15 May 2019
HPC
Potential relevant
for Diagnostics
HPC
© KPIT Technologies Limited
What is Adaptive AUTOSAR?
6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.8
▪ Future-proof basis for automotive ECUs
▪ Key advantage: to develop ECU
applications independently of one
another
▪ Standardization of the runtime for
Adaptive Applications (ARA)
-> main focus on functional cluster for
(virtual) machines
▪ Standardization by AUTOSAR
Consortium (almost every OEM)
© KPIT Technologies Limited6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.9
D-Server
in Adaptive Autosar
© KPIT Technologies Limited
Service-Oriented Communication (SoC)
6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.10
Source: https://www.autosar.org/fileadmin/user_upload/standards/adaptive/17-10/AUTOSAR_SWS_CommunicationManagement.pdf
▪ The AUTOSAR Adaptive
architecture organizes the
software as functional cluster
These clusters offer common
functionality as services to the
applications
▪ In comparison to the AUTOSAR
Classic Platform the Runtime
Environment for the Adaptive
Platform dynamically links
services and clients during
runtime
Service
provider
Service
request
offer
find
calc
t
Service
Registry
© KPIT Technologies Limited
Diagnostics Management(DM) in Adaptive AUTOSAR 19/03
6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.11
▪ The Adaptive AUTOSAR platform can be
extended with new software packages without
re-flashing the entire ECU
▪ The individual software packages are described
by Software Cluster
▪ To support the current approach of diagnostic
management (like software updates), each
SoftwareCluster has its own Diagnostic Address
▪ Diagnostic Management is intended to support
an own diagnostic server instance per installed
Software Cluster
▪ The Diagnostic Management uses its own
serializer ARA::DIA, similar to ARA::COM
This serializer and the DM parts can be generated
Ethernet
OTX Sequences
Business Logic
MCD-3 D Server
D-PDU API
ODX-Data
© KPIT Technologies Limited
DOIP Communication with each SoftwareCluster
6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.12
FL FR
SWC#1
FL-
App
DCM
#1
FR-
App
RL RR
SWC#2
FL-
App
DCM
#2
FR-
App
DOIP
SoftwareCluster(SWC) have their
own Diagnostic Adresses.
OTX
Sequences
Business
Logic
MCD-3 D
Server
D-PDU API
SWC#2
Diagnostic Tester
SWC#1
ODX
ODX
FL FR
SWC#1
FL-
App
DCM
#1
FR-
App
RL RR
SWC#2
FL-
App
DCM
#2
FR-
App
DOIP
OTX
Sequences
Business
Logic
MCD-3 D
Server
D-PDU API
SWC#2
Diagnostic Tester
SWC#1
ODX
ODX
SWC#3
Diag
Tester
SWC#1
OTX
SWC#2
ODX
External Tester using DOIP
External and internal Tester using DOIP (planned for Nov 2019)
Diagnostic
AUTOSAR
Tier 1 / OEM
© KPIT Technologies Limited6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.13
MC-Server
© KPIT Technologies Limited
MC-Use Cases
6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.14
FL FR
SWC#1
FL-
App
MC-Server
#1
FR-
App
SomeIP
iLinkRT
over UDP
MC
3rd-Party
OEM
RL RR
SWC#2
FL-
App
MC-Server
#2
FR-
App
<- Command Channel (CMD)
-> Data data acquisition (DAQ)
A2L-Editor
A2L
XIL
Automation
Applikation
XIL to iLinkRt
(provided by ASAM)
XIL-Interface (C#)
© KPIT Technologies Limited6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.15
Possible Offboard work packages
© KPIT Technologies Limited
Vehicle Information Table - > Physical Link (pre adaptive)
6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.16
▪ The Vehicle Info-Spec includes the
static routing information for a given
vehicle and the physical links
▪ A physical link is a Physical Vehicle
Link connected to a Physical Interface
Link, so it is the connection from the
interface of the Diagnostic system to
the ECU in the vehicle
No Physical Link
exists in Adaptive
AUTOSAR
© KPIT Technologies Limited
RR
ADAS
Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.17
FL
FR
RL
HMI
ECU #1
Dcm
Dcm
ECU #2
Dcm
DCM
ECU #3
Dcm
Dcm
CAM
CAM
CAM
HMI
ADAS
CAM
Service-Oriented Communication (SoC)
Vehicle Info Spec. from ODX is
now a vehicle specific registry.
The physical vehicle link will no
longer be defined at data
definition time, instead it needs
to be generated at runtime.
6/4/2019
© KPIT Technologies Limited Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.18
ECU #1
Dcm
FL FR RL RR ADASHMI
Some IP
OTX Sequences
Business Logic
MCD-3 D Server
D-PDU API
Data for
ECU-Code
SoC: How this works
1) Advice
2) Offer
3) Subscribe
4) Handshake
5) Subscribe
6) Handshake
❶ I need CAM feedback from FL and RL
❷ ECU1 provides CAM feedback from FL
❷ ECU2 provides CAM feedback from RL
❸ Request CAM feedback from FL from ECU1
❹ ECU1 sends CAM feedback from FL
❺ Request CAM feedback from RL from ECU2❻ ECU2 sends CAM feedback from RL
ISO 13400-2 (DoIP)
Dcm
Service-Oriented Communication (SoC) - DiagnosticDEXT
DEXT
ECU #2
Dcm Dcm
DEXT
DEXT
ECU #3
Dcm Dcm
DEXT
DEXT
DEXT
DEXT
VIN
LL DB ECU
FL CAM #1#FL
FR CAM #1#FR
RL CAM #2#RL
HMI HMI #2#HMI
RR CAM #3#RR
ADAS ADAS #3#ADAS
DEXT
VIT-Registry
VIN
Adresss selected with VIT-Registry
6/4/2019
© KPIT Technologies Limited6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.19
Do we need two Standardization
Organizations to take care of
Onboard-Diagnostics?

More Related Content

What's hot

AUTOSAR 403 CAN Stack
AUTOSAR 403 CAN StackAUTOSAR 403 CAN Stack
AUTOSAR 403 CAN StackRania Nabil
 
Autosar basics by ARCCORE
Autosar basics by ARCCOREAutosar basics by ARCCORE
Autosar basics by ARCCOREARCCORE
 
Autosar software component
Autosar software componentAutosar software component
Autosar software componentFarzad Sadeghi
 
Autosar fundamental
Autosar fundamentalAutosar fundamental
Autosar fundamentalOmkar Rane
 
Software defined vehicles,automotive standards (safety, security), agile cont...
Software defined vehicles,automotive standards (safety, security), agile cont...Software defined vehicles,automotive standards (safety, security), agile cont...
Software defined vehicles,automotive standards (safety, security), agile cont...Dr. Anish Cheriyan (PhD)
 
Understanding Flash Bootloader Software and Automotive ECU Reprogramming
Understanding Flash Bootloader Software and Automotive ECU ReprogrammingUnderstanding Flash Bootloader Software and Automotive ECU Reprogramming
Understanding Flash Bootloader Software and Automotive ECU ReprogrammingEmbitel Technologies (I) PVT LTD
 
PROGRESS OF AUTOSAR STANDARDS FOR FUTURE INTELLIGENT VEHICLES
PROGRESS OF AUTOSAR STANDARDS FOR FUTURE INTELLIGENT VEHICLESPROGRESS OF AUTOSAR STANDARDS FOR FUTURE INTELLIGENT VEHICLES
PROGRESS OF AUTOSAR STANDARDS FOR FUTURE INTELLIGENT VEHICLESiQHub
 
Multicore and AUTOSAR
Multicore and AUTOSARMulticore and AUTOSAR
Multicore and AUTOSARHansang Lee
 
What is Diagnostic over Internet Protocol (DoIP) and How it Supports Remote V...
What is Diagnostic over Internet Protocol (DoIP) and How it Supports Remote V...What is Diagnostic over Internet Protocol (DoIP) and How it Supports Remote V...
What is Diagnostic over Internet Protocol (DoIP) and How it Supports Remote V...Embitel Technologies (I) PVT LTD
 
Webinar presentation on AUTOSAR Multicore Systems
Webinar presentation on AUTOSAR Multicore SystemsWebinar presentation on AUTOSAR Multicore Systems
Webinar presentation on AUTOSAR Multicore SystemsKPIT
 
Mixed-critical adaptive AUTOSAR stack based on VxWorks, Linux, and virtualiza...
Mixed-critical adaptive AUTOSAR stack based on VxWorks, Linux, and virtualiza...Mixed-critical adaptive AUTOSAR stack based on VxWorks, Linux, and virtualiza...
Mixed-critical adaptive AUTOSAR stack based on VxWorks, Linux, and virtualiza...Andrei Kholodnyi
 
Automotive functional safety iso 26262 training bootcamp 2019
Automotive functional safety iso 26262 training bootcamp 2019Automotive functional safety iso 26262 training bootcamp 2019
Automotive functional safety iso 26262 training bootcamp 2019Tonex
 
Autosar-software-component_0hg.pptx
Autosar-software-component_0hg.pptxAutosar-software-component_0hg.pptx
Autosar-software-component_0hg.pptxfallleaf1104
 

What's hot (20)

UDS PPT
UDS PPTUDS PPT
UDS PPT
 
AUTOSAR 403 CAN Stack
AUTOSAR 403 CAN StackAUTOSAR 403 CAN Stack
AUTOSAR 403 CAN Stack
 
AUTOSAR Memory Stcak (MemStack).
AUTOSAR Memory Stcak (MemStack). AUTOSAR Memory Stcak (MemStack).
AUTOSAR Memory Stcak (MemStack).
 
Autosar basics by ARCCORE
Autosar basics by ARCCOREAutosar basics by ARCCORE
Autosar basics by ARCCORE
 
Autosar software component
Autosar software componentAutosar software component
Autosar software component
 
Autosar fundamental
Autosar fundamentalAutosar fundamental
Autosar fundamental
 
Software defined vehicles,automotive standards (safety, security), agile cont...
Software defined vehicles,automotive standards (safety, security), agile cont...Software defined vehicles,automotive standards (safety, security), agile cont...
Software defined vehicles,automotive standards (safety, security), agile cont...
 
Automative basics v3
Automative basics v3Automative basics v3
Automative basics v3
 
Understanding Flash Bootloader Software and Automotive ECU Reprogramming
Understanding Flash Bootloader Software and Automotive ECU ReprogrammingUnderstanding Flash Bootloader Software and Automotive ECU Reprogramming
Understanding Flash Bootloader Software and Automotive ECU Reprogramming
 
PROGRESS OF AUTOSAR STANDARDS FOR FUTURE INTELLIGENT VEHICLES
PROGRESS OF AUTOSAR STANDARDS FOR FUTURE INTELLIGENT VEHICLESPROGRESS OF AUTOSAR STANDARDS FOR FUTURE INTELLIGENT VEHICLES
PROGRESS OF AUTOSAR STANDARDS FOR FUTURE INTELLIGENT VEHICLES
 
Multicore and AUTOSAR
Multicore and AUTOSARMulticore and AUTOSAR
Multicore and AUTOSAR
 
What is AUTOSAR Communiation Stack
What is AUTOSAR Communiation StackWhat is AUTOSAR Communiation Stack
What is AUTOSAR Communiation Stack
 
What is Diagnostic over Internet Protocol (DoIP) and How it Supports Remote V...
What is Diagnostic over Internet Protocol (DoIP) and How it Supports Remote V...What is Diagnostic over Internet Protocol (DoIP) and How it Supports Remote V...
What is Diagnostic over Internet Protocol (DoIP) and How it Supports Remote V...
 
Thesis Presentation
Thesis PresentationThesis Presentation
Thesis Presentation
 
Webinar presentation on AUTOSAR Multicore Systems
Webinar presentation on AUTOSAR Multicore SystemsWebinar presentation on AUTOSAR Multicore Systems
Webinar presentation on AUTOSAR Multicore Systems
 
ISO 26262: Automotive Functional Safety
ISO 26262: Automotive Functional SafetyISO 26262: Automotive Functional Safety
ISO 26262: Automotive Functional Safety
 
Mixed-critical adaptive AUTOSAR stack based on VxWorks, Linux, and virtualiza...
Mixed-critical adaptive AUTOSAR stack based on VxWorks, Linux, and virtualiza...Mixed-critical adaptive AUTOSAR stack based on VxWorks, Linux, and virtualiza...
Mixed-critical adaptive AUTOSAR stack based on VxWorks, Linux, and virtualiza...
 
Embedded Systems in Automotive
Embedded Systems in Automotive Embedded Systems in Automotive
Embedded Systems in Automotive
 
Automotive functional safety iso 26262 training bootcamp 2019
Automotive functional safety iso 26262 training bootcamp 2019Automotive functional safety iso 26262 training bootcamp 2019
Automotive functional safety iso 26262 training bootcamp 2019
 
Autosar-software-component_0hg.pptx
Autosar-software-component_0hg.pptxAutosar-software-component_0hg.pptx
Autosar-software-component_0hg.pptx
 

Similar to Diagnostic in Adaptive AUTOSAR

Webinar Presentation- Typical Challenges Faced by Tier 1s in AUTOSAR Tooling
Webinar Presentation- Typical Challenges Faced by Tier 1s in AUTOSAR ToolingWebinar Presentation- Typical Challenges Faced by Tier 1s in AUTOSAR Tooling
Webinar Presentation- Typical Challenges Faced by Tier 1s in AUTOSAR ToolingKPIT
 
Linux Akraino Blueprint
Linux Akraino BlueprintLinux Akraino Blueprint
Linux Akraino BlueprintLiz Warner
 
Why Splunk Chose Pulsar_Karthik Ramasamy
Why Splunk Chose Pulsar_Karthik RamasamyWhy Splunk Chose Pulsar_Karthik Ramasamy
Why Splunk Chose Pulsar_Karthik RamasamyStreamNative
 
Pulsar summit-keynote-final
Pulsar summit-keynote-finalPulsar summit-keynote-final
Pulsar summit-keynote-finalKarthik Ramasamy
 
Webinar Presentation: Diagnostic Flash Application with OTX
Webinar Presentation: Diagnostic Flash Application with OTXWebinar Presentation: Diagnostic Flash Application with OTX
Webinar Presentation: Diagnostic Flash Application with OTXKPIT
 
“Embedded Vision in ADAS and Autonomous Vehicles: Navigating the New Reality,...
“Embedded Vision in ADAS and Autonomous Vehicles: Navigating the New Reality,...“Embedded Vision in ADAS and Autonomous Vehicles: Navigating the New Reality,...
“Embedded Vision in ADAS and Autonomous Vehicles: Navigating the New Reality,...Edge AI and Vision Alliance
 
CA Unified Infrastructure Management for z Systems: Get a Holistic View of Yo...
CA Unified Infrastructure Management for z Systems: Get a Holistic View of Yo...CA Unified Infrastructure Management for z Systems: Get a Holistic View of Yo...
CA Unified Infrastructure Management for z Systems: Get a Holistic View of Yo...CA Technologies
 
Full-Stack Observability for IoT Event Stream Data Processing at Penske
Full-Stack Observability for IoT Event Stream Data Processing at PenskeFull-Stack Observability for IoT Event Stream Data Processing at Penske
Full-Stack Observability for IoT Event Stream Data Processing at PenskeVMware Tanzu
 
Skid fleet brochure
Skid fleet brochure Skid fleet brochure
Skid fleet brochure Ted Jurca
 
SkidFleet Brochure, forklift management reporting
SkidFleet Brochure, forklift management reportingSkidFleet Brochure, forklift management reporting
SkidFleet Brochure, forklift management reportingZeljkoJurca
 
Manufacturer of onboard lift truck check weighing & operational management in...
Manufacturer of onboard lift truck check weighing & operational management in...Manufacturer of onboard lift truck check weighing & operational management in...
Manufacturer of onboard lift truck check weighing & operational management in...ZeljkoJurca
 
SkidFleet, Lift Truck Fleet Operational Management Information System
SkidFleet, Lift Truck Fleet Operational Management Information SystemSkidFleet, Lift Truck Fleet Operational Management Information System
SkidFleet, Lift Truck Fleet Operational Management Information SystemTed Jurca
 
SkidFleet from IVDT Inc.
SkidFleet from IVDT Inc.SkidFleet from IVDT Inc.
SkidFleet from IVDT Inc.ZeljkoJurca
 
Hydraulische Wiegesysteme
Hydraulische WiegesystemeHydraulische Wiegesysteme
Hydraulische WiegesystemeZeljkoJurca
 
Webinar Presentation- Typical Challenges Faced by Tier 1s in AUTOSAR Tooling
Webinar Presentation- Typical Challenges Faced by Tier 1s in AUTOSAR ToolingWebinar Presentation- Typical Challenges Faced by Tier 1s in AUTOSAR Tooling
Webinar Presentation- Typical Challenges Faced by Tier 1s in AUTOSAR ToolingKPIT
 
Driving the Data Pipelines for Connected Vehicles with Spring Cloud Data Flow
Driving the Data Pipelines for Connected Vehicles with Spring Cloud Data FlowDriving the Data Pipelines for Connected Vehicles with Spring Cloud Data Flow
Driving the Data Pipelines for Connected Vehicles with Spring Cloud Data FlowVMware Tanzu
 
Cross-Platform Observability for Cloud Foundry
Cross-Platform Observability for Cloud FoundryCross-Platform Observability for Cloud Foundry
Cross-Platform Observability for Cloud FoundryVMware Tanzu
 
ENABLING AUTOMOTIVE CLOUD SERVICE BUSINESS
ENABLING AUTOMOTIVE CLOUD SERVICE BUSINESSENABLING AUTOMOTIVE CLOUD SERVICE BUSINESS
ENABLING AUTOMOTIVE CLOUD SERVICE BUSINESSiQHub
 

Similar to Diagnostic in Adaptive AUTOSAR (20)

Webinar Presentation- Typical Challenges Faced by Tier 1s in AUTOSAR Tooling
Webinar Presentation- Typical Challenges Faced by Tier 1s in AUTOSAR ToolingWebinar Presentation- Typical Challenges Faced by Tier 1s in AUTOSAR Tooling
Webinar Presentation- Typical Challenges Faced by Tier 1s in AUTOSAR Tooling
 
Linux Akraino Blueprint
Linux Akraino BlueprintLinux Akraino Blueprint
Linux Akraino Blueprint
 
Why Splunk Chose Pulsar_Karthik Ramasamy
Why Splunk Chose Pulsar_Karthik RamasamyWhy Splunk Chose Pulsar_Karthik Ramasamy
Why Splunk Chose Pulsar_Karthik Ramasamy
 
Pulsar summit-keynote-final
Pulsar summit-keynote-finalPulsar summit-keynote-final
Pulsar summit-keynote-final
 
Webinar Presentation: Diagnostic Flash Application with OTX
Webinar Presentation: Diagnostic Flash Application with OTXWebinar Presentation: Diagnostic Flash Application with OTX
Webinar Presentation: Diagnostic Flash Application with OTX
 
“Embedded Vision in ADAS and Autonomous Vehicles: Navigating the New Reality,...
“Embedded Vision in ADAS and Autonomous Vehicles: Navigating the New Reality,...“Embedded Vision in ADAS and Autonomous Vehicles: Navigating the New Reality,...
“Embedded Vision in ADAS and Autonomous Vehicles: Navigating the New Reality,...
 
Apache Pulsar @Splunk
Apache Pulsar @SplunkApache Pulsar @Splunk
Apache Pulsar @Splunk
 
CA Unified Infrastructure Management for z Systems: Get a Holistic View of Yo...
CA Unified Infrastructure Management for z Systems: Get a Holistic View of Yo...CA Unified Infrastructure Management for z Systems: Get a Holistic View of Yo...
CA Unified Infrastructure Management for z Systems: Get a Holistic View of Yo...
 
Full-Stack Observability for IoT Event Stream Data Processing at Penske
Full-Stack Observability for IoT Event Stream Data Processing at PenskeFull-Stack Observability for IoT Event Stream Data Processing at Penske
Full-Stack Observability for IoT Event Stream Data Processing at Penske
 
OGSD 7.0 Release Overview
OGSD 7.0 Release OverviewOGSD 7.0 Release Overview
OGSD 7.0 Release Overview
 
Skid fleet brochure
Skid fleet brochure Skid fleet brochure
Skid fleet brochure
 
SkidFleet Brochure, forklift management reporting
SkidFleet Brochure, forklift management reportingSkidFleet Brochure, forklift management reporting
SkidFleet Brochure, forklift management reporting
 
Manufacturer of onboard lift truck check weighing & operational management in...
Manufacturer of onboard lift truck check weighing & operational management in...Manufacturer of onboard lift truck check weighing & operational management in...
Manufacturer of onboard lift truck check weighing & operational management in...
 
SkidFleet, Lift Truck Fleet Operational Management Information System
SkidFleet, Lift Truck Fleet Operational Management Information SystemSkidFleet, Lift Truck Fleet Operational Management Information System
SkidFleet, Lift Truck Fleet Operational Management Information System
 
SkidFleet from IVDT Inc.
SkidFleet from IVDT Inc.SkidFleet from IVDT Inc.
SkidFleet from IVDT Inc.
 
Hydraulische Wiegesysteme
Hydraulische WiegesystemeHydraulische Wiegesysteme
Hydraulische Wiegesysteme
 
Webinar Presentation- Typical Challenges Faced by Tier 1s in AUTOSAR Tooling
Webinar Presentation- Typical Challenges Faced by Tier 1s in AUTOSAR ToolingWebinar Presentation- Typical Challenges Faced by Tier 1s in AUTOSAR Tooling
Webinar Presentation- Typical Challenges Faced by Tier 1s in AUTOSAR Tooling
 
Driving the Data Pipelines for Connected Vehicles with Spring Cloud Data Flow
Driving the Data Pipelines for Connected Vehicles with Spring Cloud Data FlowDriving the Data Pipelines for Connected Vehicles with Spring Cloud Data Flow
Driving the Data Pipelines for Connected Vehicles with Spring Cloud Data Flow
 
Cross-Platform Observability for Cloud Foundry
Cross-Platform Observability for Cloud FoundryCross-Platform Observability for Cloud Foundry
Cross-Platform Observability for Cloud Foundry
 
ENABLING AUTOMOTIVE CLOUD SERVICE BUSINESS
ENABLING AUTOMOTIVE CLOUD SERVICE BUSINESSENABLING AUTOMOTIVE CLOUD SERVICE BUSINESS
ENABLING AUTOMOTIVE CLOUD SERVICE BUSINESS
 

Recently uploaded

call girls in Jama Masjid (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Jama Masjid (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Jama Masjid (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Jama Masjid (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️9953056974 Low Rate Call Girls In Saket, Delhi NCR
 
( Best ) Genuine Call Girls In Mandi House =DELHI-| 8377087607
( Best ) Genuine Call Girls In Mandi House =DELHI-| 8377087607( Best ) Genuine Call Girls In Mandi House =DELHI-| 8377087607
( Best ) Genuine Call Girls In Mandi House =DELHI-| 8377087607dollysharma2066
 
꧁༒☬ 7042364481 (Call Girl) In Dwarka Delhi Escort Service In Delhi Ncr☬༒꧂
꧁༒☬ 7042364481 (Call Girl) In Dwarka Delhi Escort Service In Delhi Ncr☬༒꧂꧁༒☬ 7042364481 (Call Girl) In Dwarka Delhi Escort Service In Delhi Ncr☬༒꧂
꧁༒☬ 7042364481 (Call Girl) In Dwarka Delhi Escort Service In Delhi Ncr☬༒꧂Hot Call Girls In Sector 58 (Noida)
 
What Could Cause A VW Tiguan's Radiator Fan To Stop Working
What Could Cause A VW Tiguan's Radiator Fan To Stop WorkingWhat Could Cause A VW Tiguan's Radiator Fan To Stop Working
What Could Cause A VW Tiguan's Radiator Fan To Stop WorkingEscondido German Auto
 
John Deere 300 3029 4039 4045 6059 6068 Engine Operation and Service Manual
John Deere 300 3029 4039 4045 6059 6068 Engine Operation and Service ManualJohn Deere 300 3029 4039 4045 6059 6068 Engine Operation and Service Manual
John Deere 300 3029 4039 4045 6059 6068 Engine Operation and Service ManualExcavator
 
原版1:1复刻俄亥俄州立大学毕业证OSU毕业证留信学历认证
原版1:1复刻俄亥俄州立大学毕业证OSU毕业证留信学历认证原版1:1复刻俄亥俄州立大学毕业证OSU毕业证留信学历认证
原版1:1复刻俄亥俄州立大学毕业证OSU毕业证留信学历认证jdkhjh
 
Digamma - CertiCon Team Skills and Qualifications
Digamma - CertiCon Team Skills and QualificationsDigamma - CertiCon Team Skills and Qualifications
Digamma - CertiCon Team Skills and QualificationsMihajloManjak
 
Dubai Call Girls Services Call 09900000000
Dubai Call Girls Services Call 09900000000Dubai Call Girls Services Call 09900000000
Dubai Call Girls Services Call 09900000000Komal Khan
 
(办理学位证)墨尔本大学毕业证(Unimelb毕业证书)成绩单留信学历认证原版一模一样
(办理学位证)墨尔本大学毕业证(Unimelb毕业证书)成绩单留信学历认证原版一模一样(办理学位证)墨尔本大学毕业证(Unimelb毕业证书)成绩单留信学历认证原版一模一样
(办理学位证)墨尔本大学毕业证(Unimelb毕业证书)成绩单留信学历认证原版一模一样whjjkkk
 
如何办理迈阿密大学毕业证(UM毕业证)成绩单留信学历认证原版一比一
如何办理迈阿密大学毕业证(UM毕业证)成绩单留信学历认证原版一比一如何办理迈阿密大学毕业证(UM毕业证)成绩单留信学历认证原版一比一
如何办理迈阿密大学毕业证(UM毕业证)成绩单留信学历认证原版一比一ga6c6bdl
 
Call Girls in Karachi | +923081633338 | Karachi Call Girls
Call Girls in Karachi  | +923081633338 | Karachi Call GirlsCall Girls in Karachi  | +923081633338 | Karachi Call Girls
Call Girls in Karachi | +923081633338 | Karachi Call GirlsAyesha Khan
 
定制(Plymouth文凭证书)普利茅斯大学毕业证毕业证成绩单学历认证原版一比一
定制(Plymouth文凭证书)普利茅斯大学毕业证毕业证成绩单学历认证原版一比一定制(Plymouth文凭证书)普利茅斯大学毕业证毕业证成绩单学历认证原版一比一
定制(Plymouth文凭证书)普利茅斯大学毕业证毕业证成绩单学历认证原版一比一fhhkjh
 
Digamma / CertiCon Company Presentation
Digamma / CertiCon Company  PresentationDigamma / CertiCon Company  Presentation
Digamma / CertiCon Company PresentationMihajloManjak
 
办理(PITT毕业证书)美国匹兹堡大学毕业证成绩单原版一比一
办理(PITT毕业证书)美国匹兹堡大学毕业证成绩单原版一比一办理(PITT毕业证书)美国匹兹堡大学毕业证成绩单原版一比一
办理(PITT毕业证书)美国匹兹堡大学毕业证成绩单原版一比一F La
 
定制昆士兰大学毕业证(本硕)UQ学位证书原版一比一
定制昆士兰大学毕业证(本硕)UQ学位证书原版一比一定制昆士兰大学毕业证(本硕)UQ学位证书原版一比一
定制昆士兰大学毕业证(本硕)UQ学位证书原版一比一fjjhfuubb
 
UNIT-1-VEHICLE STRUCTURE AND ENGINES.ppt
UNIT-1-VEHICLE STRUCTURE AND ENGINES.pptUNIT-1-VEHICLE STRUCTURE AND ENGINES.ppt
UNIT-1-VEHICLE STRUCTURE AND ENGINES.pptDineshKumar4165
 
Call Girl Service Global Village Dubai +971509430017 Independent Call Girls G...
Call Girl Service Global Village Dubai +971509430017 Independent Call Girls G...Call Girl Service Global Village Dubai +971509430017 Independent Call Girls G...
Call Girl Service Global Village Dubai +971509430017 Independent Call Girls G...kexey39068
 

Recently uploaded (20)

call girls in Jama Masjid (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Jama Masjid (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️call girls in Jama Masjid (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
call girls in Jama Masjid (DELHI) 🔝 >༒9953330565🔝 genuine Escort Service 🔝✔️✔️
 
( Best ) Genuine Call Girls In Mandi House =DELHI-| 8377087607
( Best ) Genuine Call Girls In Mandi House =DELHI-| 8377087607( Best ) Genuine Call Girls In Mandi House =DELHI-| 8377087607
( Best ) Genuine Call Girls In Mandi House =DELHI-| 8377087607
 
Indian Downtown Call Girls # 00971528903066 # Indian Call Girls In Downtown D...
Indian Downtown Call Girls # 00971528903066 # Indian Call Girls In Downtown D...Indian Downtown Call Girls # 00971528903066 # Indian Call Girls In Downtown D...
Indian Downtown Call Girls # 00971528903066 # Indian Call Girls In Downtown D...
 
꧁༒☬ 7042364481 (Call Girl) In Dwarka Delhi Escort Service In Delhi Ncr☬༒꧂
꧁༒☬ 7042364481 (Call Girl) In Dwarka Delhi Escort Service In Delhi Ncr☬༒꧂꧁༒☬ 7042364481 (Call Girl) In Dwarka Delhi Escort Service In Delhi Ncr☬༒꧂
꧁༒☬ 7042364481 (Call Girl) In Dwarka Delhi Escort Service In Delhi Ncr☬༒꧂
 
What Could Cause A VW Tiguan's Radiator Fan To Stop Working
What Could Cause A VW Tiguan's Radiator Fan To Stop WorkingWhat Could Cause A VW Tiguan's Radiator Fan To Stop Working
What Could Cause A VW Tiguan's Radiator Fan To Stop Working
 
John Deere 300 3029 4039 4045 6059 6068 Engine Operation and Service Manual
John Deere 300 3029 4039 4045 6059 6068 Engine Operation and Service ManualJohn Deere 300 3029 4039 4045 6059 6068 Engine Operation and Service Manual
John Deere 300 3029 4039 4045 6059 6068 Engine Operation and Service Manual
 
原版1:1复刻俄亥俄州立大学毕业证OSU毕业证留信学历认证
原版1:1复刻俄亥俄州立大学毕业证OSU毕业证留信学历认证原版1:1复刻俄亥俄州立大学毕业证OSU毕业证留信学历认证
原版1:1复刻俄亥俄州立大学毕业证OSU毕业证留信学历认证
 
Digamma - CertiCon Team Skills and Qualifications
Digamma - CertiCon Team Skills and QualificationsDigamma - CertiCon Team Skills and Qualifications
Digamma - CertiCon Team Skills and Qualifications
 
Dubai Call Girls Services Call 09900000000
Dubai Call Girls Services Call 09900000000Dubai Call Girls Services Call 09900000000
Dubai Call Girls Services Call 09900000000
 
(办理学位证)墨尔本大学毕业证(Unimelb毕业证书)成绩单留信学历认证原版一模一样
(办理学位证)墨尔本大学毕业证(Unimelb毕业证书)成绩单留信学历认证原版一模一样(办理学位证)墨尔本大学毕业证(Unimelb毕业证书)成绩单留信学历认证原版一模一样
(办理学位证)墨尔本大学毕业证(Unimelb毕业证书)成绩单留信学历认证原版一模一样
 
Hot Sexy call girls in Pira Garhi🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Pira Garhi🔝 9953056974 🔝 escort ServiceHot Sexy call girls in Pira Garhi🔝 9953056974 🔝 escort Service
Hot Sexy call girls in Pira Garhi🔝 9953056974 🔝 escort Service
 
如何办理迈阿密大学毕业证(UM毕业证)成绩单留信学历认证原版一比一
如何办理迈阿密大学毕业证(UM毕业证)成绩单留信学历认证原版一比一如何办理迈阿密大学毕业证(UM毕业证)成绩单留信学历认证原版一比一
如何办理迈阿密大学毕业证(UM毕业证)成绩单留信学历认证原版一比一
 
Call Girls in Karachi | +923081633338 | Karachi Call Girls
Call Girls in Karachi  | +923081633338 | Karachi Call GirlsCall Girls in Karachi  | +923081633338 | Karachi Call Girls
Call Girls in Karachi | +923081633338 | Karachi Call Girls
 
定制(Plymouth文凭证书)普利茅斯大学毕业证毕业证成绩单学历认证原版一比一
定制(Plymouth文凭证书)普利茅斯大学毕业证毕业证成绩单学历认证原版一比一定制(Plymouth文凭证书)普利茅斯大学毕业证毕业证成绩单学历认证原版一比一
定制(Plymouth文凭证书)普利茅斯大学毕业证毕业证成绩单学历认证原版一比一
 
Digamma / CertiCon Company Presentation
Digamma / CertiCon Company  PresentationDigamma / CertiCon Company  Presentation
Digamma / CertiCon Company Presentation
 
办理(PITT毕业证书)美国匹兹堡大学毕业证成绩单原版一比一
办理(PITT毕业证书)美国匹兹堡大学毕业证成绩单原版一比一办理(PITT毕业证书)美国匹兹堡大学毕业证成绩单原版一比一
办理(PITT毕业证书)美国匹兹堡大学毕业证成绩单原版一比一
 
定制昆士兰大学毕业证(本硕)UQ学位证书原版一比一
定制昆士兰大学毕业证(本硕)UQ学位证书原版一比一定制昆士兰大学毕业证(本硕)UQ学位证书原版一比一
定制昆士兰大学毕业证(本硕)UQ学位证书原版一比一
 
UNIT-1-VEHICLE STRUCTURE AND ENGINES.ppt
UNIT-1-VEHICLE STRUCTURE AND ENGINES.pptUNIT-1-VEHICLE STRUCTURE AND ENGINES.ppt
UNIT-1-VEHICLE STRUCTURE AND ENGINES.ppt
 
sauth delhi call girls in Connaught Place🔝 9953056974 🔝 escort Service
sauth delhi call girls in  Connaught Place🔝 9953056974 🔝 escort Servicesauth delhi call girls in  Connaught Place🔝 9953056974 🔝 escort Service
sauth delhi call girls in Connaught Place🔝 9953056974 🔝 escort Service
 
Call Girl Service Global Village Dubai +971509430017 Independent Call Girls G...
Call Girl Service Global Village Dubai +971509430017 Independent Call Girls G...Call Girl Service Global Village Dubai +971509430017 Independent Call Girls G...
Call Girl Service Global Village Dubai +971509430017 Independent Call Girls G...
 

Diagnostic in Adaptive AUTOSAR

  • 1. www.kpit.com 05th June 2019 Höhenkirchen, Germany Dipl. Informatiker Bernhard.Wagner@kpit.com, MBA 1 6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd. Diagnostic in Adaptive AUTOSAR HPC Diagnostics
  • 2. © KPIT Technologies Limited6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.2 Short flyover over Adaptive Autosar Once you're in the forest, all the trees look pretty much alike
  • 3. © KPIT Technologies Limited What is the market driver for adaptive AUTOSAR Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.3 Game changer for AUTOSAR – selected main drivers • Highly automated driving • Car-2-X applications • Internet of Things and cloud services • Increasing of data rates • Electric Powertrain Source: https://www.autosar.org/fileadmin/HOW_TO_JOIN/AUTOSAR_Introduction.pdf What is the main impact of adaptive Autosar for diagnostic? 6/4/2019 Classic Based on OSEK an „C“ Execution of code directly from ROM Same address space for all application (MPU for safety support) Optimize for signal-based communication Fixed task configuration and configuration Specification Static serialisation of PDUs Adaptive Based on POSIX PSE51 System and C++ 14 Applicication is loaded from persitent memory into RAM Each applications has it own (virtual) address space (MMU support) Service-oriented communication Support of multiple (dynamic) scheduling strategies Specifaction and code Dynamic serialisation
  • 4. © KPIT Technologies Limited AUTOSAR is constantly growing 15 May 2019 All WG-Meeting 20194 Number of Partners Number of Products on the market
  • 5. © KPIT Technologies Limited Working Group Organization 6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.5 WG-AIF Application Interfaces WG-A Architecture Team WG-CP-RTE Runtime Environment WG-AP-DI Demonstrator Integration WG-AP-ST System Tests WG-CP-VAL Validation Cross-standard Working Groups (FO, CP, AP) Lead Working Group Working Group Legend: WG-AP-EMO Execution Man. & OS WG-RES Resources WG-DIA Diagnostics WG-IVC In-Vehicle COM Classic Platform Working Groups (CP) Adaptive Platform Working Groups (AP) WG-UCM Update & Conf. Management WG-V2X Vehicle to X WG-CP-MCL MCAL and NVRAM Project Leader Team WG-AP-PER Persistency WG-CP-LIB Libraries WG-CP-MCBD Multicore BSW Distr. WG-MT Methodology and Templates WG-SEC Automotive Security WG-SAF Functional Safety WG-AP-CCT Core Coding Team WG-AP-CLD Cloud Services WG-TSY Time Synchronization Autosar Diagnostics
  • 6. © KPIT Technologies Limited Release Plan 15 May 2019 All WG-Meeting 20196 ✓ released planned, content under evaluation Q4/18 Q3/19Q1/19 Q2/19 Q4/19 R4.4.0Classic Platform Foundation R1.5.1 R19-11 R1.5.0 R19-11 Q3/20Q1/20 Q2/20 Q4/20 Q1/21 Adaptive Platform R19-03R18-10 R19-11 Oct 2018 First Sync Release Mar 2019 Stabilization Release Nov 2019 Sync Release R20-11 R20-11 R20-11 Nov 2020 Sync Release ✓ ✓ ✓ ✓ ✓ Process Harmonization ▪ Continue yearly sync release in November ▪ Additional stabilization releases possible
  • 7. © KPIT Technologies Limited Planned concepts in the next two years 6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.7 May Jun Jul Aug Sep Oct Nov 7 Classic Platform (9 concepts) Ethernet Wake-up on Data Line VNSM BSW Distribution Firmware over the Air Meta data for application HealthMonitoring Harmonization CP NV Data Handling Enhancements 10-Base-T1S Variant Handling Adaptive P. & Classic P. (7 concepts) Security Extensions Harmonized IPSec Protocol DoIP Extension Signal Service Translation VFB++ Unified Timing and Tracing approach RS Safety Adaptive Platform (11 concepts) Socket API V2X Support Adaptive MCD Integration of IAM Crypto API Recovery action via application Mode dependent configuration PHM Daisy Chaining UCM Master Service versioning ara::com AD Sensor Interfaces • 27 Concepts are planned for R19-11 and R20-11 • Current status • Concepts scheduled for R20-11 are marked with blue font Setup MS0 MS1 MS2 none MS3 none MS4 none 15 May 2019 HPC Potential relevant for Diagnostics HPC
  • 8. © KPIT Technologies Limited What is Adaptive AUTOSAR? 6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.8 ▪ Future-proof basis for automotive ECUs ▪ Key advantage: to develop ECU applications independently of one another ▪ Standardization of the runtime for Adaptive Applications (ARA) -> main focus on functional cluster for (virtual) machines ▪ Standardization by AUTOSAR Consortium (almost every OEM)
  • 9. © KPIT Technologies Limited6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.9 D-Server in Adaptive Autosar
  • 10. © KPIT Technologies Limited Service-Oriented Communication (SoC) 6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.10 Source: https://www.autosar.org/fileadmin/user_upload/standards/adaptive/17-10/AUTOSAR_SWS_CommunicationManagement.pdf ▪ The AUTOSAR Adaptive architecture organizes the software as functional cluster These clusters offer common functionality as services to the applications ▪ In comparison to the AUTOSAR Classic Platform the Runtime Environment for the Adaptive Platform dynamically links services and clients during runtime Service provider Service request offer find calc t Service Registry
  • 11. © KPIT Technologies Limited Diagnostics Management(DM) in Adaptive AUTOSAR 19/03 6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.11 ▪ The Adaptive AUTOSAR platform can be extended with new software packages without re-flashing the entire ECU ▪ The individual software packages are described by Software Cluster ▪ To support the current approach of diagnostic management (like software updates), each SoftwareCluster has its own Diagnostic Address ▪ Diagnostic Management is intended to support an own diagnostic server instance per installed Software Cluster ▪ The Diagnostic Management uses its own serializer ARA::DIA, similar to ARA::COM This serializer and the DM parts can be generated Ethernet OTX Sequences Business Logic MCD-3 D Server D-PDU API ODX-Data
  • 12. © KPIT Technologies Limited DOIP Communication with each SoftwareCluster 6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.12 FL FR SWC#1 FL- App DCM #1 FR- App RL RR SWC#2 FL- App DCM #2 FR- App DOIP SoftwareCluster(SWC) have their own Diagnostic Adresses. OTX Sequences Business Logic MCD-3 D Server D-PDU API SWC#2 Diagnostic Tester SWC#1 ODX ODX FL FR SWC#1 FL- App DCM #1 FR- App RL RR SWC#2 FL- App DCM #2 FR- App DOIP OTX Sequences Business Logic MCD-3 D Server D-PDU API SWC#2 Diagnostic Tester SWC#1 ODX ODX SWC#3 Diag Tester SWC#1 OTX SWC#2 ODX External Tester using DOIP External and internal Tester using DOIP (planned for Nov 2019) Diagnostic AUTOSAR Tier 1 / OEM
  • 13. © KPIT Technologies Limited6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.13 MC-Server
  • 14. © KPIT Technologies Limited MC-Use Cases 6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.14 FL FR SWC#1 FL- App MC-Server #1 FR- App SomeIP iLinkRT over UDP MC 3rd-Party OEM RL RR SWC#2 FL- App MC-Server #2 FR- App <- Command Channel (CMD) -> Data data acquisition (DAQ) A2L-Editor A2L XIL Automation Applikation XIL to iLinkRt (provided by ASAM) XIL-Interface (C#)
  • 15. © KPIT Technologies Limited6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.15 Possible Offboard work packages
  • 16. © KPIT Technologies Limited Vehicle Information Table - > Physical Link (pre adaptive) 6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.16 ▪ The Vehicle Info-Spec includes the static routing information for a given vehicle and the physical links ▪ A physical link is a Physical Vehicle Link connected to a Physical Interface Link, so it is the connection from the interface of the Diagnostic system to the ECU in the vehicle No Physical Link exists in Adaptive AUTOSAR
  • 17. © KPIT Technologies Limited RR ADAS Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.17 FL FR RL HMI ECU #1 Dcm Dcm ECU #2 Dcm DCM ECU #3 Dcm Dcm CAM CAM CAM HMI ADAS CAM Service-Oriented Communication (SoC) Vehicle Info Spec. from ODX is now a vehicle specific registry. The physical vehicle link will no longer be defined at data definition time, instead it needs to be generated at runtime. 6/4/2019
  • 18. © KPIT Technologies Limited Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.18 ECU #1 Dcm FL FR RL RR ADASHMI Some IP OTX Sequences Business Logic MCD-3 D Server D-PDU API Data for ECU-Code SoC: How this works 1) Advice 2) Offer 3) Subscribe 4) Handshake 5) Subscribe 6) Handshake ❶ I need CAM feedback from FL and RL ❷ ECU1 provides CAM feedback from FL ❷ ECU2 provides CAM feedback from RL ❸ Request CAM feedback from FL from ECU1 ❹ ECU1 sends CAM feedback from FL ❺ Request CAM feedback from RL from ECU2❻ ECU2 sends CAM feedback from RL ISO 13400-2 (DoIP) Dcm Service-Oriented Communication (SoC) - DiagnosticDEXT DEXT ECU #2 Dcm Dcm DEXT DEXT ECU #3 Dcm Dcm DEXT DEXT DEXT DEXT VIN LL DB ECU FL CAM #1#FL FR CAM #1#FR RL CAM #2#RL HMI HMI #2#HMI RR CAM #3#RR ADAS ADAS #3#ADAS DEXT VIT-Registry VIN Adresss selected with VIT-Registry 6/4/2019
  • 19. © KPIT Technologies Limited6/4/2019 Distribution of this document prohibited. No portion to be reproduced without prior written permission from KPIT Technologies Ltd.19 Do we need two Standardization Organizations to take care of Onboard-Diagnostics?