Effacer les filtres
Effacer les filtres

How to dynamically set message ID on CAN Pack block

2 vues (au cours des 30 derniers jours)
Thomas Akers
Thomas Akers le 13 Nov 2016
Commenté : Birdman le 11 Oct 2017
I have a model simulating CAN traffic on a vehicle. As I morph the model to run on a Speedgoat, I need to process an array of CAN Messages of varying IDs at each time step. The messages and IDs vary with each time step. I currently collect all of the messages in an array of length (50,12) which holds up to 50 messages. Bytes 1:8 of each message(row) contains the message data and Bytes (9:12) contain the message ID.
The basic CAN Pack block statically sets the message ID and this would require many unique CAN Pack blocks to implement all the message traffic.
Alternately, is there documentation on how to create a CAN_MESSAGE object outside of the CAN Pack block?
Thanks in advance,
-Thomas

Réponses (1)

Hari Desanur
Hari Desanur le 16 Nov 2016
Hello Thomas,
You should be able to create a CAN_MESSAGE object outside the CAN Pack block using the canMessage function.
Thanks,
Hari

Catégories

En savoir plus sur Manual Performance Optimization dans Help Center et File Exchange

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by