Matlab Analysis won't update my field!

1 Ansicht (letzte 30 Tage)
Esmaeil Chehrehnama
Esmaeil Chehrehnama am 12 Jul. 2020
Hi
I used this code to show last 20 field1 datas in field2 chart:
% Enter your MATLAB Code below
readChId = XXX;
readKey = 'XXXXX';
writeChId = YYY;
writeKey = 'YYYYY';
[Data,t] = thingSpeakRead(readChId,'Fields',1,'NumPoints',20,'readkey',readKey);
thingSpeakWrite(writeChId,Data,'Fields',2,'Timestamps',t,'Writekey',writeKey);
display (Data)
when i click save an run i can see Data in output box but i can't see anything in field2 chart!
i activate timecontrol for every 30 minuts but still i can't see any data in field2 chart :(
what is my problem?

Antworten (1)

Vinod
Vinod am 12 Jul. 2020
If you want a plot of your values, you need to use a MATLAB visualization and add the output to the view of your channel.
  5 Kommentare
Esmaeil Chehrehnama
Esmaeil Chehrehnama am 12 Jul. 2020
Bearbeitet: Esmaeil Chehrehnama am 12 Jul. 2020
Actually I am looking for a way to show only the last 20 data or the last 30 minuts of data on my field! How can i do that?
Christopher Stapels
Christopher Stapels am 23 Jul. 2020
thingSpeakRead(12397,'NumMinutes',20);

Melden Sie sich an, um zu kommentieren.

Communitys

Weitere Antworten in  ThingSpeak Community

Kategorien

Mehr zu ThingSpeak finden Sie in Help Center und File Exchange

Produkte

Community Treasure Hunt

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

Start Hunting!

Translated by