Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ClearAlarmLog

Clears all messages listed in the designated alarm group.

Subroutine

ClearAlarmLog(AlarmGroup)

Description

Deletes the entire alarm log of the assigned AlarmGroup (1~10).

Example

Clears all alarm messages in alarm group #3.

ClearAlarmLog(3);

 

RemoveLastAlarms

Removes contents except for current alarms from the alarm summary.

Subroutine

RemoveLastAlarms()

Description

Removes contents except for current alarms from the alarm summary.

Example

Removes contents except for current alarms from the alarm summary.

RemoveLastAlarms();

...