Initiating a call to the method
For a method without input arguments, write a value to tag . The client monitors the predefined tags to see how the method progresses and ignores the output values until shows
<MethodName>
@UAMethod_Call<MethodName>
@UAMethod_CallCompleteComplete
.For example, write a value to
DoSomethingAfter10s@UAMethod_Call
.
For a method with input arguments, it is not necessary to write a value to the tag. Instead, write values to all tags simultaneously.
<MethodName>
@UAMethod_Call<MethodName>
@UAMethod_Inputs.<ArgumentName>
For example, write a value to both
MethodIO@UAMethod_Inputs.Summand1
and MethodIO@UAMethod_Inputs.Summand2
simultaneously.
Provide Feedback