I am collecting the rainfall hourly. If i want to have a daily sum, the sum is not ok.
If i want to sum up 0.28+0.56+0.56 the bar chart displays 0.28.
Does somebody has an idea?

댓글 수: 5

Max Heiken
Max Heiken 2021년 7월 13일
Sorry for the question, but is this even MATLAB?
And would you mind sharing a snippet of your data?
Rudolf Dudek
Rudolf Dudek 2021년 7월 13일
this is thingsspeak, i attached the data export from my feed
Christopher Stapels
Christopher Stapels 2021년 7월 13일
편집: Christopher Stapels 2021년 7월 13일
Would you consider creating a custom visualization where you read the channel data and perform a sum yourself? Ill look into the problem you stated above for the automatic sum setting.
Rudolf Dudek
Rudolf Dudek 2021년 7월 17일
Thanks a lot, i keep you updated
Rudolf Dudek
Rudolf Dudek 2021년 11월 4일
@Christopher Stapels since i changed all seconds in timestamp to be 0, the sum up looks ok.
Before the change the seconds range was from 2 to 20 seconds.

댓글을 달려면 로그인하십시오.

 채택된 답변

Christopher Stapels
Christopher Stapels 2021년 7월 13일

0 개 추천

I tried this in one of my channels and it seems to work fine. I wonder if there is something different about your data. Can you share the data used to geenrate those plots? Here is the data I used:
myTimes Var1
____________________ ____
11-Jul-2021 08:38:10 0.28
11-Jul-2021 09:38:10 0.56
11-Jul-2021 10:38:10 0.56
13-Jul-2021 10:38:10 0.28

댓글 수: 6

Rudolf Dudek
Rudolf Dudek 2021년 7월 14일
thanks for your answer, the data is here: https://de.mathworks.com/matlabcentral/answers/uploaded_files/682953/snipplet-field8.csv
Christopher Stapels
Christopher Stapels 2021년 7월 22일
편집: Christopher Stapels 2021년 7월 22일
I'm sorry I am not able to reproduce your example.
I imported your data to my channel and my result does not match yours. I did not use your time zone but I don't see how that would produce the results you saw. Calculations are all done and UTC, the time zone just effects the display labels.
I do see zeros in your data, These may be NaN values before you download them. Would it be possible for you to share your channel ID? If it is a public channel, I can have a look at the data.
For later viewers of this post, that channel that I linked will not keep the data indefinitely, nor will it stay public.
Rudolf Dudek
Rudolf Dudek 2021년 8월 3일
Sorry for the delay, here's the public link:
https://thingspeak.com/channels/1306999/charts/8?bgcolor=%23ffffff&color=%231A2C42&days=7&dynamic=true&round=2&sum=daily&type=column
Rudolf Dudek
Rudolf Dudek 2022년 7월 14일
After dealing with a daily total in a chart again, I have now found the "error image" in the totaling. - its the offset parameter which does the trick.
If you set the offset (timezone) in the chart or in the api call, the daily total will be calculated correctly. Unfortunately you can't set this in the standard channel view - so I suspect that this could really be a bug.
Christopher Stapels
Christopher Stapels 2022년 7월 20일
Thanks. Everytime we review precedence issues for parameters (timezone versus average, etc), we come up with edge cases and opposing scenarios. Ill submit it to our tracking system for review however. We appreciate your vigilance on the issue.
Rudolf Dudek
Rudolf Dudek 2022년 7월 20일
Thanks a lot.

댓글을 달려면 로그인하십시오.

추가 답변 (1개)

Vinod
Vinod 2021년 7월 13일

0 개 추천

My suspicion is that the field has a bunch of 'NaN's in them. Can you download the data for the channel from th "Import/Export" tab of the channel and confirm there are no NaN's or blank slots in the data?

커뮤니티

더 많은 답변 보기:  ThingSpeak 커뮤니티

카테고리

도움말 센터File Exchange에서 Downloads에 대해 자세히 알아보기

제품

질문:

2021년 7월 13일

댓글:

2022년 7월 20일

Community Treasure Hunt

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

Start Hunting!

Translated by