Simulink External Mode: Connect to target via CAN interface

1 visualizzazione (ultimi 30 giorni)
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

Risposte (1)

Brian McKay
Brian McKay il 13 Ott 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
  1 Commento
Götz Lipphardt
Götz Lipphardt il 14 Ott 2016
Hello Brian,
thank you for your answer. Thought so already. That should be changed or made clear in the documentation at least.
Regards,
Goetz

Accedi per commentare.

Community Treasure Hunt

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

Start Hunting!

Translated by