Simulink/Speedgoat error - slrt_make_rtw_hook
23 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
jesse
am 7 Nov. 2018
Beantwortet: Diego Kuratli
am 27 Jan. 2023
I wish to run a trivially simple simulink model on the SpeedGoat real time system. However, upon model build, I encounter an error as seen in the picture below.
"the call to slrt_make_rtw_hook, during the exit hook generated the following error: Cannot write to destination : C:\Users\USERNAME\Desktop\test.mldatx. Use the 'f' option to override."
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/194019/image.png)
I am running R2017b on a Windows 7 machine.
I have tried updating the kernel using speedgoatkerneltransfer.
slrtpingtarget returns success, and the target properties found in the real-time explorer have been set. The model parameter settings are also shown below.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/194022/image.png)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/194023/image.png)
Does anyone have any suggestions to try to get this running?
0 Kommentare
Akzeptierte Antwort
Weitere Antworten (1)
Diego Kuratli
am 27 Jan. 2023
I would recommend using MATLAB Projects to avoid such issues and have a proper management of the various files and build folders:
https://www.mathworks.com/help/simulink/project-management.html
0 Kommentare
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!