How can I use the scope in my model while running a the host model?
1 次查看(过去 30 天)
显示 更早的评论
I'm trying to use the Field Oriented Contol of PMSM using hall sensor, https://www.mathworks.com/help/mcb/gs/foc-pmsm-using-hall-sensor-example.html, and want to add scopes to variables in the model so that I can see how they change in real time. The model and the host model works fine but I can't seem to get the scopes to work. After I add scopes to the main model, when I try to run the host model and see what the scopes are showing, all I get is the simulation results. They do not change according to me running the kit in real time.
0 个评论
回答(1 个)
Keyur Mistry
2022-5-18
To observe variable in real time, we are supposed to send variable data from controller to MATLAB host model via serial communication.
Pleaes ensure the variable you want observe in real time is being sent through "SCI Transmit" block in target model (main model) and being received thorugh "Host Serial Receive" block in host model.
0 个评论
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Deployment, Integration, and Supported Hardware 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!