System
8.4 SYSTEM - "Service display"
Surface grinding
Programming and Operating Manual, 11/2012, 6FC5398-5CP10-3BA0
137
The dialog box is closed by pressing "Back".
Note
The error log can be used for analysis when the information line "Processing error MSG
command occurred" is output.
Example of programming using the "MSG" command
For SINUMERIK 802D sl, messages programmed in the NC program are displayed in the
alarm display as standard.
Table 8- 3
Activating/deleting messages
N10 MSG ("Roughing the contour")
; The text "Roughing the contour"
is displayed in the alarm display
N20 X… Y… N …
N…
N90 MSG ()
; Delete message from the alarm
display
Table 8- 4
Message text contains a variable
N10 R12=$AA_IW[X]
; Actual position of the X axis in
R12
N20 MSG ("Check position of X axis"<<R12<<)
; Activate message
N20 X… Y… N …
N…
N90 MSG ()
; Delete message from the alarm
display
To output messages to other interfaces, an additional command is located in front of the
actual message text that defines the output interface of this message.
Table 8- 5
Messages to the RS232 output interface
N20 MSG ("V24: Roughing the contour")
; The text "Roughing the contour" is
sent in the ASCII format via the
RS232 interface