How change variable during HIL simulation ?
1 回表示 (過去 30 日間)
古いコメントを表示
I need to change the value of the tunable variables during HIL simulation without using Matlab.
I have added the external mode, so I tried to use it the same way that it can change variables in the external mode. For this purpose, I tried using the function:
'void PUBLIC SetParam (RTWExtModeInfo * i, const char * pBuf)'
which is in the file 'ext_svr.c' that reads the received TCP packet and set the params.
I don't know how I can simulate that package. Or any form to set params during simulation without stop it.
Any help? ;)
Thanks in advance
0 件のコメント
回答 (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!