Edit series property

Support forum for MegunoLink
Post Reply
Pelle8879
Posts: 11
Joined: Wed Mar 21, 2018 8:56 pm

Mon Dec 16, 2019 6:58 pm

I can not change the series property. when changing it goes back after a short while. Why?
It always goes back to line with symbol.
Attachments
Skärmklipp.PNG
Skärmklipp.PNG (9.29 KiB) Viewed 8692 times
Skärmklipp.PNG
Skärmklipp.PNG (6.82 KiB) Viewed 8693 times
philr
Posts: 446
Joined: Mon May 26, 2014 10:58 am

Fri Jan 03, 2020 11:40 pm

Hi Pelle, its probably because you are setting the line properties from the arduino end as well? This will overwrite the local changes.
Pelle8879
Posts: 11
Joined: Wed Mar 21, 2018 8:56 pm

Sun Jan 05, 2020 3:50 pm

No I am not setting any properties.

MyPlot1.SendData(F("UppAcktemp"), UAckT,"Grader");
MyPlot1.SendData(F("MidAcktemp"), MAckT,"Grader");

Is there any wrong with above?
Should i set properties maybe?
philr
Posts: 446
Joined: Mon May 26, 2014 10:58 am

Mon Jan 27, 2020 2:32 am

Are you clearing the plots? That would reset them to the defaults when the next data comes in. Maybe setting the properties in the plot message solves your problem?
Post Reply