Simulink External Mode: Connect to target via CAN interface
조회 수: 2 (최근 30일)
이전 댓글 표시
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
답변 (1개)
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
참고 항목
카테고리
Help Center 및 File Exchange에서 Vehicle Network Toolbox에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!