How to import data from a microprocessor
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Guillermo Cid Espinosa
am 14 Okt. 2017
Kommentiert: Guillermo Cid Espinosa
am 24 Okt. 2017
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 Kommentare
Jonathan Chin
am 22 Okt. 2017
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
Antworten (0)
Siehe auch
Kategorien
Mehr zu Develop Apps Using App Designer finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!