Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

In this section, you can find subroutines[6] frequently used for Alarms. For more detailed information, please refer to the next section.

(blue star)

All functions must be used with brackets.

 

Command

Description

Alarm

Subroutine

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

Saves the alarm messages as CSV file.

Subroutine

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

Prints the alarm messages with 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 have a return value.

  • No labels