| | Class | Description |
|---|
  | ControlApplication |
Application instance.
|
 | ControlAssetLabel |
Label control used to display the current asset instance.
|
 | ControlAssetTemplate |
Template parent control used to duplicate child template for each asset instance.
|
 | ControlAssetTemplatePanel |
Template child control that will be duplicated for each asset instance.
|
 | ControlBarChart |
Bar chart used to display bar chart of one or more tags between a range.
|
  | ControlBase |
Base class all controls inherit from.
|
 | ControlButton |
Button control used to perform navigation event or trigger a script.
|
 | ControlCircularGauge |
Circular gauge used to display the last value of tag.
|
 | ControlDataEntry |
Control used to manually write TVQ entries to one or more historians.
|
 | ControlDataTable |
Control used to display tvq data from specified SourceTags.
|
 | ControlDateTimePicker |
Control used to select a date and time combination.
|
 | ControlDonutGauge |
Donut gauge used to display the last value of a tag.
|
 | ControlDummy |
Empty placeholder control.
|
 | ControlEventsTable |
Control used to display current events configured in the Events Service.
|
 | ControlGrid |
Container used to position child controls in a table like structure.
|
 | ControlGridRow |
Child control of a grid control. Can hold as many child controls as the number of columns specified by the parent grid control.
|
 | ControlIFrame |
Control used to display web content from a url.
|
 | ControlImage |
Image control used display a picture.
|
 | ControlLabel |
Label control used to display single-line text information.
|
 | ControlLine |
Line control used to draw a line between vertices.
|
 | ControlLinearGauge |
Linear gauge used to display the last value of a tag.
|
 | ControlListBox |
ListBox used to display a set of options that the UI can interact with.
This control is intended to be used with scripting to perform an action
when a user changes the selection.
|
 | ControlPanel |
Panel control used to group child controls.
|
 | ControlParagraph |
Paragraph control used to display multi-line text information.
|
 | ControlScatterPlot |
Bar chart used to display bar chart of one or more tags between a range.
|
 | ControlScreen |
Application can contain multiple screens, but only 1 screen is displayed at a time.
Screen control contains collection of all controls present in a screen.
Each control in a screen must have a name unique to the screen.
|
 | ControlSparkChart |
Spark chart used to display a trend of a single tag.
|
 | ControlSymbol |
Symbol used to graphically represent a physical component.
Symbols can be linked to a tag and change colors defined by limit ranges.
|
 | ControlTextBox |
Textbox used to graphically represent a physical component.
Textboxes can be used for data entry, and can have change events captured in scripting.
|
 | ControlTrend |
Basic trend.
Requires parent of type ControlTrendGraph.
|
 | ControlTrendCalculation |
Trend that uses equation to calculate its output given data from other trends in a given ControlTrendGraph.
Requires parent of type ControlTrendGraph.
|
 | ControlTrendGraph |
Control used to build a display of 1 or more trends for visual analysis.
|
 | ControlValueBox |
Value box control used to display the last value of a tag as text.
|