Matlab Analysis won't update my field!
Mostra commenti meno recenti
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?
Risposte (1)
Vinod
il 12 Lug 2020
0 voti
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 Commenti
Esmaeil Chehrehnama
il 12 Lug 2020
Vinod
il 12 Lug 2020
The MATLAB visualization auto updates if you have a paid ThingSpeak license. Also, it auto updates when the channel page is loaded if it has been 5 minutes since it was last updated.
Esmaeil Chehrehnama
il 12 Lug 2020
Modificato: Esmaeil Chehrehnama
il 12 Lug 2020
Esmaeil Chehrehnama
il 12 Lug 2020
Modificato: Esmaeil Chehrehnama
il 12 Lug 2020
Christopher Stapels
il 23 Lug 2020
thingSpeakRead(12397,'NumMinutes',20);
Community
Più risposte nel ThingSpeak Community
Categorie
Scopri di più su ThingSpeak in Centro assistenza e File Exchange
Prodotti
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!