How to acquire and plot continuous voltage data from SMU in App Designer?
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Ana Sofía Marulanda Duque
el 20 de Ag. de 2019
Respondida: Andrey Kiselnikov
el 20 de Ag. de 2019
Hey!, I'm working with the Source Measure Unit ADALM1000 from Analog Devices, what i'm trying to do is to automatice the charge/discharge process of a battery with this device and an app in App Designer. So far i have charge it and discharge it in MATLAB but now I'm trying to do it in a user interface. So far I've got this but my main question is about the plot and the data acquisition, how can I make it to plot live while the other instructions of the code are running?
Thanks for your help!!!!
![matlabb2.JPG](https://www.mathworks.com/matlabcentral/answers/uploaded_files/234646/matlabb2.jpeg)
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/234645/image.jpeg)
0 comentarios
Respuesta aceptada
Andrey Kiselnikov
el 20 de Ag. de 2019
Hi Ana! The simplest way to perform your task is using the timer - updating the graph in timer callback, here is the good description of how to create and adjust it.
0 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Analog Data Acquisition en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!