This structure contains the information about a logged in user with his profile data. The structure is defined in Table 23.
Table 23 – UserProfileDataType Structure
Name |
Type |
Description |
UserProfileDataType |
structure |
Subtype of Structure 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 24.
Table 24 – UserProfileDataType Definition
Attribute |
Value |
||||
BrowseName |
UserProfileDataType |
||||
IsAbstract |
False |
||||
References |
Node Class |
BrowseName |
DataType |
TypeDefinition |
Other |
Subtype of Structure defined in OPC UA 10000-5 |
|||||
Conformance Units |
|||||
FlatGlass_UserProfileDataType |