Trip

Description: Inform the Alarm Manager when an alarm trip occurs.

 

Purpose:      Tell the Alarm Manager to when an alarm event occurs. This subroutine will signal an alarm as unacknowledged.

 

Format:        Trip(AlarmObject[, EventTime]);

 

Parameters: AlarmObject is the object value for the alarm that was passed to the Register (Alarm Manager) subroutine.

          EventTime is the time stamp to use when adding this event to the alarm lists. This is typically CurrentTime(); additionally, if invalid or not defined, the default is CurrentTime().

 

Comments:   The Trip subroutine always returns "0".