01/12/2021
05/30/2017
It is important to view the UA Information Model as a window into your system - not a copy of it.
Many simple examples for UA servers simply keep UA nodes in memory which would store copies of data, however, this is not required for real applications. Every UA Server SDK provides a mechanism where Nodes are virtual entities created on the fly by accessing APIs for an underlying system.
A simple example of this with the NETStandard SDK can be found here:
https://github.com/OPCFoundati.....moryBuffer
In this case, the "underlying system" is a array stored in memory but the the example uses the array as the single source for data make available by the UA Server. No copies of the data are stored (other than caches managed by MonitoredItems/Subscriptions).
1 Guest(s)