Overview

A chart renderer is used to provide the aggregate historical state of a point over either some period of time or some number of values. The aggregate information that can be provided depend upon the data type of values to be rendered. As such, only the renderer types that apply to the current point's data type are listed in the Type selection.

Note! Chart renderers depend upon logged data. If your point has a logging type of "Do not log", your chart renderer may not display as expected. The potential exception is the Table chart, which is able to use point values cached in memory, but only if such values are available. The restart of the system clears all point value caches.

Table charts

This chart renderer displays a given number (the Limit) of most recent historical values for the point. Values are displayed in a table providing the (text-rendered) value, the value time, and any applicable annotation. This chart is available to all data types.

Statistics charts

This chart displays a table of statistical information calculated from the historical point values for the given Time period. The actual data displayed depends upon the data type of the point. This chart is available to all data types.

Binary and Multistate: These data types produce a list of "start and runtime" statistics for each state that the point experienced during the time period. Each start and runtime item provides the number of times the state was entered ("starts"), the total amount of time the point was in the state ("runtime"), and the percentage of the total period time that the runtime represents.

Numeric: Numeric points produces the following statistical values for the time period: minimum value and the time at which it occurred, maximum value and the time at which it occurred, average, and sum (suitable for pulse counting).

Alphanumeric: The number of times the point changed over the period is provided.

Image charts

This chart displays a line bar graph of the points values over the given period. It is available to points with numeric or multistate data types.