How to add a timer to a block of code which could be like a function block getting called periodically in simulink
3 views (last 30 days)
Show older comments
I have to do this. Create a traffic of your own and generate them with some scheduler like some msg will be sent every 20 ms. assume there are multiple nodes and each node sends say 10-15 messages. Each message could be single signal or combination of multiple signal composed into one. Using DBC file u will also receive the messages. So each node will transmit as well as receive messages simultaneously. You will log the messages of the whole bus for few minutes and populate the worst case delay it takes for them
0 Comments
Answers (1)
Abhishek Kumar
on 11 Dec 2020
Hi Deependra, you can use the following to create a timer block and utilize into your model:
0 Comments
See Also
Categories
Find more on Simulink Functions in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!