TCP/IP and real time plot/point cloud?
Mostrar comentarios más antiguos
Hello, I wish to collect data from a sensor that features a TCP/IP interface and i'm trying to make it work with matlab. I managed to collect data from a single scan and plot the results, however when i send a specific command the sensor send to the input buffer data at 15Hz.
What I'd like to achieve is to read this data almost simultaneously in order to have a dynamic plot or a point cloud, in order to do further analysys. Thanks!
Respuestas (1)
sen sun
el 20 de Ag. de 2018
0 votos
you should create a timer to receive real-time data from sensor.
1 comentario
Walter Roberson
el 20 de Ag. de 2018
Probably not. A BytesAvailableFcn callback would probably make more sense.
Categorías
Más información sobre TCP/IP Communication en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!