Jump to: navigation, search

Difference between revisions of "HowTo:Implementing Live Values"


(Implementing Live Values in {{UBIK}} Studio)
Line 3: Line 3:
 
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.<br>
 
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.<br>
 
<br>
 
<br>
# Implementing the Server under ''System/System.Interface/System.Interface.OPCIUA/OPC_SERVER OPC''.
+
# Navigate to the [[MetaClass]] ''OPC_SERVER OPC'' via the ''[[Class Browser]]''.<br/> [[File:OPCServer.PNG|330 px|border]]
#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.
+
# Add a new instance (OPC Server) to the [[MetaClass]] by using the [[Bulk Editor]].
#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.
+
# Navigate to the [[MetaClass]] ''OPC_DATAPOINT OPC'' via the ''[[Class Browser]]''.<br/> [[File:OPCDATAPOINT.PNG|330 px|border]]
# Add the created Datapoint from Step 2 and add it to an equipment to which it concerns.
+
# Add a new instance (OPC Datapoint) to the [[MetaClass]] by using the [[Bulk Editor]]. As ''REF_OPC_SERVER'' take the server created before in step 2.<br/> [[File:OPCDatapointInstance.PNG|770 px|border]]
<br>
+
# Navigate to the [[MetaClass]] ''LIVEVALUE_METAPROPERTY'' via the ''[[Class Browser]]''.<br/> [[File:LMP.PNG|330 px|border]]
 +
#Add a new instance (Live Value MetaProperty) to the [[MetaClass]] by using the [[Bulk Editor]].
 +
#Add the newly created ''Live Value MetaProperty'', from step 6, to the ''Metaclass'' where you want to have the live Values to bee shown.  
 +
#Add the created Datapoint from step 4 to an instance of the above ''Metaclass'' to which it concerns. <br/> [[File:AddDatapoint.PNG|770 px|border]]
 +
#Add the ''Live Value MetaProperty'' to the [[ACM]].
 +
# Save the changes with {{key press|Ctrl|S}} or the save command.
 +
 
 +
 
 +
== See also ==
 +
* [[Plugins]]
 +
*[[HowTo:Add a MetaProperty to a MetaClass]]
  
 
[[Category:How-To|Live Values]]
 
[[Category:How-To|Live Values]]

Revision as of 10:27, 5 December 2019

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. Navigate to the MetaClass OPC_SERVER OPC via the Class Browser.
    OPCServer.PNG
  2. Add a new instance (OPC Server) to the MetaClass by using the Bulk Editor.
  3. Navigate to the MetaClass OPC_DATAPOINT OPC via the Class Browser.
    OPCDATAPOINT.PNG
  4. Add a new instance (OPC Datapoint) to the MetaClass by using the Bulk Editor. As REF_OPC_SERVER take the server created before in step 2.
    OPCDatapointInstance.PNG
  5. Navigate to the MetaClass LIVEVALUE_METAPROPERTY via the Class Browser.
    LMP.PNG
  6. Add a new instance (Live Value MetaProperty) to the MetaClass by using the Bulk Editor.
  7. Add the newly created Live Value MetaProperty, from step 6, to the Metaclass where you want to have the live Values to bee shown.
  8. Add the created Datapoint from step 4 to an instance of the above Metaclass to which it concerns.
    AddDatapoint.PNG
  9. Add the Live Value MetaProperty to the ACM.
  10. Save the changes with Ctrl+S or the save command.


See also