当前位置:网站首页>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
边栏推荐
- Huge number multiplication (C language)
- 183 sets of free resume templates to help everyone find a good job
- Terms related to hacker technology
- Open the neural network "black box"! Unveil the mystery of machine learning system with natural language
- Basic function exercises
- [Galaxy Kirin V10] [server] failed to start the network
- Personal thoughts on the development of game automation protocol testing tool
- 20 minutes to learn what XML is_ XML learning notes_ What is an XML file_ Basic grammatical rules_ How to parse
- Knapsack problem and 0-1 knapsack problem
- JMeter assembly point technology and logic controller
猜你喜欢
Quick sort (C language)
The future education examination system cannot answer questions, and there is no response after clicking on the options, and the answers will not be recorded
Jemeter script recording
DDL statement of MySQL Foundation
When I forget how to write SQL, I
Using SA token to solve websocket handshake authentication
The bamboo shadow sweeps the steps, the dust does not move, and the moon passes through the marsh without trace -- in-depth understanding of the pointer
Summary of several job scheduling problems
[Galaxy Kirin V10] [server] failed to start the network
Recursion and divide and conquer strategy
随机推荐
Introduction to extensible system architecture
Article publishing experiment
What is an excellent architect in my heart?
BGP ---- border gateway routing protocol ----- basic experiment
When I forget how to write SQL, I
Application and Optimization Practice of redis in vivo push platform
/*Write a function to open the file for input, read the contents of the file into the vector container of string class 8.9: type, and store each line as an element of the container object*/
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
Virtual machine configuration network
unit testing
Hlk-w801wifi connection
Huge number multiplication (C language)
leetcode1229. Schedule the meeting
Huge number (C language)
TS type gymnastics: illustrating a complex advanced type
leetcode729. My schedule 1
Debug:==42==ERROR: AddressSanitizer: heap-buffer-overflow on address
Summary of several job scheduling problems
[machine] [server] Taishan 200
1. Circular nesting and understanding of lists