Skip to content
Discussion options

You must be logged in to vote

Did you try to write the node in uaexpert?

This should work if the value is a array:

client.load_type_definitions()
struct = client.get_node('ns=5;s="opcData"."sequence"')
data = struct.get_value()
data[0].prog = .....
struct.set_value(data)

If it doens't work I would consider switching to the asyncua library. Because this is no longer in development and is missing a lot of features/bugfixes, that are in asyncua.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@AlexMacabu
Comment options

@AndreasHeine
Comment options

Answer selected by AlexMacabu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants