Start-Up
4.3 Starting up the PLC
4-55
SINUMERIK 802C
6FC5 597–3AA20–0BP2 (01.02)
Alarm texts
The user has two possibilities to define his own alarms.
S using the Edit PLC txt softkey (cf. “Operation, Programming”, Chapter 7)
S using the Toolbox 802SC Text Manager
The procedure is described in the Toolbox readme file.
Alarm texts are structured as follows:
Alarm number Flag 1 Flag2 Text
Note
The text must be put in inverted commas (‘’ ‘’)! Adhere to the given text structure.
Table 4-5 Example
Alarm Number
Flag 1 Flag 2 Text
700000 0 0 “User alarm 1”
700000 0 0 ‘’’’ // 1st user alarm, text is assigned by the user
700001 0 0 ‘’’’ // 2nd user alarm, text is assigned by the user
700002 0 0 ‘’’’ // 3rd user alarm, text is assigned by the user
700003 0 0 ‘’’’ // 4th user alarm, text is assigned by the user
700004 0 0 ‘’’’ // 5th user alarm, text is assigned by the user
700005 0 0 ‘’’’ // 6th user alarm, text is assigned by the user
...
If no user alarm text is assigned by the user, the operator panel will display only the alarm
number.
The % character in the alarm text is the code for the additional variable. The variable type is
the representation type of the variable.
700031 0 0 ‘’ ’’ // 32nd user alarm, the text is assigned by the user
Number
The alarm text must be here.
Comment line (does not appear in the dialog window of the Operator Panel)