You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Data values spike every 2.5 hours when using particular OPC UA simulators causing CPU and memory spikes. This issue isn't seen with OPC PLC simulator used in the quickstarts. No data is lost, but you can see an increase in the volume of data published from the server to the MQTT broker.
145
145
146
-
### No message schema generated if selected nodes in a dataset reference the same complex data type definition
147
-
148
-
---
149
-
150
-
Issue ID: 7369
151
-
152
-
---
153
-
154
-
Log signature: `An item with the same key has already been added. Key: <element name of the data type>`
155
-
156
-
---
157
-
158
-
No message schema is generated if selected nodes in a dataset reference the same complex data type definition (a UDT of type struct or enum).
159
-
160
-
If you select data points (node IDs) for a dataset that share non-OPC UA namespace complex type definitions (struct or enum), then the JSON schema isn't generated. The default open schema is shown when you create a data flow instead. For example, if the data set contains three values of a data type, then whether it works or not is shown in the following table. You can substitute `int` for any OPC UA built in type or primitive type such as `string`, `double`, `float`, or `long`:
161
-
162
-
| Type of Value 1 | Type of Value 2 | Type of Value 3 | Successfully generates schema |
0 commit comments