Skip to content

Commit ccdc052

Browse files
Update content/en/docs/appstore/use-content/platform-supported-content/modules/opc-ua-connector.md
Co-authored-by: Mark van Ments <[email protected]>
1 parent 6da5cf2 commit ccdc052

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/appstore/use-content/platform-supported-content/modules/opc-ua-connector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ The Write action allows you to write to specific attributes on a node. The reque
252252

253253
The `WriteNode` objects describe how and what to write to a node.
254254

255-
The `Write node` action returns a `WriteNodeResponse` object. The object contains a list of `WriteNodeStatusCode` that contains the statuses of the written attributes in the same order as the request. Check the statuses to see whether the action succeeded. Each `WriteNodeStatusCode` has a `WriteResponseWriteValue` object attached that allows you to match the resulting status code with the requested write action.
255+
The `Write node` action returns a `WriteNodeResponse` object. This object has associations with a list of `WriteNodeStatusCode` objects that contains the statuses of the written attributes. Each `WriteNodeStatusCode` has a 1-1 association with a `WriteResponseWriteValue` object that allows you to match the resulting status code with the requested write action. Check the statuses to see whether the action succeeded.
256256

257257
To write the `VALUE` attribute on a `VariableNode`, set the `NodeId` on your `WriteNode` to the right node ID, the `AttributeId` to *ENUM_AttributeId.VALUE*, and the `Payload` to one based on the table above in the [Read Action](#read-action) section and the `VariantType` to the correct type.
258258

0 commit comments

Comments
 (0)