Graphing NumberArrayElement or Creating a Value Stream for a Float Array
- November 27, 2019
- 1 reply
- 936 views
Hello,
I am very new to ThingWorx,
I am trying to graph data that is in an array that is being imported from a plc.
I managed to map the float array to ThingWorx as an "Industrial Thing", on the Properties and Alerts page, I can refresh and I can see the values are updating. My array is 20 long. The value area shows the image associated with an info table, and the additional info shows it as a NumerArrayElement.
I want to create a time series chart that trends the values of each of these on one chart vs the timestamp.
I have created a value stream for a single float to do this function with already, but I want to streamline this process by using an array of floats.
I am sure that I need to make a value stream of sorts, but I am not sure where to get started.
Thank you.

