필터 지우기
필터 지우기

To-File block with Raspberry Pi 3 is not working after Deploying model to Hardware

조회 수: 2 (최근 30일)
Hi Everyone,
I have build a model in Simulink that will run on a Raspberry Pi 3. In my model I am storing my data in .mat file with the use of 'To-file block'. When I run my model in external mode, the block is working and I can see my file with the stored data on my Raspberry Pi. However, when I use the 'deploy to hardware' button the model is running, but it is not creating the .mat file. Does anybody have experience with this? I would like to use my Simulink model as a stand-alone application after deploying the model to the Raspberry Pi (no connection to my laptop at all). Thanks in advance.
Best regards,
Ro

채택된 답변

Saurabh Gupta
Saurabh Gupta 2017년 7월 21일
You could try the following steps:
1) Check the generated code and see if you can find any reference to the MAT File that you are trying to write through the 'To file' block.
2) If there are no references to the MAT File in the generated code, then it may be the case that you have 'MAT-File Logging' disabled, which is optimizing out the 'To File' block during deployable code generation. Make sure to enable it in configuration parameters "Code Generation > Advanced Parameters > MAT-File Logging" found under "All Parameters".
3) If there are references to the MAT-file in the code and you still find it is not being created, you could debug the code running on your Raspberry Pi to see what code paths are being taken that preclude the writing of the MAT file.
Hope this helps!
  댓글 수: 2
Ro
Ro 2017년 7월 24일
Thanks for your answer Saurabh. Number 2) did the trick for me.
Best regards,
Ro

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

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Run on Target Hardware에 대해 자세히 알아보기

Community Treasure Hunt

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

Start Hunting!

Translated by