Sending a character string ?
5 ビュー (過去 30 日間)
古いコメントを表示
Is it possible to send a character string (non-numeric) in a field? Of course, no numerical analysis would be possible and it would not be possible to plot the data in a graphic, but I would need that as sort of a log file for special events.
3 件のコメント
Christopher Stapels
2022 年 1 月 31 日
編集済み: Christopher Stapels
2022 年 1 月 31 日
You can send strings. As you said, the automatic field plots wont work but string data is accepted. To read the data in MATLAB, use thingSpeakRead(...'outputformat','timetable') to get the string data. When you read with the REST API, no modification is required for the string data.
回答 (2 件)
Christopher Stapels
2022 年 2 月 4 日
Write the data to the status field (...&status=myStatus... ), and then set 'show status" in your channel settings.
コミュニティ
その他の回答 ThingSpeak コミュニティ
参考
カテゴリ
Help Center および File Exchange で Read Data from Channel についてさらに検索
製品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!