Start-Up
4.3 Starting up the PLC
4-63
SINUMERIK 802S
6FC5 597–2AA00–0BP2 (01.02)  
Alarm responses: Bit0 – bit 5 = 0: Showalarm (default)
Bit0 = 1:  NC Start inhibited
Bit1 = 1:  Read–in disable
Bit2 = 1:  Feed disable for all axes
Bit3 = 1:  EMERGENCY STOP
Bit4 = 1:   PLC Stop
Bit5 =  Reserved
Cancel criteria: Bit6  + bit7 = 0: SELF–CLEARING alarm (default)
Bit6 = 1 : CANCELCLEAR alarm
Bit7 = 1 : POWERONCLEAR alarm
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
...