How to produce a OPCUA call write on array index by UaExpert

Questions regarding the use of the UaExpert.

Moderator: uaexpert

Post Reply
jobst.wellensiek
Jr. Member
Jr. Member
Posts: 1
Joined: 22 Jan 2020, 10:24

How to produce a OPCUA call write on array index by UaExpert

Post by jobst.wellensiek »

If an array variable is displayed in UaExpert 1.5.0 319, you can use double click to modify parts of the array. You can use the write button to generate a OPCUA Write call that write the whole array to the server. Is there a possibility to write one index of the array as one OPCUA Write call from UaExpert?

User avatar
Support Team
Hero Member
Hero Member
Posts: 3064
Joined: 18 Mar 2011, 15:09

Re: How to produce a OPCUA call write on array index by UaEx

Post by Support Team »

Hi,

the UaExpert can only Write the array completely. The write with index range is not supported by many servers because it is hard to implement on the data sink (especially when multiple Client write simultaniously to the same array at different and maybe overlapping position.

The UaExpert has no explicite Read function, because it uses the subscription machanizm, and can also not Read with IndexRange.

The UaExpert can Wirte different length to the array and by this "resize" the array, if the server support such feature.
Best regards
Unified Automation Support Team

Post Reply