Sending out email when event occurs not on some interval
이전 댓글 표시
Hi,
TimeControl App allows sending email on a givent interval. Can i send email as soon as i see a change in my data channel? for example if a voltage is exceeded, can i send out email right away?
채택된 답변
추가 답변 (1개)
Christopher Stapels
2023년 11월 7일
0 개 추천
Definitely! Use the React app. You can check the data on a regular schedule (kinda like time control) or use 'on data insert' for the fastest response. Keep in mind that there are limits on the frequency of sending alerts and tho total number of alerts per user for a license year.
댓글 수: 4
vladimir gershman
2023년 11월 7일
Christopher Stapels
2023년 11월 7일
This page shows selection of react for MATLAB analysis.
This example shows how to write a MATLAB analysis that sends an email.
vladimir gershman
2023년 11월 7일
Christopher Stapels
2023년 11월 7일
편집: Christopher Stapels
2023년 11월 7일
data = thingSpeakRead(99998565,ReadKey='xxxxxxxxxxxxxxxx', Fields=[1,4],...)
커뮤니티
더 많은 답변 보기: ThingSpeak 커뮤니티
카테고리
도움말 센터 및 File Exchange에서 Downloads에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!