Menu

Executive Programs

Workshops

Projects

Blogs

Careers

Student Reviews



More

Academic Training

Informative Articles

Find Jobs

We are Hiring!


All Courses

Choose a category

Loading...

All Courses

All Courses

logo

Electrical

Uploaded on

26 Jun 2020

MODEL BASED DEVELOPMENT FOR ADVANCED DRIVER ASSISTANCE SYSTEM - Part 1

logo

Skill-Lync

In this article, we will briefly discuss model-based development, different techniques involved in Model-based development, and a brief overview of the potential of the job market of model-based development. 

 

OVERVIEW OF THE AUTOMOTIVE INDUSTRY

There are three major stakeholders in the automotive industry. They include;

  • The OEMs (Original Equipment Manufacturers): These are the original producers of the car. They provide the design of the car to the system integrators, and sometimes to the ECU integrators. Some examples of top OEMs in the automotive industry include; Ford, Mazda, Volkswagen, Hyundai, Kia, and others. 

  • The Tier 1 Suppliers: This group has strong credibility with the OEM. In the supply chain, they offer the most advanced processes. They carry out designs and implementations. They are the system integrators and ECU integrators. Companies like Bosch, Continental, Lear Corp, and Allison fall in this category.

  • The Tier 2 Suppliers: This group has a limited production rate. They usually arrange a contract with the Tier 1 Suppliers and the OEMs. They get the job from them as a subcontract, and provide their support. They include companies like; Lear Corp and Johnson Control.

In order to make effective sales and achieve a satisfactory end product, there must be a good relationship between the OEM and the two Tiers. The relationship will be from top to bottom or from bottom to top and will continue until the final product leaves the assembly line. 

 

MODERN AUTOMOTIVE SYSTEMS

For most people, cars are about the physical structure, the transmission, engines, wheels, sheet metal, and design.  However, there is more to cars than the physical structure. there is software support in the form of sensors as well.

Modern automotive systems have very complex designs. You need to consider things like the safety of the passenger, the comfort of the passenger, driving comfort, durability, along with driving efficiency. This is unlike the outdated 90s vehicles which needed only a few considerations. In modern designs, there are a lot of sensors and actuators. Sensors receive signals and send them to the system, the system then processes the signals and sends them to the actuators which then controls them appropriately. This is basically the communication in embedded software in cars for the modern automotive system

Prior to this, minimal sensors were required to control a car, maybe one or two. But today, with the need for improved system performance, safety, and cost-efficiency, multiple sensors along with its relative software have been developed.

 

SOFTWARE DEVELOPMENT DEMANDS IN AUTOMOTIVE INDUSTRY

In the 90s, most of the software in use was not more than a few thousands of lines of codes which were all manually written; this means an engineer would manually write the codes, give them to a supplier who will, in turn, flash the code on an ECU and try to pick it. But with the increase in demand in the automotive industry, there was a need for faster and more accurate software. As compared to the single or dual sensor systems that were in cars in the 90s, we now have cars with at least 10 sensors connected to a single ECU, and with modern cars having a large number of amenities like - body comfort, driver information and connectivity, power train & control, and advanced driver assist and road safety features, the number of sensors on a modern car has gone up. And with this, code that could be written in a single sheet of paper has morphed in code that has millions of lines.

The challenge with having a large number of sensors, actuators, and embedded software systems in a car, and trying to match the prowess of your competitors in the automotive market, is that you cannot develop your own software. The time it takes for an electrical or mechanical engineer or an IT specialist to study the car and develop a suitable code will not fit into the time-frame that most automobile manufacturers work on. Leading to the invention of Software Model-Based Development.

In model-based development, instead of writing a ton of codes, engineering models are developed. These models are validated at the system level and finally, a software code is written for it. We have produced a certification course which has an in-depth explanation of SMBD. If you are interested in this domain, you do not want to miss this course.

 

Reliability Demands Challenges

In 2018, a large number of vehicle recall cases were recorded. This was not because of mechanical failure but because of codes having bugs in them that printed out incorrect data. A software can fail either by reading improper sensor data, or transmitting wrong information to the driver. One needs to be very careful to ensure that they have the exact software required to run the vehicle. Not only were the recalls a hit to the organization and a PR disaster, that made customers look at their future offerings with skepticism, but, it was expensive as well, putting the organizations in the red. 6

 

MODEL-BASED DEVELOPMENT

The major parts of Model-based development are;

  • Modeling: This is the first major stage of MBD, in which real-world problems will be virtually represented. Here, codes will be generated based on models and logic. 

  • Simulation: The behavior of the model is tested in conditions that are difficult to reproduce in physical models. We would do this simulation in the computer environment, to check that everything is functioning perfectly.

  • Validation: Once it is available as a software, it must be validated to ensure that the quality of the final product meets the expected standards. 

 

How Model-Based Development Works

Any software that is written, irrespective of the vertical, follows a life cycle - the software development life cycle. This is a framework that describes all the activities involved in software development. Each vehicle develops software involving certain processes and has to meet certain predefined standards. In the development of embedded software for automotive industries, the software development life cycle follows a V curve. 

Listed below are the different levels of the software development process, or the software development life-cycle, as well as the various key stakeholders involved in the development and their roles, if a student gets into automotive embedded software, they will have to in either one of the given testing phases:

  1. Software requirement analysis: 

This involves the tasks governing the implementation of certain conditions. It tells us the necessities for the model to be developed, and at what level it can be developed. Discussions and assignments occur in this stage. In cases where the individual involved has a high experience level, he can handle this stage alone. However, most times it is a teamwork. Team members gather, discuss, and tasks are shared with various specializations based on their ability.

 

  1. Software high-level design:

A base model is already available, so the team works on their new model and incorporates it into the base model. Here, the system design is broken into different modules, each having its functionality. In this stage, the communication between the internal modules and the external world is cemented. 

 

  1. Software low-level design: 

This stage involves the development of our requirements in the MATLAB environment. Almost all OEMs (about 95%) work with MATLAB. Here, the details of the internal design are properly specified. There must be compatibility between internal components.

 

  1. Model in Loop Testing Stage: 

After the development stage is completed, the next stage is the Model in Loop testing. During this stage, the engineering logic is checked. It shows if an input will produce the desired output. This can be done in the MATLAB environment, but there are some third-party tools that can also be used in this testing like Reactis, which is used by major OEMs like; Renault, Nissan, Valeo, and Porsche. Reactis has a high compatibility with different versions of MATLAB, so it makes the testing stage easier. Once the testing is done and produces the expected result, it goes back to the developer and is then moved to the next stage.

 

  1. Code Generation: 

A model can be converted to a code. C-files, header files, Object files, and a few other supporting files are generated during the code generation stage.

 

  1. Software in Loop Testing: 

The generated code is entered into a tool that is compatible with MATLAB and the code will be tested in order to validate the behavior in the controller. Note that this stage is important even after the Model in Loop stage, as they are both different and unique.

 

  1. Hardware in Loop Testing:

In this stage, both the plant model and controller models are running in real-time, so the confidence of the developer in the software increases. This is the closest we come to the vehicle testing process. Fully testing the vehicle can be very expensive as there might be some underlying faults. However, by using this hardware testing, we can create a vehicle-like environment and carry out all tests in specialized rigs. These rigs are supplied by companies - dSPACE and ETAS, these rigs will behave like the vehicle we are trying to simulate. The next step will be to develop a plant model, the inputs that we have developed in the steps mentioned above are the control logics, this plant model will interact with the test rig. The final software that has been developed will be flashed on to an ECU, which will then be connected to the test rig using physical wires. 

This will be followed by real-time testing and if the result reads out that all operations are working as intended, the software can be rolled out.

  1. Software acceptance testing: This is the final stage, where the finished, correct software is accepted.

 

Benefits of Model-Based Development

  • Easier to work, it’s continuative and iterative. 

  • Models; we have template models that can be re-used, unlike software codes. This is very cost-effective.

  • Faster code generation time.

  • The model versions are easy to maintain and can always be updated.

  • Design variants can be executed quickly.

  • There is about 75 – 80 % improvement in the time taken to generate final software for production.

 

Limitations of model based development

  • Adaptation difficulties.

  • Increased complexity.

 

CONCLUSION

In more ways than one, Model-Based Development is way better than the traditional method of testing. For instance, the traditional method follows a linear modeling approach, is rigorous and also has no scope for validation. The Model-Based Development solves all these problems as it is a continuous and iterative approach. 

You can read part two of this blog here.


Author

author

Akhil VausdevH


Author

blogdetails

Skill-Lync

Subscribe to Our Free Newsletter

img

Continue Reading

Related Blogs

Understanding Lithium-Ion Batteries in the EV Domain - part 3

The article highlights the importance of a battery management system and the work dynamics of an ideal battery cell. It illustrates the different parts of a cell and the procedure of converting a cell into a battery. This is part 3 on our series on the application of a Li-ion battery for electric vehicles. In the final part, Skill-Lync aims to shed light on the drive cycle of an electric circuit, the state of charge of a Li-ion battery followed by the fundamental parameters for an HV battery.

Electrical

27 Jul 2020


Understanding Lithium-Ion batteries in the EV domain - Part 1

This article is part 1 of a series which talks about Lithium-ion Battery for Electric Vehicles illustrates the suitability of Li batteries in the automotive industry. Read about how Skill-Lync's electrical course can get you employed in the HEV sector

Electrical

24 Jul 2020


Understanding Lithium-Ion Batteries in the EV Domain - part 2

In continuation of part 1 of the application of Li-ion battery for electric vehicles, part 2 of this article discusses the different types of cells, battery elements, and their various features. Read how Skill-Lync's HEV courses can help you get employed in the HEV domain. This is part 2 of Skill-Lync's series on the application of Li-ion batteries for electric vehicles. Part 1 of this series touched upon the significance of Li-ion cells for the propulsion of electric vehicles.

Electrical

24 Jul 2020


Career in Hybrid Electric Vehicles - Drive Development

Using two case studies, read about the career opportunities in the HEV domain as a Drive Development engineer. Learn about system design in detail as we at Skill-Lync explain the working of a Mahindra Scorpio powered by a microHYBRID engine.

Electrical

23 Jun 2020


Control System Architecture for a Hybrid Power-train

Hybrid Electric Vehicles (HEVs) are the future of transport technology, and Powertrain Control Systems is the brain of it. ECUs and TCUs are the predominant components of the PCM. They promise greater control and accuracy, offer a pollution-free world, and a cleaner energy source. Read on how Skill-Lync's hybrid electrical vehicle courses can help you get employed.

Electrical

20 Jul 2020



Author

blogdetails

Skill-Lync

Subscribe to Our Free Newsletter

img

Continue Reading

Related Blogs

Understanding Lithium-Ion Batteries in the EV Domain - part 3

The article highlights the importance of a battery management system and the work dynamics of an ideal battery cell. It illustrates the different parts of a cell and the procedure of converting a cell into a battery. This is part 3 on our series on the application of a Li-ion battery for electric vehicles. In the final part, Skill-Lync aims to shed light on the drive cycle of an electric circuit, the state of charge of a Li-ion battery followed by the fundamental parameters for an HV battery.

Electrical

27 Jul 2020


Understanding Lithium-Ion batteries in the EV domain - Part 1

This article is part 1 of a series which talks about Lithium-ion Battery for Electric Vehicles illustrates the suitability of Li batteries in the automotive industry. Read about how Skill-Lync's electrical course can get you employed in the HEV sector

Electrical

24 Jul 2020


Understanding Lithium-Ion Batteries in the EV Domain - part 2

In continuation of part 1 of the application of Li-ion battery for electric vehicles, part 2 of this article discusses the different types of cells, battery elements, and their various features. Read how Skill-Lync's HEV courses can help you get employed in the HEV domain. This is part 2 of Skill-Lync's series on the application of Li-ion batteries for electric vehicles. Part 1 of this series touched upon the significance of Li-ion cells for the propulsion of electric vehicles.

Electrical

24 Jul 2020


Career in Hybrid Electric Vehicles - Drive Development

Using two case studies, read about the career opportunities in the HEV domain as a Drive Development engineer. Learn about system design in detail as we at Skill-Lync explain the working of a Mahindra Scorpio powered by a microHYBRID engine.

Electrical

23 Jun 2020


Control System Architecture for a Hybrid Power-train

Hybrid Electric Vehicles (HEVs) are the future of transport technology, and Powertrain Control Systems is the brain of it. ECUs and TCUs are the predominant components of the PCM. They promise greater control and accuracy, offer a pollution-free world, and a cleaner energy source. Read on how Skill-Lync's hybrid electrical vehicle courses can help you get employed.

Electrical

20 Jul 2020


Related Courses

https://d28ljev2bhqcfz.cloudfront.net/maincourse/thumb/masters-hybrid-electric-vehicle-design-analysis_1636550908.png
Post Graduate Program in Hybrid Electric Vehicle Design and Analysis
4.8
343 Hours of content
Hev Domain
Know more
https://d28ljev2bhqcfz.cloudfront.net/maincourse/thumb/introduction-control-electric-vehicle_1612329773.png
4.9
16 Hours of content
Electrical Domain
https://d28ljev2bhqcfz.cloudfront.net/maincourse/thumb/simulink-mechanical-electrical_1636551945.jpg
4.8
5 Hours of content
Electrical Domain
Showing 1 of 10 courses