Example for DataSet1.

{

"Active":true,

"Temperature":25.5,

"Counter":0,

"AdditionalInfo":"The system is running normally (1)"

}

Example for DataSet2.

{

"LocationName":"Building A",

"Coordinate":

{

"X":0,

"Y":0.2

},

"Measurements":

[

20030,

20020,

20010

]

}

Example for DataSet3.

{

"BooleanValue":false,

"Int32Value":0,

"Int64Value":"1",

"UInt32Value":1,

"UInt64Value":"1",

"DoubleValue":0.5,

"DateTimeValue":"2021-09-14T07:14:30Z",

"StringValue":"String 1",

"GuidValue":"ebfc352a-3142-4b99-9bbe-89a517d6a77e",

"StatusCodeValue":

{

"Code":2147483648,

"Symbol":"Bad"

},

"LocalizedTextValue":"Localized text 1",

"ByteStringValue":"AAEC",

"NodeIdValue":

{

"IdType":1,

"Id":"Boilers.Boiler #1.PipeX001.ValveX001.Input",

"Namespace":"http://test.org/UA/Data/Instance"

},

"QualifiedNameValue":

{

"Name":"PipeX001",

"Uri":"http://test.org/UA/Data/"

}

}