How to receive data with Raspberry PI CAN receive block?

3 visualizaciones (últimos 30 días)
Raphael Chacon
Raphael Chacon el 26 de Mzo. de 2020
Respondida: Reeno Joseph el 30 de Abr. de 2020
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

Respuestas (1)

Reeno Joseph
Reeno Joseph el 30 de Abr. de 2020
Hi Raphael,
Please check the solution described here.
Thansk,
Reeno Joseph

Community Treasure Hunt

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

Start Hunting!

Translated by