What kind of data type is a CAN message?
5 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Anurag Kotha
am 21 Aug. 2015
Beantwortet: Anurag Kotha
am 4 Sep. 2015
I am trying to run a Stateflow model with VNT blocks, which will transmit CAN messages periodically. I cannot build the model because Stateflow says I need to explicitly define a data type for CAN message.
I tried the following, but to no success. A) can.Message B) CAN_MESSAGE(found this in a simulink CAN example) I am successful if I use Simulink only, as I can set the data type to "Inherit". But I need to use Stateflow for my model.
I am not sure what the exact data type is. Any help is appriciated.
1 Kommentar
Akzeptierte Antwort
Varun Bhaskar
am 25 Aug. 2015
Hi,
The CAN message is a MATLAB Object. But it cannot be directly used within Stateflow. You could use the pack/unpack blocks to convert into a double array and back.
0 Kommentare
Weitere Antworten (1)
Siehe auch
Kategorien
Mehr zu Vehicle Network Toolbox finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!