Difference between revisions of "Activity:ConfigureOpcUa...Item (Activity)"
| Line 1: | Line 1: | ||
| + | The ConfigureOPCUAVariable registers a single variable within an [[Activity:CreateOPCUAConnection (Activity)|OPC UA Connection]]. Only registered variables can be accessed later on with [[Activity:AccessOPCUAVariable (Activity)|AccessOPCUAVariable]] activities. | ||
| + | |||
| + | =Description= | ||
{{ActivityInfoBox | {{ActivityInfoBox | ||
| title = Configure OPC UA Variable | | title = Configure OPC UA Variable | ||
| Line 10: | Line 13: | ||
}} | }} | ||
| − | + | ===Arguments=== | |
| − | + | ||
| − | ==Arguments== | + | |
| − | + | ||
{| class="wikitable sortable" | width = "50%" | {| class="wikitable sortable" | width = "50%" | ||
|- | |- | ||
| Line 31: | Line 31: | ||
|} | |} | ||
| − | ==Usage== | + | ===Usage=== |
This activity is used to configure a single variable for later access within an [[Activity:CreateOPCUAScope (Activity)|OPC scope]], only configured variables will be accessible. | This activity is used to configure a single variable for later access within an [[Activity:CreateOPCUAScope (Activity)|OPC scope]], only configured variables will be accessible. | ||
| − | + | =Example= | |
The ConfigureOPCUAVariable activity, as used in the larger example "Read value from OPC variable": | The ConfigureOPCUAVariable activity, as used in the larger example "Read value from OPC variable": | ||
[[File:UI_Activity_CreateOPCUAConnection_Example.png|x700px]] | [[File:UI_Activity_CreateOPCUAConnection_Example.png|x700px]] | ||
| + | |||
| + | <headertabs /> | ||
==See also== | ==See also== | ||
| Line 45: | Line 47: | ||
[[Category:OPC]] | [[Category:OPC]] | ||
| − | |||
Revision as of 12:34, 23 February 2015
The ConfigureOPCUAVariable registers a single variable within an OPC UA Connection. Only registered variables can be accessed later on with AccessOPCUAVariable activities.
