I declared a OPC UA method inside the Process Data Manager, see the picture below. But I don't know how I can use this method. I would like to call the method via a button.
ย
I declared a OPC UA method inside the Process Data Manager, see the picture below. But I don't know how I can use this method. I would like to call the method via a button.
ย
Hi there,
WebIQ supports OPC-UA methods since V2.10. However, a script is required to call the method.
In the attached example, I have implemented a UI action to call the "sqrt(x)" method on our OPC UA online demo server.
To enter the method (see Process Data Manager) you can browse the OPC-UA namespace and import it by right-clicking on the method. An OPC variable with the name "sqrt(x)" appears and at the same time a method in the "Methods" tab.
I wish you success
webiq eg