Jump to: navigation, search

Changes


Activity:ConfigureOpcUa...Item (Activity)

51 bytes added, 14:47, 8 January 2015
! Argument!! Type !! Direction !! Purpose
|- align="left"
| BrowsePath|| String{{String_MSDN}}|| In || Specifies the browse path of the item on the server e.g. "/2:Plant1/2:Machine1/2:Unit1/2:Sensor1"). For a more detailed descriptions please refer to the OPC UA specification.
|- align="left"
| AutoRead|| Bool{{Boolean_MSDN}}|| In || Specifies the variable to be read from the server automatically after a connection to the server has been established.
|- align="left"
| Subscribe|| Bool{{Boolean_MSDN}}|| In || Specifies that the variable should automatically be entered into a subscription with the server to be updated with any changes to its value.
|- align="left"
| Interval|| TimeSpan{{TimeSpan_MSDN}}|| In || Specifies the publishing interval to be used for the subscription. All variables using the same publishing interval are grouped together in a subscription for each publishing interval.
|- align="left"
| IndexRange|| OpcUaIndexRange|| In || For arrays, specifies the index range to be read or written. If left null, the entire array will be transferred.
|- align="left"
| Result|| Boolean{{Boolean_MSDN}}|| Out || True if successful, false if failed
|}
10,686
edits