9 OPC UA DataTypes

9.1 UserProfileType

This structure contains the information about a logged in user with his profile data. The structure is defined in Table 66.
Table 66 – UserProfileType Structure
Name | Type | Description |
---|---|---|
UserProfileType | Structure | Subtype of Struct defined in OPC UA 10000-5 |
Name | 0:String | Human-readable name of the user profile. |
LoginTime | 0:DateTime | Date and Time in UTC this profile is logged in. |
Language | 0:LocaleId | The Language that is configured for the user |
MeasurementFormat | 0:String | Defines which system of measurement (collection of units of measurement) is used. Use “SI” for the International System of Units. |
AccessLevel | 0:String | Describes the access right the user Profile has. This is a human readable string and should be in English language, e.g. “Administrator” |
OpcUaUser | 0:Boolean | This flag is true if the user is logged in via OPC UA. If it is false the user is logged in another way e.g. as local user. |
Its representation in the AddressSpace is defined in Table 67.
Table 67 – UserProfileType Definition
Attribute | Value |
---|---|
BrowseName | UserProfileType |
IsAbstract | False |
Subtype of Structure defined in OPC UA 10000-3