-
|
I would like to know is it is possible to plot time-series data continuously to an TIA. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
Yep that‘s possible but you need to present the data in the right way. I would use a series of items and instead of always adding new items I would shift the values in the list, drop the oldest one and add the latest one at the front. |
Beta Was this translation helpful? Give feedback.
-
|
Correct, the chart should automatically listen to changes in items |
Beta Was this translation helpful? Give feedback.
Yep that‘s possible but you need to present the data in the right way. I would use a series of items and instead of always adding new items I would shift the values in the list, drop the oldest one and add the latest one at the front.