Mendix Connect to OPC UA

0
How can I connect my project to OPC UA? I have installed the OPC UA connector and read the documentation, but I don't understand it and can't find a solution to this problem. Can anyone help?
asked
1 answers
0

Hi Bagus,

Use OPCUA_ConfigurationHomePage to configure your server, once that is done, use the browse option to see the list of nodes. This is the first step you need to achieve.


If this is done and can see the nodes, then read/write to the nodes can be achieved by the sample microflows that is already available in the module.

answered