Function |
Description |
hook_<LibName>_addEnableRuleDpes()
|
Determines the data point elements that are additionally called for
rule evaluation for the setting of an elementary symbol to
inactive/active. |
hook_<LibName>_addHighlightRuleDpes()
|
Determines the data point elements that are additionally used for
rule evaluation in order to set an elementary symbol to highlighted/not
highlighted. |
hook_<LibName>_addVisibleRuleDpe()
|
Determines the data point elements which are additionally used for
the rule evaluation in order to set an elementary symbol to
visible/invisible. |
hook_<LibName>_alterInfoAreaDisplay()
|
Allows the icon-ID, and therefore the icon, displayed in an
information area to determine when the value of the data point element
that is connected to an information area changes. |
hook_<LibName>_fillPopUpMenu()
|
This function is used to change the context menu of a symbol or
elementary symbol. |
hook_<LibName>_getAlertElement()
|
By using this function, the library creator can define were the sum
alert of a DPT/DP is located. |
hook_<LibName>_getInfoAreaDPEs()
|
This function determines the data point elements that can change the
icon for an information area of a symbol. |
hook_<LibName>_getInvalidElement()
|
This function determines the data point element that indicates
whether a data point element is invalid. |
hook_<LibName>_getOperationModeElement()
|
This function determines the data point node that saves the operating
state. |
hook_<LibName>_hasDpeAnActiveAdress()
|
This function is used to check whether an elementary symbol in a
faceplate has a peripheral address. |
hook_<LibName>_libEnableElementarySymbol()
|
This function returns TRUE when a certain data point element is
active. |
hook_<LibName>_libHighlightElementarySymbol()
|
This function returns TRUE when a certain data point element is
highlighted. |
hook_<LibName>_libVisibleElementarySymbol()
|
This function returns TRUE when a certain data point element is
visible. |