Simulink External Mode: Connect to target via CAN interface
2 views (last 30 days)
Show older comments
Hello,
I am trying to use Simulink External Mode with a TI C2000 hardware board. The connection for external mode is supposed to run over a CAN bus interface. I followed the example provided in c28_ccp_ert. In this example a Vector CAN hardware interface is assumed. However, I would like to use a CAN hardware interface provided by PEAK instead.
I downloaded the required PEAK hardware package both from MathWorks and from PEAK and I also Have the Vehicle Network Toolbox installed. The PEAK CAN hardware is up and running. I can see it in Matlab using GetHWInfo. However, when running the above mentioned example, it always complains about a missing Vector dll-file. It looks as if usage of Vector hardware is somehow hardcoded into the model.
Is there any way to change the communication to make usage of the PEAK CAN hardware instead of Vector hardware?
Any clue is highly appreciated.
Best regards,
Goetz
0 Comments
Answers (1)
Brian McKay
on 13 Oct 2016
Hi,
External mode with C2000 is using the Vector CAN libraries, so it wont work with your PEAK CAN hardware.
You can use the C2000 CAN library blocks to talk to and interface with any CAN device (including PEAK).
-Brian
See Also
Categories
Find more on Vehicle Network Toolbox in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!