External Mode - Raspberry; re-connect

8 visualizaciones (últimos 30 días)
Rene Essink
Rene Essink el 24 de Mzo. de 2017
Comentada: Thomas Lundberg el 8 de Mayo de 2020
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 comentarios
Marek Cherubin
Marek Cherubin el 7 de Dic. de 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 el 8 de Mayo de 2020
Did you solve it Marek? If you did, would you like to share your solution?
BR Thomas

Iniciar sesión para comentar.

Respuestas (4)

tang
tang el 25 de Abr. de 2017
I have the same problem. Does anyone solved it.

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

Iniciar sesión para comentar.


Madhu Govindarajan
Madhu Govindarajan el 31 de Oct. de 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 comentarios
Franziska Schmierer
Franziska Schmierer el 2 de Nov. de 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 el 6 de Abr. de 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

Iniciar sesión para comentar.


Thomas Lundberg
Thomas Lundberg el 8 de Mayo de 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

Categorías

Más información sobre MATLAB Support Package for Raspberry Pi Hardware en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by