How to run simulation and harware simultaneously
조회 수: 2 (최근 30일)
이전 댓글 표시
I am having a model which is having statecharts inside it. I want to run hardware with the generated code and I want to visualize the working in the simulink model simultaneously. In short I want to run the hardware and I want to know the corresponding state in simulink during the working of hardware. Is there any possibility for doing this?
댓글 수: 0
답변 (2개)
Mark McBroom
2018년 6월 28일
If you are using custom hardware, you would need to develop a custom target that supports external mode as described here .
댓글 수: 0
Varunjith Vijayan
2018년 7월 12일
편집: Varunjith Vijayan
2018년 7월 12일
댓글 수: 1
Niravkumar Ambaliya
2019년 11월 11일
Did you manage to get your problem fixed? I am also trying to read/write RH850 inputs/outputs while the simulation is running. Did you create custom target?
참고 항목
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!