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!