All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
Development of TFT Cluster Speedometer Software Component Cluster Instrument receives the signals from other ECU via CAN bus interface. It also receives commands from the driver via steering wheel buttons. The signals are then processed by the Cluster ECU, after which the Cluster ECU may send the vehicle information…
Viraj Brid
updated on 28 Sep 2022
Development of TFT Cluster Speedometer Software Component
Cluster Instrument receives the signals from other ECU via CAN bus interface. It also receives commands from the driver via steering wheel buttons. The signals are then processed by the Cluster ECU, after which the Cluster ECU may send the vehicle information to the LCD or light the LEDs and so forth, according to the results. Therefore, the Cluster ECU can be viewed as a carrier of the information flow.
Model-
Requirement 1-
Requirement 2-
Requirement 3-
Requirement 4-
Requirement Tagging-
Find the requirement document and requirement tagging report in the attachements.
Fixed Point Tool-
SLDV Tool-
Design Error Detection-
Design error detection was performed on the model and two integer overflow conditoins were obtained.
Corective action was taken and design error detection test was performed again.
This time their were no falsified conditions.
Design errors were removed
Find the Design error detection report in the attachements
Test Generation-
Test Generation was performed on the model.
All the objectives were satisfied.
Find the test generation report in the attachements.
Functional Testing-
Test cases were created.
Find the test case document in the attachements.
MIL testing-
MIL testing harness was created and MIL test was performed on the model.
As observed from the data inspector the calculated vehicle speed and actual vehicle speed is same.
SIL Testing-
SIL testing harness was created and SIL test was performed on the model.
As observed from the data inspector the calculated vehicle speed and actual vehicle speed is same.
As observed from the Above calcultion sheet, the calculated vehcle speed and actual vehicle speed is same at different time intervals, with exception of minor difference in the values at some points.
Find this calculation sheet and MIL & SIL test harness in the attachments.
Coverage-
Coverage was performed and a 100% coverage was obtained for the prepared test cases.
Find this coverage reports in the attachments.
Autocode generation-
Autocode geneartion was performed.
Find the Auto-code generation report, .c & .h codes in the attachments.
Polyspace Tool-
Bug finder test was performed.
Code prover test was performed.
Find both the bug finder and code prover reports in the attchments.
Test Manager-
Baseline test-
Baseline test was performed on this model.
There was only one condition evaluated it was successful
Find baseline test report in the attchments.
Back 2 Back test-
B2B test was performed on this model.
There were two conditions evaluated both were successful
Report for th B2B test was not generated due to some internal error.
But as seen from the image all the conditions were successfully evaluated.
Leave a comment
Thanks for choosing to leave a comment. Please keep in mind that all the comments are moderated as per our comment policy, and your email will not be published for privacy reasons. Please leave a personal & meaningful conversation.
Other comments...
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
Code- /* * Project_1.c * * Created on: 26-Aug-2022 * Author: Viraj */ #include #include // A structure of linked list nodestruct node { int value; struct node *next; } *SetOne, *SetTwo, *SetUnion, *SetIntersection; void initialize() { SetOne = SetTwo = NULL;} void insert(struct node **head, int num) { // Create a new Linked…
06 Oct 2022 05:22 AM IST
Project 1 - Creation of user defined data type to implement the user interfaces for working with ‘Set’ (Mathematical Set theory) using Linked List
Code- /* * Project_1.c * * Created on: 26-Aug-2022 * Author: Viraj */ #include #include // A structure of linked list nodestruct node { int value; struct node *next; } *SetOne, *SetTwo, *SetUnion, *SetIntersection; void initialize() { SetOne = SetTwo = NULL;} void insert(struct node **head, int num) { // Create a new Linked…
01 Oct 2022 12:30 PM IST
Project 2 - Development of TFT Cluster Speedometer Software Component
Development of TFT Cluster Speedometer Software Component Cluster Instrument receives the signals from other ECU via CAN bus interface. It also receives commands from the driver via steering wheel buttons. The signals are then processed by the Cluster ECU, after which the Cluster ECU may send the vehicle information…
28 Sep 2022 07:05 PM IST
Project 1 - Wiper control system and Vehicle speed calculation for ABS using Wheel Speed sensor
Q1)Develop Simulink/state flow model for wiper control system based on the given conditions. Description of Challenge: If the density of the rain is low, then wiper rotates with low speed & the output signal should be 100rpm If the density of the rain is medium, then wiper rotates with medium speed & the…
25 Sep 2022 01:14 PM IST
Related Courses
0 Hours of Content
Skill-Lync offers industry relevant advanced engineering courses for engineering students by partnering with industry experts.
© 2025 Skill-Lync Inc. All Rights Reserved.