How to import data from a microprocessor
4 ビュー (過去 30 日間)
古いコメントを表示
I am making an interface through app designer but I do not know how to receive the data stored in a microprocessor using a tcpip object.
8 件のコメント
Jonathan Chin
2017 年 10 月 22 日
try adding a button that runs calls by itself
fprintf(app.t_waveforms,'GET /Interface_waveforms');
I believe you need to call this every time you want data then put a debug point there to see if you can get some data
回答 (0 件)
参考
カテゴリ
Help Center および File Exchange で Develop Apps Using App Designer についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!