Versions Compared

Key

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

...

Command

Description

Alarm

Subroutine

AlarmCSVWr(AlarmGroup, “CSVFileName”, TimeDisplay, PrintOption, Location)

Saves the alarm messages as a CSV file.

Subroutine

AlarmPrint(AlarmGroup, Messages, TimeDisplay, FontSize, PrintOption)

Prints the alarm messages with the printer.

Subroutine

ClearAlarmLog(AlarmGroup)

Deletes the entire alarm log of the assigned alarm group.

...

[6] Subroutines operate a certain action without any value returned, unlike functions which that have a return value.