Data in msec is not displayed

조회 수: 4 (최근 30일)
Luk
Luk 2024년 8월 12일
댓글: Christopher Stapels 2024년 8월 19일
Hello,
I am recording data each 100msec and send it in a bulk data JSON each 30 sec. I only receave data in thingspeak with a time stamp of 1 second, and not those in between each second (I mis 9 measurements each second)
part of the JSON string:
[{ "created_at":"2024-08-12 17:10:55.797Z","field1":817},{ "created_at":"2024-08-12 17:10:55.920Z","field1":864},{ "created_at":"2024-08-12 17:10:56.043Z","field1":856}...
is there a way to visualise all the data?

답변 (1개)

Amith
Amith 2024년 8월 13일
Hi Luk,
ThingSpeak's paid license options allow for a message update interval as low as 1 second. Therefore, achieving a 100ms update interval is not possible. For more information, please refer to the ThingSpeak Licensing FAQ page linked below: https://thingspeak.com/pages/license_faq
I hope this helps!
  댓글 수: 2
Luk
Luk 2024년 8월 14일
Thans for your info
Christopher Stapels
Christopher Stapels 2024년 8월 19일
Since the bulk update allows many posts, you could use another field to record the finer timestamp data. But the main timestamps have to be unique, so you wil have to figure out some translation.

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

카테고리

Help CenterFile Exchange에서 JSON Format에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by