External Mode - Raspberry; re-connect

11 vues (au cours des 30 derniers jours)
Rene Essink
Rene Essink le 24 Mar 2017
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 commentaires
Marek Cherubin
Marek Cherubin le 7 Déc 2017
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 le 8 Mai 2020
Did you solve it Marek? If you did, would you like to share your solution?
BR Thomas

Connectez-vous pour commenter.

Réponses (4)

tang
tang le 25 Avr 2017
I have the same problem. Does anyone solved it.

shz
shz le 10 Mai 2017
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 commentaire
Franziska Schmierer
Franziska Schmierer le 30 Oct 2017
Can I damage something that is installed at my Pi? Or does this mean that I only stopp all process at the PI?

Connectez-vous pour commenter.


Madhu Govindarajan
Madhu Govindarajan le 31 Oct 2017
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 commentaires
Franziska Schmierer
Franziska Schmierer le 2 Nov 2017
I know how to open the Shell but than? How can I find the folders? Which command? Thanks.
Liew Tian Chin
Liew Tian Chin le 6 Avr 2018
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

Connectez-vous pour commenter.


Thomas Lundberg
Thomas Lundberg le 8 Mai 2020
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

Catégories

En savoir plus sur MATLAB Support Package for Raspberry Pi Hardware dans Help Center et File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by