필터 지우기
필터 지우기

I get an error saving a new React App in ThingSpeak.

조회 수: 4 (최근 30일)
Gary Wilson
Gary Wilson 2021년 12월 1일
답변: Ishu 2024년 5월 5일
I am trying to create a second React App in ThingSpeak, and when I try to save it I get the following error message:
"You have a React with similar Test Frequency, Action, and Option Settings. Delete that React to save this one."
The second React I am creating has the same Test Frequency (On Data Insertion).
It has a different Action ( both have Matlab Analysis, but different code to execute).
It has a different Condition (same channel but different field and different logical test).
It has the same Option (run action each time condition is met).
Why can't I create a React with different logical test on a different field and different code to execute? Is there any way around this?
Thanks for any help!
  댓글 수: 1
Limao Gig
Limao Gig 2022년 7월 16일
Hi Gary,
How are you?
I'm having the same problem. Did you find any solution?
Regards,
Lucas

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

채택된 답변

Ishu
Ishu 2024년 5월 5일
Hi Gary,
I understand that you are getting an error when the new "React" has similar Test Frequency, Actions and Options as an existing React. This is a purposeful limitation in place to prevent cases where MATLAB code is run infinitely and because it is a resource intensive operation.
To resolve this error you should choose different setting for Test Frequency, Actions and Options for different "React". And a recommended workflow for this is to use a single React and script rather than multiple React and scripts. You can create a single script and make call to multiple scripts from that script for the different processes.
This limitation is also listed in the MathWorks documentation for "React" :
Hope it helps!

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 MATLAB Mobile에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by