Charts

From AdvancedHMI
Jump to: navigation, search

ChartBySampling - Reads the values of the defined addresses at the set sample rate. Then adds those values to the Chart. MaxmumActivePoints set the number of points on the chart before they are scrolled off the left. No data is stored

ChartByArray - Plots data read from an array or data table in the PLC. Used when the PLC samples and stores the data

ChartWithLogging (3.99y only) - Samples values of the defined points, stores them in data files and plot them. The chart can be zoomed and panned to view different regions of the stored data.

BasicDataLogger - samples and stores data points in a text file. The data can be charted using an external app such as Excel or the one found here

https://www.advancedhmi.com/forum/index.php?topic=2034.0