Event

Description: Tell the Alarm Manager when an alarm event occurs. This subroutine will cause an entry to be added to the log file without changing the alarm status.

 

Format:        Event(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 Event subroutine always returns "0".