invoke
Syntax
Description
[
executes the method node identified by
value
,timestamp
,quality
]
= invoke(uaNode
)uaNode
and returns the output value, timestamp, and quality ID. A
client must be connected to the server containing the node.
[
executes the
method node available on the server connected to the client specified in
value
,timestamp
,quality
]
= invoke(uaClient
,uaNode
)uaClient
.
[
executes the method node identified by value
,timestamp
,quality
]
= invoke(uaNode
,arg1,arg2,...,argN
)uaNode
. The input arguments for
the node are specified by arg1,arg2,…,argN
.
[
executes the method node whose input arguments are specified by
value
,timestamp
,quality
]
= invoke(uaClient
,uaNode
,arg1,arg2,...,argN
)arg1,arg2,…,argN
.
Examples
Input Arguments
Output Arguments
Limitations
This function does not support method nodes created using
opcuanode
.
Version History
Introduced in R2024a