Why I get only the last 36 hours?

1 回表示 (過去 30 日間)
Frank Mehlhop
Frank Mehlhop 2021 年 1 月 20 日
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

回答 (1 件)

Vinod
Vinod 2021 年 1 月 20 日
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 件のコメント
Frank Mehlhop
Frank Mehlhop 2021 年 1 月 21 日
But also using average or median, Also with les points I get only the last 1.5 days.
Is it posible to get the hole last week? or even tree or five days?
Christopher Stapels
Christopher Stapels 2021 年 1 月 22 日
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.

サインインしてコメントする。

コミュニティ

その他の回答  ThingSpeak コミュニティ

カテゴリ

Help Center および File ExchangeVisualize Data についてさらに検索

製品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by