08-23-2017 03:28 AM
Hi, how do i use the OPC UA multiple write node to write multiple values? I have set up a server etc, i need to get different values into the different noe ID"s, i cant find any examples and the documentation doesnt explain how to insert values into different node ID"s. The question is (i think), how to insert values(the three numerics) for different ID"s to the request input?
I see when i create a constant that it is a cluster but i cant seem to create a cluster that is compatible, with control inputs.
09-01-2017 05:33 AM
I'd think you have to build an array of values, and an array of names, and use the VI in a for loop.