当前位置:网站首页>Canoe-the second simulation project-xvehicle-1 bus database design (idea)
Canoe-the second simulation project-xvehicle-1 bus database design (idea)
2022-07-04 10:50:00 【picoasis】
Catalog
Key steps of database design —— summary
Project description
Simulation Engineering X-Vehicle:
The project includes three ECU:Engine、Door and Display. adopt Control Panel to simulate engine state switching 、 Speed adjustment and door Switch operation , At the same time Display The relevant status is displayed on the panel .
Purpose of the project
Hope that through this project , Yes CANoe To understand the three function blocks of : Database design 、 Panel design and CAPL.
This article is based on X-Vehicle Engineering understanding CANoe Bus database design module .
Antecedents feed
From the first simulation project (CANoe- The first simulation project : Switches and lights ( Ideas )_lamanchas The blog of -CSDN Blog ) We already know , The main components of simulation engineering :① Function module ② Signals that transmit messages between functional modules ③ Internal programming of some functional modules .
By defining 、 simulation 、 Realize these three parts , We can get a simulation project .
Concrete ,
- The functional modules mainly include : Simulation node , Control panel node , Bus .
- The signals responsible for transmitting messages between functional modules mainly include : message , The signal , environment variable , System variables .
- The programming inside the function module involves CAPL Language .
(CANoe- The first simulation project : Switches and lights ( Ideas )_lamanchas The blog of -CSDN Blog ) The simulation engineering implementation process of is :
- Bus : Through the new project , Build a bus based on the bus template
- Simulation node , Control panel node : Add... Through the toolbar
- The signal : Add through the database
- Programming : double-click ECU Conduct CAPL Programming
In this paper , We only design ‘ Network bus database ‘’( Hereinafter referred to as ‘ database ’) To build the whole simulation project . because , We can understand , All nodes 、 The signal , In the computer, it is always stored in the form of data , That is to say, we can describe the whole simulation system completely through data .
In the bus system of automobile ,ECU Communication between 、 The interaction of information and the relationship between them , Are managed through the bus database . The bus database defines each in the bus system ECU The message to be sent and received , And the specific definition of all bit values of each message .
In practical engineering , Generally, the way of defining database is not used to establish simulation engineering , But like the first simulation project , First, design the vehicle network architecture , The database design is mainly responsible for describing ECU Functional interaction , Generate database design documents . Then, it is disclosed in whole or in part to each ECU supplier , The supplier carries out specific design according to the assigned database design documents .
In some special cases , Will need ECU Supplier according to customer documentation , Design your own database , Add yourself ECU Associated data information . For example, in the early stage of the project ,ECU The supplier cannot get the standard database file from the vehicle factory , In order to ensure the project Development progress of ,ECU The supplier needs to rely on the message matrix (matrix) File create your own database file .
Key steps of database design —— summary
We already know , The key component of simulation engineering is ECU Simulation node ,ECU Control panel node , Bus , Communication signals and ECU Internal encoding . The database can be defined in addition to ECU It can be realized outside the internal code . It can be divided into three parts as a whole : Bus , Communication nodes , The signal .
The overall steps can be summarized as follows 5 Step :
1. New project & Bus description : Create an empty simulation project X-Vehicle, Establish engineering organization folder . 【File——new—— Templates CAN500kBaud 1ch】
2. New database & Bus description : Database based bus template , Create database .【Tools-CANdb++ Editor——File——CreateDatabase—— Select the bus template according to the function ( This article chooses Vector IL Basic Template.dbc)—— Create a database project XVehicle.dbc】
3. node : Add a node description to the database .
4. The signal : Add signals to the database 、 Message description , Set specific attributes of different signal data .
5. After the above steps are completed , The database file design is completed . This database project XVehicle.dbc Import the project we created before X-Vehicle. After import, you can use Simulation——Simulation Setup See the simulation node created in the database .
Please refer to :https://blog.csdn.net/lamanchas/article/details/122113719
边栏推荐
- unit testing
- RHCE day 3
- [untitled]
- [Galaxy Kirin V10] [server] soft RAID configuration
- First article
- Software sharing: the best PDF document conversion tool and PDF Suite Enterprise version sharing | with sharing
- Interview and lecture summary 1
- JMeter Foundation
- /*Write a loop to output the elements of the list container in reverse order*/
- Send a request using paste raw text
猜你喜欢

20 minutes to learn what XML is_ XML learning notes_ What is an XML file_ Basic grammatical rules_ How to parse

Idea SSH channel configuration

Article publishing experiment

What is an excellent architect in my heart?

BGP ---- border gateway routing protocol ----- basic experiment

Using SA token to solve websocket handshake authentication

Introduction to tree and binary tree

VI text editor and user rights management, group management and time management

Unittest+airtest+beatiulreport combine the three to make a beautiful test report

Network connection (II) three handshakes, four waves, socket essence, packaging of network packets, TCP header, IP header, ACK confirmation, sliding window, results of network packets, working mode of
随机推荐
DDL statement of MySQL Foundation
Es entry series - 6 document relevance and sorting
[Galaxy Kirin V10] [desktop] login system flash back
Dictionaries and collections
2022 AAAI fellow release! Yan Shuicheng, chief scientist of sail, and Feng Yan, Professor of Hong Kong University of science and technology, were selected
JMeter correlation technology
Virtual machine configuration network
Fundamentals of database operation
I What is security testing
Rhcsa day 10 operation
What is an excellent architect in my heart?
[test theory] test phase analysis (unit, integration, system test)
DDL language of MySQL database: create, modify alter, delete drop of databases and tables
Basic data types of MySQL
DNS hijacking
[Galaxy Kirin V10] [desktop and server] FRP intranet penetration
Open the neural network "black box"! Unveil the mystery of machine learning system with natural language
[test theory] test the dimension of professional ability
[Galaxy Kirin V10] [server] soft RAID configuration
Idea SSH channel configuration