Allows you to define the name of the file that contains the system alarm texts. If it is not defined the default texts (English) will be displayed.
NOTE: There are language translation files in the RDE installation directory subdirectory ETC/RTE/ALSYS.
Syntax |
SYS_ALARM_FILE "filename" |
---|---|
filename |
Name of the file that contains the alarm texts (including the path where it is located on the flashcard) |
Diagnostics |
File open error is reported in case either it does not exist or there is not enough memory or the file content is incorrect |
WARNING: This keyword is automatically generated by project configurator.
Project Configurator --> General --> Alarms --> User Files
Example
SYS_ALARM_FILE “/FA/alarm_us.txt” |
File Structs
This is an ASCII-format file in which alarm texts are defined using syntax:
Syntax |
nnnn "text" |
---|---|
nnnn |
Alarm number (entering this value with a negative sign disables alarm output) |
text |
Text related to the alarm nnnn |
Example
; alarms_ita.txt file uploaded to /FA/. 1 "Lost content user logs" 2 "Lost content parameter logs" 5 "Lost alarm history content" ; In this case, the texts to be displayed at alarms 1, 2 and 5 ; have been defined; the warning for alarm 4 has been disabled ; while default texts (En) will be used for all other alarms |