A UAVariableis a subtype of the UAInstancedefined in. It represents a Variable Node. The fields in the UAVariabletype are defined in Table F.8.
Element |
Type |
Description |
All of the fields from the UAInstancetype described in F.7. |
||
Value |
Variant |
The Value of the Node encoding using the UA XML wire encoding defined in 5.3. |
Translation |
TranslationType [] |
A list of translations for the Value if the Value is a LocalizedText or a structure containing LocalizedTexts. This field may be omitted. If the Value is an array the number of elements in this array shall match the number of elements in the Value. Extra elements are ignored. If the Value is a scalar, then there is one element in this array. If the Value is a structure, then each element contains translations for one or more fields identified by a name. See the TranslationType for more information. |
DataType |
NodeId |
The data type of the value. |
ValueRank |
ValueRank |
The value rank. If not specified, the default value is -1 (Scalar). |
ArrayDimensions |
ArrayDimensions |
The number of dimensions in an array value. |
AccessLevel |
AccessLevel |
The access level. This value is a UInt32that includes all of the bits exposed by the AccessLevelEx. Serverswhich do not support the additional bits in AccessLevelExshould ignore them. |
UserAccessLevel |
AccessLevel |
Not used. Kept in schema for backward compatibility. |
MinimumSamplingInterval |
Duration |
The minimum sampling interval. |
Historizing |
Boolean |
Whether history is being archived. |