Difference between revisions of "IComComponent"
(→IComComponent Interface) |
(→IComComponent Interface) |
||
Line 4: | Line 4: | ||
<b><u>Properties</u></b> | <b><u>Properties</u></b> | ||
− | + | ||
+ | <b>''DisableSubscriptions''</b> - Paused updating of subscriptions. This is useful in cases such as when hiding a form and there is no longer a need to refresh the values. Or when used with a Trend Chart, it can pause the charting.<br> |
Revision as of 09:10, 3 September 2016
IComComponent Interface
AdvancedHMI's controls work by requesting or sending data to a driver. In order for a single control to work with any driver, the driver's must implement a common interface. This interface is defined as the IComComponent. All AdvancedHMI drivers implement the methods and properties defined by this interface.
Properties
DisableSubscriptions - Paused updating of subscriptions. This is useful in cases such as when hiding a form and there is no longer a need to refresh the values. Or when used with a Trend Chart, it can pause the charting.