Hi. when i am trying to Controlling Robot Motion in Simulink, getting following error. please suggest about it. thank you.
22 ビュー (過去 30 日間)
古いコメントを表示
sridhar reddy
2019 年 8 月 6 日
コメント済み: Adedotun Owojori
2021 年 11 月 4 日
Error in S-function 'MobileRobotSimulink1/Robot Simulator/Soft Real Time': S-Function 'sfun_time' does not exist
Component:Simulink | Category:Block error
![error.png](https://www.mathworks.com/matlabcentral/answers/uploaded_files/232944/error.png)
3 件のコメント
Adedotun Owojori
2021 年 11 月 4 日
It seems I am getting the same error, we look forward to your explanation in getting the system work
Thanks
Dotun
Adedotun Owojori
2021 年 11 月 4 日
Please i am still getting this error after deleting the soft realtime block
- The "FixedStepDiscrete" solver cannot be used to simulate block diagram 'untitledfcn' because it contains continuous states
Component:Simulink | Category:Block diagram error
and also after converting to a variable solver, i got this error
- Error in 'untitledfcn/Robot Simulator': Initialization commands cannot be evaluated.
Caused by:
- Changing property 'SolverType' is not allowed
Component:Simulink | Category:Block error
kindly assist, thanks
Dotun
採用された回答
MathWorks Student Competitions Team
2019 年 11 月 12 日
編集済み: MathWorks Student Competitions Team
2019 年 11 月 12 日
This error usually occurs when you don't run the file "installMRTToolbox" included in the training files. This should be on the main directory for the submission here:
You will need a compiler to compile the s-funciton for the block and then everything should work. This is prompted when the install file is executed.
Alternatively, if you are using MATLAB R2018a or newer you can delete the block form the library and use Simulation pacing instead. To do this:
- Right-click the Robot Simulator and select Library Link>Go to library block
- Unlock the library by clicking the lock on the bottom left corner
- Right-click the Robot Simulator block in the library and select Mask>Look under mask
- Delete the "Soft Real Time" block
- Save the library
You can enable Simulation Pacing from the run button. This will slow down the simulation to real-time speed.
Find here more details on simulation pacing:
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/247953/image.png)
6 件のコメント
Jose Avendano Arbelaez
2021 年 2 月 26 日
Adentro de el bloque "Robot Simulator". Para que la solucion sea permanente, debes editar la libreria donde se encuentra el bloque. Se puede abrir la libreria con este comando:
>>open_system('mobileRoboticsTrainingLib')
Adedotun Owojori
2021 年 11 月 4 日
Please i am still getting this error after deleting the soft realtime block
- The "FixedStepDiscrete" solver cannot be used to simulate block diagram 'untitledfcn' because it contains continuous states
Component:Simulink | Category:Block diagram error
and also after converting to a variable solver, i got this error
- Error in 'untitledfcn/Robot Simulator': Initialization commands cannot be evaluated.
Caused by:
- Changing property 'SolverType' is not allowed
Component:Simulink | Category:Block error
kindly assist, thanks
Dotun
その他の回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Block Libraries についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!