Jump to: navigation, search

Difference between revisions of "OPC UA (Plugin)"


Line 6: Line 6:
  
 
=={{UBIK}} Activities==
 
=={{UBIK}} Activities==
 +
 +
{| class="wikitable sortable" | width = "50%"
 +
|-
 +
! Activity!! Category !! Purpose (Short)
 +
|- align="left"
 +
| [[CreateOPCUAConnection (Activity)|CreateOPCUAConnection]]|| UBIK OPC UA Interface  || Creates a new connection to an OPC UA data source
 +
|- align="left"
 +
| [[ConfigureOPCUAVariable (Activity)|ConfigureOPCUAVariable]]|| UBIK OPC UA Interface  || Configures a single OPC variable in a connection for later access
 +
|- align="left"
 +
| [[CreateOPCUAScope (Activity)|CreateOPCUAScope]]|| UBIK OPC UA Interface  || Defines a scope in an OPC UA connection wherein variables can be accessed
 +
|- align="left"
 +
| [[AccessOPCUAVariable (Activity)|AccessOPCUAVariabl]]|| UBIK OPC UA Interface  || Reads or writes a single configured OPC UA variable
 +
|- align="left"
 +
|}

Revision as of 11:45, 18 November 2014

The UBIK® OPC Unified Architecture interface module enables interfacing between a UBIK® server and any OPC UA compliant data source in a bidirectional manner.

Overview

Prerequisites

UBIK® Activities

Activity Category Purpose (Short)
CreateOPCUAConnection UBIK OPC UA Interface Creates a new connection to an OPC UA data source
ConfigureOPCUAVariable UBIK OPC UA Interface Configures a single OPC variable in a connection for later access
CreateOPCUAScope UBIK OPC UA Interface Defines a scope in an OPC UA connection wherein variables can be accessed
AccessOPCUAVariabl UBIK OPC UA Interface Reads or writes a single configured OPC UA variable