An explanation of the Linear Gauge Control for Axiom.
Linear Gauge

A vertical or horizontal fill gauge, changes color to show the value of the source tag location between the scale low and high values.
Name - The name used by the application and script to reference this control.
X - Number of pixels from the left edge of the containing panel or screen.
Y - Number of pixels from the top edge of the containing panel or screen.
Width - Width of the control in pixels.
Height - Height of the control in pixels.
SourceTag - Clicking the trend icon launches the tag browser to select a tag for value input. Clicking the trash can will delete the reference to the tag.
ScaleLow - The lowest value on the linear scale.
ScaleHigh - The highest value on the linear scale.
MajorInterval - The difference between each value on the scale.
LimitLow - Changes the portion of the circular arc below this value to the low limit color (blue).
LimitHigh - Changes the portion of the circular arc above this value to the high limit color (red).
Orientation - Can be vertical or horizontal. Auto will choose, depending on the width and height.
Cutaway- When checked will remove the scales and widen the control to the width for use on top of other symbols to create a vertical fill.
Visible - Unchecking this will hide the control. A script would be required to toggle the visibility during runtime.
OnClick - An event that occurs when the control is clicked. Clicking "<>" Creates a "LinearGauge1_Click()" script stub for this control and opens the script editor to add event scripting. Clicking the trash can will delete only the reference to the script, not the script.
OnValueChange - An event that occurs when the SourceTag value changes. Clicking "<>" Creates a "LinearGauge1_ValueChange()" script stub for this control and opens the script editor to add event scripting. Clicking the trash can will delete only the reference to the script, not the script.
Comments
0 comments
Article is closed for comments.