10
08/2005 Messages, Alarm and User Data
10.3 User data
10
♥ Siemens AG, 2005. All rights reserved
SINUMERIK 840D sl Operation/Programming ShopTurn (BAT) – 08/2005 Edition 10-403
Press the "Alarm list” softkey.
The list containing the active messages and alarms appears.
Carefully check the machine according to the description given in
the alarm.
Clear the cause of the alarm.
Reset
Cycle Start
Press the key that appears as a symbol next to the alarm if you
want to delete the alarm.
-or-
Switch the machine or controller off and then on again if the
symbol of the main switch (POWER ON) is displayed next to the
alarm.
10.3 User data
User data are variables that are used internally by both ShopTurn and
G-code programs. These user data can be displayed in a list.
The following types of variables are defined:
Global User Data (GUD)
Global user data is valid in all programs.
The display of global user data (GUD) can be disabled via
keyswitch or password.
Local User Data (LUD)
Local User Data is only valid in the program or subroutine in which
it was defined.
During program execution, ShopTurn displays the LUDs that are
present between the current block and the end of the program. If
you press the "Cycle Stop" key, the LUD list is updated. The
values, however, are continuously updated.
Global Program User Data (PUD)
Global program user data is created from the local variables (LUD)
defined in the main program.
PUD is valid in all subroutines, where it can also be read and
written.
The local data is also displayed with the global program user data.
Channel-specific user data
Channel-specific user data is only applicable in one channel.