6 Pro
rammin
the control
6
03/2006
6.3 Protection level concept
6-57
© Siemens AG 2006 All Rights Reserved
SINUMERIK 840D/810D Start-Up Guide (IADC) – 03/2006 Edition
Note
The data back-up ensures that the protection levels set for the definition files
and cycle directories are also backed up and can be restored during standard
system start-up. See section 11 “Data back-up” and
Reference material: /BAD/ User Guide,
Section: Services area, Start-up functions
/BEM/ User Guide,
Section: Services area , Standard system start-up
6.3.2 Configurable parameter areas for GUD blocks
Individual GUD blocks can be supplemented with the following machine data to
provide additional, channel-specific parameter areas:
MD 18660: MM_NUM_SYNACT_GUD_REAL[index] = <value>
MD 18661: MM_NUM_SYNACT_GUD_INT[index] = <value>
MD 18662: MM_NUM_SYNACT_GUD_BOOL[index] = <value>
Fields are created with the following properties:
S Synact GUD of data type REAL, INT or BOOL with predefined names
SYG_....
S The field size corresponds to the <value> of the relevant machine data
S The new parameters may be read and written to both by the part program
and via synchronous actions. Once the relevant machine data has been set,
they are available the next time the control is powered up, and thus behave
like R parameters.
Table 6-7 Configuring additional parameter areas
$MN_MM_NUM_SYNACT_GUD Supplements
MD 18660 MD 18661 MD 18662 GUD block
REAL[0]=<value> INT[0]=<value> BOOL[0]=<value> SGUD block
REAL[1]=<value> INT[1]=<value> BOOL[1]=<value> MGUD block
REAL[2]=<value> INT[2]=<value> BOOL[2]=<value> UGUD block
REAL[3]=<value> INT[3]=<value> BOOL[3]=<value> GUD4 block
REAL[4]=<value> INT[4]=<value> BOOL[4]=<value> GUD5 block
REAL[5]=<value> INT[5]=<value> BOOL[5]=<value> GUD6 block
REAL[6]=<value> INT[6]=<value> BOOL[6]=<value> GUD7 block
REAL[7]=<value> INT[7]=<value> BOOL[7]=<value> GUD8 block
REAL[8]=<value> INT[8]=<value> BOOL[8]=<value> GUD9 block
Configuring
parameter areas