Difference between revisions of "Activity:AccessOPCUAVariable (Activity)"
(→Description) |
(→Description) |
||
Line 19: | Line 19: | ||
! Argument!! Type !! Direction !! Purpose | ! Argument!! Type !! Direction !! Purpose | ||
|- align="left" | |- align="left" | ||
− | | Variable|| OpcUaVariable|| In || The variable to read or write as produced by a [[CreateOPCUAScope (Activity)|Scope activity]]. | + | | Variable|| OpcUaVariable|| In || The variable to read or write as produced by a [[Activity:CreateOPCUAScope (Activity)|Scope activity]]. |
|- align="left" | |- align="left" | ||
| Value|| {{Object_MSDN}}|| InOut || The value to write to the variable. If null, the variable will be read. | | Value|| {{Object_MSDN}}|| InOut || The value to write to the variable. If null, the variable will be read. | ||
|- align="left" | |- align="left" | ||
− | | Connection|| OpcUaServerConnection|| In || If the activity is not embedded with an [[CreateOPCUAScope (Activity)|Scope activity]], a valid connection has to be specified. | + | | Connection|| OpcUaServerConnection|| In || If the activity is not embedded with an [[Activity:CreateOPCUAScope (Activity)|Scope activity]], a valid connection has to be specified. |
|- align="left" | |- align="left" | ||
| Quality|| OpcUaQuality|| Out || The quality of the accessed value as delivered by the OPC source | | Quality|| OpcUaQuality|| Out || The quality of the accessed value as delivered by the OPC source |
Revision as of 06:30, 4 May 2015
The AccessOPCUAVariable reads or writes a single OPC UA Variable that was previously configured within an OPC Connection.