Simulink Real-Time Speedgoat. Start the model at powerup??

10 views (last 30 days)
Hi. I have a real Time Machine. Every time I start a machine - it is empty and i have to download a model to it.
How can i save my Simulink Model on it, so it would start at machine's power-up?

Answers (1)

Jonas
Jonas on 17 Jan 2020
Edited: Jonas on 17 Jan 2020
The principle is called 'standalone boot'. Instructions and details can be found here.
Quick summary:
  1. Open Simulink Real-time explorer: slrtexplr and set Boot configuration standard of your target machine to Stand alone
  2. Build Simulink Real-Time model. A new folder is created in the working folder, with the name xxxxx_emb (folder ending on emb)
  3. Get removable disk media (USB stick, SD card, whatever your target hardware supports) and clean with Rufus.
  4. Copy all 4 files from folder xxxxx_emb to the removable media
  5. Put card in target computer and start up.

Categories

Find more on Real-Time Simulation and Testing in Help Center and File Exchange

Tags

Products


Release

R2018b

Community Treasure Hunt

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

Start Hunting!