Difference between revisions of "Live Value Server (Plugin)"
m |
m |
||
Line 13: | Line 13: | ||
= Introduction = | = Introduction = | ||
− | == Requirements == | + | === Requirements === |
− | The plugin must implement the | + | The plugin must implement the <code>UBIK.Injection.IUBIKLiveValueServer</code>' interface and has to be registered for MEF composition by defining the export contract via attributes. |
<source lang="csharp"> | <source lang="csharp"> |
Revision as of 12:02, 3 August 2016
UBIK® Live Value Servers read data from different types of server providing live data, for example from a process control system. This feature is provided by UBIK® plugins injected to an existing system. Once configured accordingly the live value servers fetch the data from the external servers and publish the values directly to the clients, bypassing other UBIK® web services or the customizing. Hence, all such values read and published to the clients are far more accurate and on time but not available in the UBIK® customizing.
Available Live Value Server Plugins
Name | Since Version | Comment |
---|---|---|
OPCLiveValueServer | 2.5 | Reads and publishes live values provided by an OPC UA Server |
XHQLiveValueServer | 2.5 | Reads and publishes live values provided by a XHQ Server |