How to make real-time simulation in simMechanics?
7 次查看(过去 30 天)
显示 更早的评论
Hello, I'm doing a simulink project that I think is somewhat related to real-time simulation, but I have some troubles recently.
I have imported a scara robot model from Solidworks to simMechanics and the simulation works pretty well. The following picture is the model in the simMechanics.
The realization of the model by simMechanics blocks is as follows.
The scara robot has two revolute joints and a prismatic joint. The motions of these joints are all determined by the 'timeseries variables' in the workspace. In the first cycle of motion, the robot works as it should. But in the second cycle, the 'timeseries variables' will be changed to generate different motions. Then my question is how to make the real-time simulation of the robot. I would be appreciated if anyone know how to solve this problem.
0 个评论
回答(1 个)
Sebastian Castro
2015-3-30
编辑:Sebastian Castro
2015-3-30
To go to real-time simulations, you have to do a couple things.
1. Change your model to use a fixed-step solver and your Simscape portion to use the Local Solver option. The key here is to use a time-step that makes your fixed-step simulation accurate enough.
2. Use Simulink Real-Time to generate code from the model and download it to a real-time operating system.
- Sebastian
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Model Preparation 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!