Jump to: navigation, search

Difference between revisions of "HowTo:Implementing Live Values"


(Created page with "==Implementing Live Values in {{UBIK}} Studio== First of all, download the UBIK.Interface.Module.OPCUA from the ''Augmensys Realease Portal/Plugins'' and copy them into the i...")
 
Line 8: Line 8:
 
# Add the created Datapoint from Step 2 and add it to an equipment to which it concerns.
 
# Add the created Datapoint from Step 2 and add it to an equipment to which it concerns.
 
<br>
 
<br>
This video shows an example of how to add live values to an object and display it on the client.
 
  
 
[[Category:How-To|Live Values]]
 
[[Category:How-To|Live Values]]

Revision as of 08:17, 23 October 2017

Implementing Live Values in UBIK® Studio

First of all, download the UBIK.Interface.Module.OPCUA from the Augmensys Realease Portal/Plugins and copy them into the injections folder from your UBIK® Studio as well as in the injection folder of the Web Service.

  1. Implementing the Server under System/System.Interface/System.Interface.OPCIUA/OPC_SERVER OPC.
  2. Implementing a Datapoint under System/System.Interface/System.Interface.OPCIUA/OPC_DATAPOINT OPC. As REF_OPC_SERVER take the server created before in step 1.
  3. Create a LiveValue MetaProperty under System/System.Interface/System.Interface.LiveValue/LiveValue_METAPROPERTY and add it to the Metaclass where you want to have the live Values to bee shown.
  4. Add the created Datapoint from Step 2 and add it to an equipment to which it concerns.