In this section, you can find subroutines[6] frequently used for Alarms. For more detailed information, please refer to the next section.
All functions must be used with brackets. |
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 that have a return value.