All Courses
All Courses
Courses by Software
Courses by Semester
Courses by Domain
Tool-focused Courses
Machine learning
POPULAR COURSES
Success Stories
1) 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…
Omkar Madhavi
updated on 24 Jan 2024
1)
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.
Requirements:
Calculating TFT Display Speed:
Average Vehicle Speed would be displayed only if its between 2 kmph & 250 kmph. Any value outside this range will be discarded by its lower limit & upper limit |
When Average Vehicle Speed is < 2 kmph, DisplaySpeed = 2 kmph |
When Average Vehicle Speed is in between 2 kmph & 250 kmph, Display Speed = Average Vehicle Speed |
When Average Vehicle Speed is > 250 kmph, Display Speed = 250 kmph |
1.2 Main Data Filtering:
Main Data Filtering subsystem will be activated for every 10th millisecond |
|||||
DisplaySpeed1 (t) = ((DisplaySpeed (t) x 0.65)/ Main Filter Speed Value)- 0.05 |
1.3 Auxiliary Data Filtering:
Auxiliary Data Filtering subsystem will be activated for every 10th millisecond |
|||||||
DisplaySpeed_Filter (t) = ((DisplaySpeed1 (t) x 0.78)/ Auxillary Filter Speed Value) - 0.03 |
1.4 TFT Speed Output:
If |(DisplaySpeedFilter - DisplaySpeed)| > 1.5 |
{ |
Vehicle Speed Display = DisplaySpeed |
} |
else |
{ |
Vehicle Speed Display = DisplaySpeed Filter |
} |
Solution:
Following are workflow of project
Calculating TFT Display Speed:
1.2 Main Data Filtering:
1.3 Auxiliary Data Filtering:
1.4 TFT Speed Output:
Create SLDD file and link
Requirement Tagging:
JMAAB :
Fixed Point Tool:
Design Error Detection Report:
Test Generation Report:
MIL:
Code generation:
SIL:
Back to Back testing:
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 2 - Design and develop the web based Temperature control system using Beagle Bone Black.
Overview of the Project: Device Driver Write the device driver for MCP9808 Temperature Sensor. Probe function: Register the Platform device under driver/misc. Read function: It should send the i2c message to read the data from sensor and copy it to the user space. Alert pin connected to BBB as gpio interrupt. The temp…
21 Feb 2024 06:40 PM IST
Project 1 - Develop the full featured char driver as a loaded module
Overview of the Project: Kconfig build system The module should be added to the Kernel configuration Kconfig build system with tristate option. Char driver should be of Open --> Only one user is allowed to open the device. Other users should be blocked. Read and write operation --> store the data to the dynamically…
15 Feb 2024 09:52 AM IST
Project 2 - V&V SW Analysis II
Perform Static Code Review Analysis for “C:\**\LDRA_workarea\Examples\C_Testbed_examples\Testrain\Testrain.c” Generate Code review report and upload them. Perform Integration testing by including all the .C files available in the folder location C:\**\LDRA_workarea\Examples\Toolsuite\Cashregister_6.0\…
25 Jan 2024 05:30 AM IST
Project 2 - Development of TFT Cluster Speedometer Software Component
1) 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…
24 Jan 2024 10:46 AM 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.