I downloaded the sample code from GitHub and modified the ReadNodeExample.java just to make sure that I can connect to an OPC Server (not Milo, it’s a C#-based OPC Server). I was able to verify that the sample code is able to read/write/call nodes from my server with the modifications. I then reimplemented what I thought I needed into my
Advertisement
Tag: opc-ua
When is onServiceFault called in milo opc ua client?
I hava a milo opc ua client and added a fault listener with client.addFaultListener(this) and I have overridden the method onServiceFault (so that it implements ServiceFaultListener). When I shutdown …
Advertisement