Why I get only the last 36 hours?
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Hi,
I set at the Chart Options Results on 40320, what should be one week. But the graph shows only 36 hours (and some minutes). I also try to set it results on 7 day, but still I get only 36 hours.
Why it is not showing 7 days graph?
Frank

0 comentarios
Respuestas (1)
Vinod
el 20 de En. de 2021
To keep the application responsive and have a usable experience on the web site, we limit the number of points retrieved to a maximum of 8000 points. It is physically unlikely that you have 40k pixels in the small area of the screen where an individual chart is displayed. This is also why we provide an averaging option -- it is very likely that when looking over a period of that many points that you are looking at aggregates like average, median, etc. and are not interested in each individual datapoint.
2 comentarios
Christopher Stapels
el 22 de En. de 2021
You can use the start and end parameters in the read data call in the REST API. Or use daterange in thingSpeakRead().
I've linked the doc pages for both of these, and you can also look at the charts API, but its similar to the read command except it returns a chart instead of data. All of these are still limited to 8000 points, but you can pick exactly the times you want to see.
Comunidades de usuarios
Más respuestas en ThingSpeak Community
Ver también
Categorías
Más información sobre Visualize Data en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!