Initiating a call to the method

For a method without input arguments, write a value to tag
<MethodName>
@UAMethod_Call
. The client monitors the predefined tags to see how the method progresses and ignores the output values until
<MethodName>
@UAMethod_CallComplete
shows
Complete
.
For example, write a value to
DoSomethingAfter10s@UAMethod_Call
.
opc_uac_initiate_call
For a method with input arguments, it is not necessary to write a value to the
<MethodName>
@UAMethod_Call
tag. Instead, write values to all
<MethodName>
@UAMethod_Inputs.
<ArgumentName>
tags simultaneously.
For example, write a value to both
MethodIO@UAMethod_Inputs.Summand1
and
MethodIO@UAMethod_Inputs.Summand2
simultaneously.
opc_uac_initiate_call_with_arguments
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.
Normal