Difference between revisions of "BarlevelGraphic"

From AdvancedHMI
Jump to: navigation, search
m
m
Line 9: Line 9:
 
|-
 
|-
 
|BarColorOverHighLimits
 
|BarColorOverHighLimits
|The color of the bar when the value is higher than the value set in BarColor
+
|The color of the bar when the value is higher than the value set in BarColorHighLimitValue
 
|-
 
|-
|ForeColorOverLimit
+
|BarColorHighLimitValue
|The color of the text when the value is greater than ValueLimitUpper
+
|The value at which the bar color will switch to the color defined by BarColorOverHighLimits
 
|-
 
|-
|ForeColorUnderLimit
+
|BarColorInLimits
|The color of the text when the value is less than ValueLimitLower
+
|The color of the bar when Value is <= BarColorHighLimitValue AND >= BarColorLowLimitValue
 +
|-
 +
|BarColorLowLimitValue
 +
|The value at which the bar color will switch to the color defined by BarColorUnderLowLimits
 
|-
 
|-
 
|PLCAddressKeypad
 
|PLCAddressKeypad

Revision as of 10:51, 18 April 2019

Bar Level Graphic

This control shows an analog value in the form of graphic filling to a corresponding level. The graphics can be a gray scale PNG with a transparent background or the BarImage can be set to None to use a rectangle shape.

}
Properties
ComComponent Points to the driver instance for reading its values through
BarColorOverHighLimits The color of the bar when the value is higher than the value set in BarColorHighLimitValue
BarColorHighLimitValue The value at which the bar color will switch to the color defined by BarColorOverHighLimits
BarColorInLimits The color of the bar when Value is <= BarColorHighLimitValue AND >= BarColorLowLimitValue
BarColorLowLimitValue The value at which the bar color will switch to the color defined by BarColorUnderLowLimits
PLCAddressKeypad If a valid PLC address is put in this property, during run-time a keypad will pop up when the control is clicked. The value entered into the keypad will be written to the address as defined in this property.
PLCAddressValue The register in the PLC to read for the value to display and deteremine the text color as defined in the ForeColorXXX properties
PLCAddressValueLimitLower Used to dynamically set ValueLimitLower from a value in the PLC
PLCAddressValueLimitUpper Used to dynamically set ValueLimitUpper from a value in the PLC
ValueLimitLower Determines at what value to switch the text color to ForeColorUnderLimit. Also works with VisibleControl property
ValueLimitUpper Determines at what value to switch the text color to ForeColorOverLimit. Also works with VisibleControl property