External Mode - Raspberry; re-connect

11 次查看(过去 30 天)
Hello,
actually I’m working on a Simulink-Model, that collects temperatures from 1wire sensors and switches relays to control a heating / cooling system on an external system (Raspberry Pi ).
The start of Simulink, the external connection and the execution oft h code on the Raspberry PI work well.
Also the disconnection works well, without losing functionality on the raspberry-process.
The problem is, that it not possible for me to reconnect to the process on the Raspberry Pi, after Matlab/Simulink was closed and restarted. Trying to do that, the following error message appears:
"The model that you are trying to run in External mode does not match the application running on your target. Rebuild the model, run it on your target, and start External mode simulation again."
(see attached error message)
I didn‘t change the Simulink-Code in the meantime. Is a „reconnect“ to the raspberry-process after a restart of Matlab/Simulinkch in principal not possible or do I make a mistake? Greetings Rene
  2 个评论
Marek Cherubin
Marek Cherubin 2017-12-7
Hello Rene! sorry for little offtopic but I try to read 1wire (18B20) in RPi using simulink. Honestly I want to experiment with the same temp. control idea as described in your post above. I realized that there isn't 1wire block in raspberrypilib. Could you provide me with the information how did you managed the problem. regards, Marek
Thomas Lundberg
Thomas Lundberg 2020-5-8
Did you solve it Marek? If you did, would you like to share your solution?
BR Thomas

请先登录,再进行评论。

回答(4 个)

tang
tang 2017-4-25
I have the same problem. Does anyone solved it.

shz
shz 2017-5-10
I had the same problem You should kill the process that doesn't let to run your code. for that you can use command "openShell(mypi)" to open the RPi shell Then you can use command "kill pid" or "killall proc" to kill all of them and then try again
  1 个评论
Franziska Schmierer
Franziska Schmierer 2017-10-30
Can I damage something that is installed at my Pi? Or does this mean that I only stopp all process at the PI?

请先登录,再进行评论。


Madhu Govindarajan
Madhu Govindarajan 2017-10-31
Another way would be to open the shell as mentioned above and deleting the folders related to the specific model and re-run it. This has resolved the issue for me several times.
  2 个评论
Franziska Schmierer
I know how to open the Shell but than? How can I find the folders? Which command? Thanks.
Liew Tian Chin
Liew Tian Chin 2018-4-6
The simulink model files usually located in /home/pi/.... Try ~$ ls /home/pi/ command. You should see your project files name, three of them all together. Deletes all of them. Then, re-run your model in external mode. Everything should work fine.
To deletes file, refer https://www.mathworks.com/help/supportpkg/raspberrypiio/ref/deletefile.html

请先登录,再进行评论。


Thomas Lundberg
Thomas Lundberg 2020-5-8
Hello Rene
About your mdl ( I’m working on a Simulink-Model, that collects temperatures from 1wire sensors and switches relays to control a heating / cooling system on an external system (Raspberry Pi )) Is it something you would like to share? I just started working on the same thing.
BR Thomas

类别

Help CenterFile Exchange 中查找有关 MATLAB Support Package for Raspberry Pi Hardware 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by