Start Simulation via Joystick in Simulink

Hello,
I want to start the Simulation in Simulink via a Button on my Joystick/Wheelchair, but i can't find any predefined Blocks for this task.
Does anyone have an idea, how i can do that, or where i can find a block which can start the simulation?
Many Thanks!
Thomas

답변 (1개)

Kaustubha Govind
Kaustubha Govind 2013년 8월 6일

0 개 추천

If you need to start simulation using an external command, that command needs to exist outside of the model, so it cannot be a block (blocks will only start executing once the model starts running). You might want to explore whether your joystick has a MATLAB interface, or provides an interface via any of the standard forms that MATLAB supports. Once you establish MATLAB commands to react to the joystick, you can the command set_param('modelname', 'SimulationCommand', 'start') to start simulation.

카테고리

도움말 센터File Exchange에서 Startup and Shutdown에 대해 자세히 알아보기

제품

질문:

2013년 8월 6일

Community Treasure Hunt

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

Start Hunting!

Translated by