필터 지우기
필터 지우기

How to receive data with Raspberry PI CAN receive block?

조회 수: 8 (최근 30일)
Raphael Chacon
Raphael Chacon 2020년 3월 26일
답변: Reeno Joseph 2020년 4월 30일
Hello
I am trying to connect a Raspberry Pi 3B model via a PICAN 2 shield to my simulink model.
Through testing with the 'raspi_CAN_SendReceive' library I know the hardware is working fine.
I now want to receice data with the raspberrypi receive block from version 2019b on.
Unfortunately I do not receive anything, neither with rawdata output (zeros) nor with CAN Msg output (throwing error:
  • For output port 2 of 'test_CAN/CAN Receive', the 'stepImpl' method of the System object 'codertarget.raspi.internal.CANReceive' returned a value that has data type 'double', which does not match the data type 'uint8' returned by the 'getOutputDataTypeImpl' method. Either change the data type of the value returned by 'stepImpl', or change the data type returned by 'getOutputDataTypeImpl'.
).
Basically I really only insert the receive block and display or scope as sink.
CAn anyone help me or tell me what I should consider?
Thanks and best regards

답변 (1개)

Reeno Joseph
Reeno Joseph 2020년 4월 30일
Hi Raphael,
Please check the solution described here.
Thansk,
Reeno Joseph

카테고리

Help CenterFile Exchange에서 Modeling에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by