Method argument types #1293
Unanswered
alejandro-zuleta-globant
asked this question in
Q&A
Replies: 2 comments 2 replies
-
You need to use asyncua's See discussion here: #852 |
Beta Was this translation helpful? Give feedback.
1 reply
-
This is not valid UADatatype
This is correct
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have a method in my OPC UA server (
asyncua
) which gets a custom data type complex object as an argument. The method is linked from address space which is populated using a custom nodeset XML file.When I try to invoke the method from UAExpert I can't define the variables values (
Temperature
andUnits
) in the input argument.There is only one plain-text field.
What is the recommended OPC UA structure for complex arguments?
How can I model that structure in UA nodeset?
This is a piece of my custom nodeset XML file with the related nodes:
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions