当前位置:网站首页>Automation sequences of canoe simulation functions
Automation sequences of canoe simulation functions
2022-07-06 09:48:00 【Ant soldier】
Related articles

Preface
- Visual sequences make it easy for you ( Graphical ) Create bus related sequences .
You can use system variables 、 Create a sequence of environment variables or signals . Send messages or check signals 、 Values of system variables and environment variables .- The convenience is that you can do it without CAPL Scripts can implement simple code logic , such as
if else,Set up symboletc. , Limited function- Demonstrate hardware and software environment Win10 x64 ; CANoe 11 SP2 x64


Catalog

Visual Sequencer ( Visual sequence )
newly build Sequencer
1️⃣ Here's the picture , Create a new one sequences, Name it New_VSequence


2️⃣ The following figure lists most Visual Sequencer Commands, Let's choose some possible instructions to test .

Wait For Key It can be used to block the sequence
Here's the picture : Added two instructions Wait For Key and Write Text , After running the project , Press down Start Small button , The sequence panel will run to Wait For Key This line command, The user presses t after , The sequencer executes the second line command, towards write Window printing .

Control statement : conditional if else and loop repeat
Here's the picture : Create a new one sequences, Name it New_VSequence_2, Add the following commands, The following sequence logic is :
take EngineSpeed Signal cycle plus 1, On duty ==100 when , Print information ,>=200 when , Print information , And exit the loop , Finally, stop the cycle big song message
Set CAN Cyclic FrameFirst 100ms Send periodically messagebmw::EngineStaterepeatLoop control statementSetsentence : Set the signal or variable valueif else: conditionalRepeat End: End of cycle

Set CAN Raw Frame newly build DBC Undefined message
Here's the picture : Create a new one sequences, Name it New_VSequence_3, Add the following commands, The following sequence logic is :
Create a new one ID=0x20 Message of , Then send the message periodically ,2000ms after , Send this message BYTE1 Set to 0xFF;3000ms after , End the cycle and send the message
Set CAN Raw FrameCreate or modify dbc File does not define messageSet CAN Cyclic Raw FrameSend periodically dbc File does not define message


Other features
Here's the picture , Whether the sequence is executed continuously or only once when it is circled ; When running CANoe Then the sequence is automatically executed

Here's the picture , You can export these sequence codes to a file , It can be reused and so on

| End |
summary


Above is CANoe Automatic sequence of simulation functions Visual Sequencer ( Visual sequence ) Most of the functions of ,Mcros and Net Snippets No introduction , Because I don't know ; As for how useful this function is in actual projects , How to use it? , It's up to you to play .
- Have the most simple life , The furthest dream , Even if it's freezing tomorrow , Lu Yao's horse died !
- Small partners with mobile phones can add communication groups , A small circle in the field of on-board diagnosis , In the group
SkyDrive data,Source code, There may be something you need , Usually can exchange technology , Talk about job opportunities .- If this blog is helpful to you , please “ give the thumbs-up ” “ Comment on ”“ Collection ” One key, three links Oh ! It's not easy to code words , Everyone's support is my driving force to stick to it .
边栏推荐
- Take you back to spark ecosystem!
- June brush question 02 - string
- Leetcode:608 tree node
- May brush question 03 - sorting
- Mapreduce实例(九):Reduce端join
- Summary of May training - from a Guang
- How does the single chip microcomputer execute the main function from power on reset?
- May brush question 02 - string
- How can I take a shortcut to learn C language in college
- What you have to know about network IO model
猜你喜欢

Workflow - activiti7 environment setup

MapReduce working mechanism

Research and implementation of hospital management inpatient system based on b/s (attached: source code paper SQL file)

Redis分布式锁实现Redisson 15问

英雄联盟轮播图手动轮播

Combined search /dfs solution - leetcode daily question - number of 1020 enclaves

Lua script of redis

MapReduce instance (V): secondary sorting

Cap theory

【深度學習】語義分割-源代碼匯總
随机推荐
How does the single chip microcomputer execute the main function from power on reset?
33岁可以学PLC吗
There are software load balancing and hardware load balancing. Which one to choose?
MapReduce工作机制
五月刷题03——排序
What are the models of data modeling
Keep these four requirements in mind when learning single chip microcomputer with zero foundation and avoid detours
018. Valid palindromes
MapReduce instance (VII): single table join
Can I learn PLC at the age of 33
软件负载均衡和硬件负载均衡的选择
手把手教您怎么编写第一个单片机程序
大学C语言入门到底怎么学才可以走捷径
大学想要选择学习自动化专业,可以看什么书去提前了解?
Programmation défensive en langage C dans le développement intégré
CANoe不能自动识别串口号?那就封装个DLL让它必须行
Cooperative development in embedded -- function pointer
五月刷题27——图
MapReduce instance (IV): natural sorting
嵌入式開發中的防禦性C語言編程

