@t0a5tbr0t/node-red-contrib-opcua 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (82) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/LICENSE +20 -0
  3. package/Readme.md +239 -0
  4. package/images/PROSYS-OPC-UA-EXAMPLE2.png +0 -0
  5. package/images/nodeopcua64.png +0 -0
  6. package/images/opcuanode.png +0 -0
  7. package/images/opcuanodeLogo64.png +0 -0
  8. package/opcua/101-opcuaitem.html +106 -0
  9. package/opcua/101-opcuaitem.js +82 -0
  10. package/opcua/102-opcuaclient.html +274 -0
  11. package/opcua/102-opcuaclient.js +2741 -0
  12. package/opcua/103-opcuabrowser.html +71 -0
  13. package/opcua/103-opcuabrowser.js +230 -0
  14. package/opcua/104-opcuaserver.html +261 -0
  15. package/opcua/104-opcuaserver.js +1844 -0
  16. package/opcua/105-opcuaendpoint.html +224 -0
  17. package/opcua/105-opcuaendpoint.js +64 -0
  18. package/opcua/106-opcuaevent.html +110 -0
  19. package/opcua/106-opcuaevent.js +50 -0
  20. package/opcua/107-opcuamethod.html +244 -0
  21. package/opcua/107-opcuamethod.js +521 -0
  22. package/opcua/108-opcuarights.html +223 -0
  23. package/opcua/108-opcuarights.js +156 -0
  24. package/opcua/109-opcuadiscovery.html +51 -0
  25. package/opcua/109-opcuadiscovery.js +180 -0
  26. package/opcua/dump_certificates.js +55 -0
  27. package/opcua/icons/opcuanode.png +0 -0
  28. package/opcua/icons/opcuanodeLogo.png +0 -0
  29. package/opcua/opcua-basics.js +1061 -0
  30. package/opcua/public/vendor/opc-foundation/binary/OPC.ISA95.Types.bsd.xml +141 -0
  31. package/opcua/public/vendor/opc-foundation/binary/Opc.Ua.Adi.Types.bsd.xml +76 -0
  32. package/opcua/public/vendor/opc-foundation/binary/Opc.Ua.Di.Types.bsd.xml +11 -0
  33. package/opcua/public/vendor/opc-foundation/binary/Opc.Ua.Gds.Types.bsd.xml +25 -0
  34. package/opcua/public/vendor/opc-foundation/binary/Opc.Ua.Types.bsd.xml +2391 -0
  35. package/opcua/public/vendor/opc-foundation/csv/AttributeIds.csv +22 -0
  36. package/opcua/public/vendor/opc-foundation/csv/NodeIds.csv +5746 -0
  37. package/opcua/public/vendor/opc-foundation/csv/Opc.Ua.StatusCodes.csv +227 -0
  38. package/opcua/public/vendor/opc-foundation/csv/OpcUaDiModel.csv +1523 -0
  39. package/opcua/public/vendor/opc-foundation/csv/OpcUaGdsModel.csv +400 -0
  40. package/opcua/public/vendor/opc-foundation/csv/ServerCapabilities.csv +13 -0
  41. package/opcua/public/vendor/opc-foundation/csv/ServerCapabilityIdentifiers.csv +13 -0
  42. package/opcua/public/vendor/opc-foundation/csv/StatusCode.csv +227 -0
  43. package/opcua/public/vendor/opc-foundation/csv/StatusCodes.csv +227 -0
  44. package/opcua/public/vendor/opc-foundation/schema/OPC.ISA95.Types.xsd +163 -0
  45. package/opcua/public/vendor/opc-foundation/schema/OPCBinarySchema.xsd +119 -0
  46. package/opcua/public/vendor/opc-foundation/schema/Opc.Ua.Types.xsd +3938 -0
  47. package/opcua/public/vendor/opc-foundation/schema/SecuredApplication.xsd +106 -0
  48. package/opcua/public/vendor/opc-foundation/schema/UANodeSet.xsd +420 -0
  49. package/opcua/public/vendor/opc-foundation/xml/OPC.ISA95.NodeSet2.Nov52013.xml +3293 -0
  50. package/opcua/public/vendor/opc-foundation/xml/Opc.ISA95.NodeSet2.xml +3589 -0
  51. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.Adi.NodeSet2.xml +8301 -0
  52. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.Adi.Types.bsd.xml +76 -0
  53. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.Adi.Types.xsd +157 -0
  54. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.AutoID.NodeSet2.xml +6062 -0
  55. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.Di.NodeSet2.xml +5066 -0
  56. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.Di.PredefinedNodes.xml +11495 -0
  57. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.Di.Types.bsd +86 -0
  58. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.Di.Types.bsd.xml +11 -0
  59. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.Di.Types.xsd +155 -0
  60. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.Gds.NodeSet.xml +15226 -0
  61. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.Gds.NodeSet2.xml +6214 -0
  62. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.Gds.Types.bsd.xml +25 -0
  63. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.Gds.Types.xsd +30 -0
  64. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet-2.xml +134881 -0
  65. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet-3.xml +134881 -0
  66. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet.xml +134881 -0
  67. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet2.Part10.xml +832 -0
  68. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet2.Part11.xml +793 -0
  69. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet2.Part12.xml +3877 -0
  70. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet2.Part13.xml +344 -0
  71. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet2.Part3.xml +1103 -0
  72. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet2.Part4.xml +3091 -0
  73. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet2.Part5.xml +17092 -0
  74. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet2.Part8.xml +525 -0
  75. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet2.Part9.xml +2049 -0
  76. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet2.Part999.xml +134 -0
  77. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.NodeSet2.xml +67169 -0
  78. package/opcua/public/vendor/opc-foundation/xml/Opc.Ua.PredefinedNodes.xml +64500 -0
  79. package/opcua/public/vendor/opc-foundation/xml/OpcUaDiModel.xml +1239 -0
  80. package/opcua/utils.js +55 -0
  81. package/package.json +68 -0
  82. package/users.json +22 -0
@@ -0,0 +1,344 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <UANodeSet xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" LastModified="2015-08-18T00:23:00Z" xmlns="http://opcfoundation.org/UA/2011/03/UANodeSet.xsd">
3
+ <Models>
4
+ <Model ModelUri="http://opcfoundation.org/UA/" Version="1.02" PublicationDate="2015-08-17T17:23:51.7281508-07:00" />
5
+ </Models>
6
+ <Aliases>
7
+ <Alias Alias="Boolean">i=1</Alias>
8
+ <Alias Alias="SByte">i=2</Alias>
9
+ <Alias Alias="Byte">i=3</Alias>
10
+ <Alias Alias="Int16">i=4</Alias>
11
+ <Alias Alias="UInt16">i=5</Alias>
12
+ <Alias Alias="Int32">i=6</Alias>
13
+ <Alias Alias="UInt32">i=7</Alias>
14
+ <Alias Alias="Int64">i=8</Alias>
15
+ <Alias Alias="UInt64">i=9</Alias>
16
+ <Alias Alias="Float">i=10</Alias>
17
+ <Alias Alias="Double">i=11</Alias>
18
+ <Alias Alias="DateTime">i=13</Alias>
19
+ <Alias Alias="String">i=12</Alias>
20
+ <Alias Alias="ByteString">i=15</Alias>
21
+ <Alias Alias="Guid">i=14</Alias>
22
+ <Alias Alias="XmlElement">i=16</Alias>
23
+ <Alias Alias="NodeId">i=17</Alias>
24
+ <Alias Alias="ExpandedNodeId">i=18</Alias>
25
+ <Alias Alias="QualifiedName">i=20</Alias>
26
+ <Alias Alias="LocalizedText">i=21</Alias>
27
+ <Alias Alias="StatusCode">i=19</Alias>
28
+ <Alias Alias="Structure">i=22</Alias>
29
+ <Alias Alias="Number">i=26</Alias>
30
+ <Alias Alias="Integer">i=27</Alias>
31
+ <Alias Alias="UInteger">i=28</Alias>
32
+ <Alias Alias="HasComponent">i=47</Alias>
33
+ <Alias Alias="HasProperty">i=46</Alias>
34
+ <Alias Alias="Organizes">i=35</Alias>
35
+ <Alias Alias="HasEventSource">i=36</Alias>
36
+ <Alias Alias="HasNotifier">i=48</Alias>
37
+ <Alias Alias="HasSubtype">i=45</Alias>
38
+ <Alias Alias="HasTypeDefinition">i=40</Alias>
39
+ <Alias Alias="HasModellingRule">i=37</Alias>
40
+ <Alias Alias="HasEncoding">i=38</Alias>
41
+ <Alias Alias="HasDescription">i=39</Alias>
42
+ </Aliases>
43
+ <UAObjectType NodeId="i=11187" BrowseName="AggregateConfigurationType">
44
+ <DisplayName>AggregateConfigurationType</DisplayName>
45
+ <References>
46
+ <Reference ReferenceType="HasProperty">i=11188</Reference>
47
+ <Reference ReferenceType="HasProperty">i=11189</Reference>
48
+ <Reference ReferenceType="HasProperty">i=11190</Reference>
49
+ <Reference ReferenceType="HasProperty">i=11191</Reference>
50
+ <Reference ReferenceType="HasSubtype" IsForward="false">i=58</Reference>
51
+ </References>
52
+ </UAObjectType>
53
+ <UAVariable NodeId="i=11188" BrowseName="TreatUncertainAsBad" ParentNodeId="i=11187" DataType="Boolean">
54
+ <DisplayName>TreatUncertainAsBad</DisplayName>
55
+ <References>
56
+ <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
57
+ <Reference ReferenceType="HasModellingRule">i=78</Reference>
58
+ <Reference ReferenceType="HasProperty" IsForward="false">i=11187</Reference>
59
+ </References>
60
+ </UAVariable>
61
+ <UAVariable NodeId="i=11189" BrowseName="PercentDataBad" ParentNodeId="i=11187" DataType="Byte">
62
+ <DisplayName>PercentDataBad</DisplayName>
63
+ <References>
64
+ <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
65
+ <Reference ReferenceType="HasModellingRule">i=78</Reference>
66
+ <Reference ReferenceType="HasProperty" IsForward="false">i=11187</Reference>
67
+ </References>
68
+ </UAVariable>
69
+ <UAVariable NodeId="i=11190" BrowseName="PercentDataGood" ParentNodeId="i=11187" DataType="Byte">
70
+ <DisplayName>PercentDataGood</DisplayName>
71
+ <References>
72
+ <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
73
+ <Reference ReferenceType="HasModellingRule">i=78</Reference>
74
+ <Reference ReferenceType="HasProperty" IsForward="false">i=11187</Reference>
75
+ </References>
76
+ </UAVariable>
77
+ <UAVariable NodeId="i=11191" BrowseName="UseSlopedExtrapolation" ParentNodeId="i=11187" DataType="Boolean">
78
+ <DisplayName>UseSlopedExtrapolation</DisplayName>
79
+ <References>
80
+ <Reference ReferenceType="HasTypeDefinition">i=68</Reference>
81
+ <Reference ReferenceType="HasModellingRule">i=78</Reference>
82
+ <Reference ReferenceType="HasProperty" IsForward="false">i=11187</Reference>
83
+ </References>
84
+ </UAVariable>
85
+ <UAObject NodeId="i=2341" BrowseName="Interpolative" SymbolicName="AggregateFunction_Interpolative">
86
+ <DisplayName>Interpolative</DisplayName>
87
+ <Description>At the beginning of each interval, retrieve the calculated value from the data points on either side of the requested timestamp.</Description>
88
+ <References>
89
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
90
+ </References>
91
+ </UAObject>
92
+ <UAObject NodeId="i=2342" BrowseName="Average" SymbolicName="AggregateFunction_Average">
93
+ <DisplayName>Average</DisplayName>
94
+ <Description>Retrieve the average value of the data over the interval.</Description>
95
+ <References>
96
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
97
+ </References>
98
+ </UAObject>
99
+ <UAObject NodeId="i=2343" BrowseName="TimeAverage" SymbolicName="AggregateFunction_TimeAverage">
100
+ <DisplayName>TimeAverage</DisplayName>
101
+ <Description>Retrieve the time weighted average data over the interval using Interpolated Bounding Values.</Description>
102
+ <References>
103
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
104
+ </References>
105
+ </UAObject>
106
+ <UAObject NodeId="i=11285" BrowseName="TimeAverage2" SymbolicName="AggregateFunction_TimeAverage2">
107
+ <DisplayName>TimeAverage2</DisplayName>
108
+ <Description>Retrieve the time weighted average data over the interval using Simple Bounding Values.</Description>
109
+ <References>
110
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
111
+ </References>
112
+ </UAObject>
113
+ <UAObject NodeId="i=2344" BrowseName="Total" SymbolicName="AggregateFunction_Total">
114
+ <DisplayName>Total</DisplayName>
115
+ <Description>Retrieve the total (time integral) of the data over the interval using Interpolated Bounding Values.</Description>
116
+ <References>
117
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
118
+ </References>
119
+ </UAObject>
120
+ <UAObject NodeId="i=11304" BrowseName="Total2" SymbolicName="AggregateFunction_Total2">
121
+ <DisplayName>Total2</DisplayName>
122
+ <Description>Retrieve the total (time integral) of the data over the interval using Simple Bounding Values.</Description>
123
+ <References>
124
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
125
+ </References>
126
+ </UAObject>
127
+ <UAObject NodeId="i=2346" BrowseName="Minimum" SymbolicName="AggregateFunction_Minimum">
128
+ <DisplayName>Minimum</DisplayName>
129
+ <Description>Retrieve the minimum raw value in the interval with the timestamp of the start of the interval.</Description>
130
+ <References>
131
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
132
+ </References>
133
+ </UAObject>
134
+ <UAObject NodeId="i=2347" BrowseName="Maximum" SymbolicName="AggregateFunction_Maximum">
135
+ <DisplayName>Maximum</DisplayName>
136
+ <Description>Retrieve the maximum raw value in the interval with the timestamp of the start of the interval.</Description>
137
+ <References>
138
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
139
+ </References>
140
+ </UAObject>
141
+ <UAObject NodeId="i=2348" BrowseName="MinimumActualTime" SymbolicName="AggregateFunction_MinimumActualTime">
142
+ <DisplayName>MinimumActualTime</DisplayName>
143
+ <Description>Retrieve the minimum value in the interval and the Timestamp of the minimum value.</Description>
144
+ <References>
145
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
146
+ </References>
147
+ </UAObject>
148
+ <UAObject NodeId="i=2349" BrowseName="MaximumActualTime" SymbolicName="AggregateFunction_MaximumActualTime">
149
+ <DisplayName>MaximumActualTime</DisplayName>
150
+ <Description>Retrieve the maximum value in the interval and the Timestamp of the maximum value.</Description>
151
+ <References>
152
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
153
+ </References>
154
+ </UAObject>
155
+ <UAObject NodeId="i=2350" BrowseName="Range" SymbolicName="AggregateFunction_Range">
156
+ <DisplayName>Range</DisplayName>
157
+ <Description>Retrieve the difference between the minimum and maximum Value over the interval.</Description>
158
+ <References>
159
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
160
+ </References>
161
+ </UAObject>
162
+ <UAObject NodeId="i=11286" BrowseName="Minimum2" SymbolicName="AggregateFunction_Minimum2">
163
+ <DisplayName>Minimum2</DisplayName>
164
+ <Description>Retrieve the minimum value in the interval including the Simple Bounding Values.</Description>
165
+ <References>
166
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
167
+ </References>
168
+ </UAObject>
169
+ <UAObject NodeId="i=11287" BrowseName="Maximum2" SymbolicName="AggregateFunction_Maximum2">
170
+ <DisplayName>Maximum2</DisplayName>
171
+ <Description>Retrieve the maximum value in the interval including the Simple Bounding Values.</Description>
172
+ <References>
173
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
174
+ </References>
175
+ </UAObject>
176
+ <UAObject NodeId="i=11305" BrowseName="MinimumActualTime2" SymbolicName="AggregateFunction_MinimumActualTime2">
177
+ <DisplayName>MinimumActualTime2</DisplayName>
178
+ <Description>Retrieve the minimum value with the actual timestamp including the Simple Bounding Values.</Description>
179
+ <References>
180
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
181
+ </References>
182
+ </UAObject>
183
+ <UAObject NodeId="i=11306" BrowseName="MaximumActualTime2" SymbolicName="AggregateFunction_MaximumActualTime2">
184
+ <DisplayName>MaximumActualTime2</DisplayName>
185
+ <Description>Retrieve the maximum value with the actual timestamp including the Simple Bounding Values.</Description>
186
+ <References>
187
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
188
+ </References>
189
+ </UAObject>
190
+ <UAObject NodeId="i=11288" BrowseName="Range2" SymbolicName="AggregateFunction_Range2">
191
+ <DisplayName>Range2</DisplayName>
192
+ <Description>Retrieve the difference between the Minimum2 and Maximum2 value over the interval.</Description>
193
+ <References>
194
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
195
+ </References>
196
+ </UAObject>
197
+ <UAObject NodeId="i=2351" BrowseName="AnnotationCount" SymbolicName="AggregateFunction_AnnotationCount">
198
+ <DisplayName>AnnotationCount</DisplayName>
199
+ <Description>Retrieve the number of Annotations in the interval.</Description>
200
+ <References>
201
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
202
+ </References>
203
+ </UAObject>
204
+ <UAObject NodeId="i=2352" BrowseName="Count" SymbolicName="AggregateFunction_Count">
205
+ <DisplayName>Count</DisplayName>
206
+ <Description>Retrieve the number of raw values over the interval.</Description>
207
+ <References>
208
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
209
+ </References>
210
+ </UAObject>
211
+ <UAObject NodeId="i=11307" BrowseName="DurationInStateZero" SymbolicName="AggregateFunction_DurationInStateZero">
212
+ <DisplayName>DurationInStateZero</DisplayName>
213
+ <Description>Retrieve the time a Boolean or numeric was in a zero state using Simple Bounding Values.</Description>
214
+ <References>
215
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
216
+ </References>
217
+ </UAObject>
218
+ <UAObject NodeId="i=11308" BrowseName="DurationInStateNonZero" SymbolicName="AggregateFunction_DurationInStateNonZero">
219
+ <DisplayName>DurationInStateNonZero</DisplayName>
220
+ <Description>Retrieve the time a Boolean or numeric was in a non-zero state using Simple Bounding Values.</Description>
221
+ <References>
222
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
223
+ </References>
224
+ </UAObject>
225
+ <UAObject NodeId="i=2355" BrowseName="NumberOfTransitions" SymbolicName="AggregateFunction_NumberOfTransitions">
226
+ <DisplayName>NumberOfTransitions</DisplayName>
227
+ <Description>Retrieve the number of changes between zero and non-zero that a Boolean or Numeric value experienced in the interval.</Description>
228
+ <References>
229
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
230
+ </References>
231
+ </UAObject>
232
+ <UAObject NodeId="i=2357" BrowseName="Start" SymbolicName="AggregateFunction_Start">
233
+ <DisplayName>Start</DisplayName>
234
+ <Description>Retrieve the value at the beginning of the interval using Interpolated Bounding Values.</Description>
235
+ <References>
236
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
237
+ </References>
238
+ </UAObject>
239
+ <UAObject NodeId="i=2358" BrowseName="End" SymbolicName="AggregateFunction_End">
240
+ <DisplayName>End</DisplayName>
241
+ <Description>Retrieve the value at the end of the interval using Interpolated Bounding Values.</Description>
242
+ <References>
243
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
244
+ </References>
245
+ </UAObject>
246
+ <UAObject NodeId="i=2359" BrowseName="Delta" SymbolicName="AggregateFunction_Delta">
247
+ <DisplayName>Delta</DisplayName>
248
+ <Description>Retrieve the difference between the Start and End value in the interval.</Description>
249
+ <References>
250
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
251
+ </References>
252
+ </UAObject>
253
+ <UAObject NodeId="i=11505" BrowseName="StartBound" SymbolicName="AggregateFunction_StartBound">
254
+ <DisplayName>StartBound</DisplayName>
255
+ <Description>Retrieve the value at the beginning of the interval using Simple Bounding Values.</Description>
256
+ <References>
257
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
258
+ </References>
259
+ </UAObject>
260
+ <UAObject NodeId="i=11506" BrowseName="EndBound" SymbolicName="AggregateFunction_EndBound">
261
+ <DisplayName>EndBound</DisplayName>
262
+ <Description>Retrieve the value at the end of the interval using Simple Bounding Values.</Description>
263
+ <References>
264
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
265
+ </References>
266
+ </UAObject>
267
+ <UAObject NodeId="i=11507" BrowseName="DeltaBounds" SymbolicName="AggregateFunction_DeltaBounds">
268
+ <DisplayName>DeltaBounds</DisplayName>
269
+ <Description>Retrieve the difference between the StartBound and EndBound value in the interval.</Description>
270
+ <References>
271
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
272
+ </References>
273
+ </UAObject>
274
+ <UAObject NodeId="i=2360" BrowseName="DurationGood" SymbolicName="AggregateFunction_DurationGood">
275
+ <DisplayName>DurationGood</DisplayName>
276
+ <Description>Retrieve the total duration of time in the interval during which the data is good.</Description>
277
+ <References>
278
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
279
+ </References>
280
+ </UAObject>
281
+ <UAObject NodeId="i=2361" BrowseName="DurationBad" SymbolicName="AggregateFunction_DurationBad">
282
+ <DisplayName>DurationBad</DisplayName>
283
+ <Description>Retrieve the total duration of time in the interval during which the data is bad.</Description>
284
+ <References>
285
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
286
+ </References>
287
+ </UAObject>
288
+ <UAObject NodeId="i=2362" BrowseName="PercentGood" SymbolicName="AggregateFunction_PercentGood">
289
+ <DisplayName>PercentGood</DisplayName>
290
+ <Description>Retrieve the percent of data (0 to 100) in the interval which has a good StatusCode.</Description>
291
+ <References>
292
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
293
+ </References>
294
+ </UAObject>
295
+ <UAObject NodeId="i=2363" BrowseName="PercentBad" SymbolicName="AggregateFunction_PercentBad">
296
+ <DisplayName>PercentBad</DisplayName>
297
+ <Description>Retrieve the percent of data (0 to 100) in the interval which has a bad StatusCode.</Description>
298
+ <References>
299
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
300
+ </References>
301
+ </UAObject>
302
+ <UAObject NodeId="i=2364" BrowseName="WorstQuality" SymbolicName="AggregateFunction_WorstQuality">
303
+ <DisplayName>WorstQuality</DisplayName>
304
+ <Description>Retrieve the worst StatusCode of data in the interval.</Description>
305
+ <References>
306
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
307
+ </References>
308
+ </UAObject>
309
+ <UAObject NodeId="i=11292" BrowseName="WorstQuality2" SymbolicName="AggregateFunction_WorstQuality2">
310
+ <DisplayName>WorstQuality2</DisplayName>
311
+ <Description>Retrieve the worst StatusCode of data in the interval including the Simple Bounding Values.</Description>
312
+ <References>
313
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
314
+ </References>
315
+ </UAObject>
316
+ <UAObject NodeId="i=11426" BrowseName="StandardDeviationSample" SymbolicName="AggregateFunction_StandardDeviationSample">
317
+ <DisplayName>StandardDeviationSample</DisplayName>
318
+ <Description>Retrieve the standard deviation for the interval for a sample of the population (n-1).</Description>
319
+ <References>
320
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
321
+ </References>
322
+ </UAObject>
323
+ <UAObject NodeId="i=11427" BrowseName="StandardDeviationPopulation" SymbolicName="AggregateFunction_StandardDeviationPopulation">
324
+ <DisplayName>StandardDeviationPopulation</DisplayName>
325
+ <Description>Retrieve the standard deviation for the interval for a complete population (n) which includes Simple Bounding Values.</Description>
326
+ <References>
327
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
328
+ </References>
329
+ </UAObject>
330
+ <UAObject NodeId="i=11428" BrowseName="VarianceSample" SymbolicName="AggregateFunction_VarianceSample">
331
+ <DisplayName>VarianceSample</DisplayName>
332
+ <Description>Retrieve the variance for the interval as calculated by the StandardDeviationSample.</Description>
333
+ <References>
334
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
335
+ </References>
336
+ </UAObject>
337
+ <UAObject NodeId="i=11429" BrowseName="VariancePopulation" SymbolicName="AggregateFunction_VariancePopulation">
338
+ <DisplayName>VariancePopulation</DisplayName>
339
+ <Description>Retrieve the variance for the interval as calculated by the StandardDeviationPopulation which includes Simple Bounding Values.</Description>
340
+ <References>
341
+ <Reference ReferenceType="HasTypeDefinition">i=2340</Reference>
342
+ </References>
343
+ </UAObject>
344
+ </UANodeSet>