Difference between revisions of "Live Value Server (Plugin)"
m |
m |
||
Line 1: | Line 1: | ||
− | {{UBIK}} Live Value | + | {{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 but not available in the {{UBIK}} customizing. |
== Available Live Value Server Plugins == | == Available Live Value Server Plugins == | ||
Line 11: | Line 11: | ||
|} | |} | ||
− | == | + | = Introduction = |
+ | == Requirements == | ||
The plugin must implement the '''UBIK.Injection.IUBIKLiveValueServer''' interface and has to be registered for MEF composition by defining the export contract via attributes. | The plugin must implement the '''UBIK.Injection.IUBIKLiveValueServer''' interface and has to be registered for MEF composition by defining the export contract via attributes. | ||
Line 53: | Line 54: | ||
</source> | </source> | ||
− | + | = Example = | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
<source lang="csharp"> | <source lang="csharp"> | ||
[Export(typeof(UBIK.Injection.IUbikPlugin))] | [Export(typeof(UBIK.Injection.IUbikPlugin))] | ||
Line 74: | Line 71: | ||
} | } | ||
</source> | </source> | ||
+ | |||
+ | <headertabs/> | ||
== See also == | == See also == |
Revision as of 11:56, 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 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 |