Skip to content

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 my opc ua server I only get a messages from milo: [WARNING][org.eclipse.milo.opcua.sdk.cli] [4] Keep Alive fai…

How to get the DataType of an UaNode?

I am using the eclipse-milo`s jars, version 0.5.3. I would like to read specific nodes, and store their values in a database. I intend to dynamically construct the database column, taking into consideration the data type. For example: a node of type Float (Identifiers.Float) would be a FLOAT in the database. …