필터 지우기
필터 지우기

Simulink External Mode: Connect to target via CAN interface

조회 수: 2 (최근 30일)
Götz Lipphardt
Götz Lipphardt 2016년 10월 12일
댓글: Götz Lipphardt 2016년 10월 14일
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

답변 (1개)

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

댓글을 달려면 로그인하십시오.

Community Treasure Hunt

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

Start Hunting!

Translated by