NC Commissioning with HMI Advanced
11.2 Machine and setting data
Manual
362 Commissioning Manual, 05/2008, 6FC5397–4CP10–4BA0
Number Name Name
9219 USER_CLASS_TEACH_IN TEACH IN
9220 USER_CLASS_PRESET PRESET
9221 USER_CLASS_CLEAR_RPA Deleting R parameters
9222 USER_CLASS_WRITE_RPA Write R parameters
9231 USER_CLASS_WRITE_RPA_1 Write protection for first RPA area
9232 USER_BEGIN_WRITE_RPA_1 Start of the first RPA area
9233 USER_END_WRITE_RPA_1 End of the first RPA area
9234 USER_CLASS_WRITE_RPA_2 Write protection for second RPA area
9235 USER_BEGIN_WRITE_RPA_2 Start of the second RPA area
9236 USER_END_WRITE_RPA_2 End of the second RPA area
9237 USER_CLASS_WRITE_RPA_3 Write protection for third RPA area
9238 USER_BEGIN_WRITE_RPA_3 Start of the third RPA area
9239 USER_END_WRITE_RPA_3 End of the third RPA area
9240 USER_CLASS_WRITE_TOA_NAME Change tool designation and duplo
9241 USER_CLASS_WRITE_TOA_TYPE Change tool type
9247 USER_CLASS_BASE_ZERO_OFF_PA Basic offset PA
9248 USER_CLASS_BASE_ZERO_OFF_MA Basic offset MA
References:
/FB/ Function Manual, Basic Functions, A2 various Interface Signals, Chapter "MMC
Machine data for protection levels"
Single data units
The protection level of individual machine and/or setting data can be modified in the file
SGUD.DEF.
Example:
The axial machine data item CTRLOUT_SEGMENT_NR requires protection level 3 for
reading and protection level 2 for writing.
Syntax:
REDEF $
machine data string
APR
n
APW
m
APR n: Defining the protection level for reading (Read) the data
APW m: Defining the protection level for writing (Write) the data
SGUD.DEF file:
%_N_SGUD_DEF
;$PATH=/_N_DEF_DIR
REDEF $MA_CTRLOUT_SEGMENT_NO APR 3 APW 2
M30
References:
/PGA/ Programming Manual, Work Planning, Chapter "File and Program Administration",
defining protection levels for user data (GUD)