Difference between revisions of "BarlevelGraphic"
(Created page with "== 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 bac...") |
m |
||
Line 35: | Line 35: | ||
|Determines at what value to switch the text color to ForeColorOverLimit. Also works with VisibleControl property | |Determines at what value to switch the text color to ForeColorOverLimit. Also works with VisibleControl property | ||
|- | |- | ||
− | + | } | |
− | |||
− |
Revision as of 09:47, 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 BarColor |
ForeColorOverLimit | The color of the text when the value is greater than ValueLimitUpper |
ForeColorUnderLimit | The color of the text when the value is less than ValueLimitLower |
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 |