当前位置:网站首页>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 .
边栏推荐
- Some thoughts on the study of 51 single chip microcomputer
- Mapreduce实例(七):单表join
- If a university wants to choose to study automation, what books can it read in advance?
- Publish and subscribe to redis
- May brush question 01 - array
- May brush question 26 - concurrent search
- 单片机如何从上电复位执行到main函数?
- Take you back to spark ecosystem!
- Redis分布式锁实现Redisson 15问
- How does the single chip microcomputer execute the main function from power on reset?
猜你喜欢

面渣逆袭:Redis连环五十二问,图文详解,这下面试稳了

听哥一句劝,按这套嵌入式的课程内容和课程体系去学习

Take you back to spark ecosystem!

Sqlmap installation tutorial and problem explanation under Windows Environment -- "sqlmap installation | CSDN creation punch in"

在CANoe中通过Panel面板控制Test Module 运行(初级)

MapReduce工作机制
[Yu Yue education] Wuhan University of science and technology securities investment reference

Workflow - activiti7 environment setup

Mapreduce实例(六):倒排索引

Learning SCM is of great help to society
随机推荐
Cooperative development in embedded -- function pointer
Can I learn PLC at the age of 33
[Yu Yue education] Wuhan University of science and technology securities investment reference
I2C summary (single host and multi host)
Global and Chinese markets for modular storage area network (SAN) solutions 2022-2028: Research Report on technology, participants, trends, market size and share
Webrtc blog reference:
Global and Chinese market of electric pruners 2022-2028: Research Report on technology, participants, trends, market size and share
软件负载均衡和硬件负载均衡的选择
硬件工程师的真实前途我说出来可能你们不信
发生OOM了,你知道是什么原因吗,又该怎么解决呢?
33岁可以学PLC吗
Cap theory
May brush question 03 - sorting
手把手教您怎么编写第一个单片机程序
CAPL 脚本打印函数 write ,writeEx ,writeLineEx ,writeToLog ,writeToLogEx ,writeDbgLevel 你真的分的清楚什么情况下用哪个吗?
Defensive C language programming in embedded development
leetcode-14. Longest common prefix JS longitudinal scanning method
CANoe不能自动识别串口号?那就封装个DLL让它必须行
CANoe的数据回放(Replay Block),还是要结合CAPL脚本才能说的明白
May brush question 01 - array

