Description: Tell the Alarm Manager to when an alarm clears. This subroutine will deactivate the alarm. It will not affect the unacknowledged status.
Format: Normal(AlarmObject[, EventTime]);
Parameters: AlarmObject is the object value for the alarm that was passed to the Register 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 Normal subroutine always returns "0".