Jump to: navigation, search

Changes


Activity:CreateOPCUAConnection (Activity)

8 bytes added, 12:32, 23 February 2015
The CreateOPCUAConnection creates a connection to an OPC UA data source. A valid connection is the initial step in communicating with OPC sources.
 
=Description=
{{ActivityInfoBox
| title = Create OPC UA Connection
}}
The CreateOPCUAConnection creates a connection to an OPC UA data source. A valid connection is the initial step in communicating with OPC sources. ===Arguments===
{| class="wikitable sortable" | width = "50%"
|}
===Usage===
This activity is used to start the communication with an OPC data source. It is a nestable activity, which means it can host any amount of sub-activities that will be processed sequentially. The hosted activities are typically [[Activity:ConfigureOPCUAVariable (Activity)|ConfigureOPCUAVariable]] activities, either as direct children but also wrapped within looping activities like ForEach or While.
==Example==
The CreateOPCUAConnection activity, as used in the larger example "Read value from OPC variable":
[[File:UI_Activity_CreateOPCUAConnection_Example.png|x700px]]
 
<headertabs />
==See also==
[[Category:OPC]]
[[Category:Activities]]
10,686
edits