How to make real-time simulation in simMechanics?
7 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (1)
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.
- Sebastian
0 Commenti
Vedere anche
Categorie
Scopri di più su Model Preparation in Help Center e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!