4.4 List of rights
Below is the list of rights a user is assigned:
Table 4-3 List of rights
Method Description
GiveUserAccess Sets the specified access rights for a user. The rights below can be combined in any combi‐
nation.
Input Arguments:
User User name which is to given the rights
Realm The access rights to be set as a string.
If a user wants to set several rights, they must
be separated by a semicolon.
Some possible realm strings are:
"StateRead" Status data - NC, channel, axis, read access
"StateWrite" Status data - NC, channel, axis, write access
"FrameRead" Zero offsets, read access
"FrameWrite" Zero offsets, write access
"SeaRead" Setting data, read access
"SeaWrite" Setting data, write access
"TeaRead" Machine data, read access
"TeaWrite" Machine data, write access
"ToolRead" Tool and magazine data, read access
"ToolWrite" Tool and magazine data, write access
"DriveRead" Drive data, read access
"DriveWrite" Drive data, write access
"GudRead" User data, read access
"GudWrite" User data, write access
"FSRead" File system, read access
"FSWrite" File system, write access
"PlcRead" PLC, read access
"PlcWrite" PLC, write access
"AlarmRead" Allows to subscribe to alarms
"RandomRead" Random (and ReadVar method), read access
"RandomWrite" Random (and WriteVar method), write access
"SinuReadAll" All of the read access operations mentioned
"SinuWriteAll" All of the write access operations mentioned
Example:
GiveUserAccess ("MyUser", "GudRead; PlcWrite")
Sets the read access for user data for the "MyUser" user and sets the write access for the PLC.
User administration
4.4 List of rights
SINUMERIK Integrate for Engineering Access MyMachine / OPC UA
34 Configuration Manual, 12/2017, 6FC5397-1DP40-6BA1