Skip to main content
Version: 8.1

Vision - Moving Analog Indicator

Component Palette Icon

The Moving Analog Indicator displays an analog value as an arrow pointing at a bar with segments showing the desired operating range, low and high alarm ranges, and interlock ranges.

To switch the Moving Analog Indicator between a horizontal vs vertical orientation, change the size so that it is either wide or tall. Setup of this component involves setting the ranges and binding the Process Value property to a Tag's value.

Properties​

PropertyDescriptionProperty TypeScriptingCategory
BorderThe border surrounding this component. Options are No border, Etched (Lowered), Etched (Raised), Bevel (Lowered), Bevel (Raised), Bevel (Double), and Field Border.
Note: The border is unaffected by rotation.

Changed in 8.1.21
As of 8.1.21, the "Button Border" and "Other Border" options are removed.
Border.borderCommon
CursorThe mouse cursor to use when hovering over this component. Options are: Default, Crosshair, Text, Wait, Hand, Move, SW Resize, or SE Resize.int.cursorCodeCommon
Desired HighThe upper value of the desired operating range.Double.desiredHiData
Desired LowThe lower value of the desired operating range.Double.desiredLoData
Desired Range ColorThe color of the desired range. Can be chosen from color wheel, chosen from color palette, or entered as RGB or HSL value. See Color Selector.Color.desiredRangeColorAppearance
High AlarmThe value above which is a high alarm.Double.hiAlarmData
High High AlarmThe value above which is a high-high alarm.Double.hihiAlarmData
High InterlockThe value above which an interlock will be activated.Double.hiInterlockData
Inactive Alarm ColorThe color of inactive alarm range. See Color Selector.Color.inactiveAlarmColorAppearance
Interlock ColorThe color of the interlock range. See Color Selector.Color.interlockColorAppearance
Level 1 Alarm ColorThe color of an active level 1 alarm (Hi-Hi or Lo-Lo). See Color Selector.Color.level1AlarmColorAppearance
Level 2 Alarm ColorThe color of an active level 2 alarm (Hi or Lo). See Color Selector.Color.level2AlarmColorAppearance
Low AlarmThe value below which is a low alarm.Double.loAlarmData
Low InterlockThe value below which an interlock will be activated.Double.loInterlockData
Low Low AlarmThe value below which is a low-low alarm.Double.loloAlarmData
Mouseover TextThe text that is displayed in the tooltip which pops up on mouseover of this component.String.toolTipTextCommon
NameThe name of this component.String.nameCommon
Process ValueThe current value of the process.Double.processValueData
QualityThe data quality code for any Tag bindings on this component.QualityCode.qualityData
Range FillThe background color of the range strip. See Color Selector.Color.rangeFillAppearance
Range HighThe overall high value for the display.double.rangeHiData
Range LowThe overall low value for the display.double.rangeLoData
Range StrokeThe stroke color for the range strip. See Color Selector.Color.rangeStrokeAppearance
Reverse IndicatorPut the indicator triangle on the other side of the track.boolean.reverseIndicatorLocationAppearance
Setpoint FillThe fill color of the setpoint indicator. See Color Selector.Color.setpointFillAppearance
Setpoint StrokeThe stroke color of the setpoint indicator. See Color Selector.Color.setpointStrokeAppearance
Setpoint ValueThe current value of the setpoint.Double.setpointValueData
Show ValueShow the current value above or beneath the value indicator.boolean.showValueAppearance
Stroke WidthThe stroke width for lines drawn.float.strokeWidthAppearance
StylesContains the component's stylesDataset.stylesAppearance
Value ColorThe color of the value label. See Color Selector.Color.colorAppearance
Value FontThe font for the value label.Font.fontAppearance
Value FormatThe string format for the value, if it is shown.String.valueFormatAppearance
Value Indicator FillThe fill color of the value indicator. See Color Selector.Color.valueFillAppearance
Value Indicator StrokeThe stroke color of the value indicator. See Color Selector.Color.valueStrokeAppearance
VisibleIf disabled, the component will be hidden.boolean.visibleCommon

Deprecated Properties​

PropertyDescriptionProperty TypeScriptingCategory
Data QualityThe data quality code for any Tag bindings on this component.int.dataQualityDeprecated

Scripting​

Component Functions​

This component does not have component functions associated with it.

Extension Functions​

This component does not have extension functions associated with it.

Event Handlers​

Event handlers allow you to run a script based off specific triggers. See the full list of available event handlers on the Component Events page

Customizers​

Examples​

Default Moving Analog Indicator Expanded Horizontally​

Stylized Moving Analog Indicator​

Property NameValue
Show ValueTrue
Reverse IndicatorTrue
Stroke Width0.0