Alarm and Event Handling Section 6 Program Code Issues
98 3BSE042835-600
Table 13 summarizes the Alarm and Event parameters for the Standard Library
Objects and Figure 32 illustrates the alarm and event logic.
Table 13. Summary of Alarm and Event parameters
Parameter Direction Data type Function
AEClass In Dint The class for all alarms in the
object.
AEConfigX In Dint Defines whether condition X
should generate an alarm or event.
Possible values are 0-4 (see
above). This parameter should be
used as a configuration parameter.
AESeverityX In Dint Severity for alarm condition X.
CondNameX In String[15] Name of the condition X. Shall
have a NLS-treated default value.
EnableX In Bool If false, the XStat (and XAct)
output is kept false and the
alarm/event generation is disabled.
InteractionPar.EnableX In Bool Same as EnableX but controlled
from faceplate. This component is
harmonized with EnableX and
actions from the alarm list. For
example, if condition X is disabled
from the alarm list,
InteractionPar.EnableX is set to
false.
When declaring the data type for
InteractionPar, the EnableX
component must be declared with
the attribute “retain”.
InhXAct In Bool Inhibits the XAct output. Only
introduced for a selection of
objects.