How to make real-time simulation in simMechanics?

12 visualizzazioni (ultimi 30 giorni)
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.

Risposte (1)

Sebastian Castro
Sebastian Castro il 30 Mar 2015
Modificato: Sebastian Castro il 30 Mar 2015
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.
The workflow is described really well in this video.
- Sebastian

Categorie

Scopri di più su Model Preparation in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by