Skip to content

Issue in connecting OPC UA client with Kepware v5 using OPC UA sdk #1122

@prasadmarathe

Description

@prasadmarathe

Hi Team,
I wanted to use OPCUA SDK to integrate in my java application in order to connect with Kepware server v5. Can you provide me steps to make connection to my kepware server.
I am using below code -
try {
OpcUaClient client = OpcUaClient.create("opc.tcp://:49320");
LOGGER.info("Session is created for - " + client.toString());
} catch (Exception e) {
LOGGER.log(Level.SEVERE, e.getMessage(), e);
e.printStackTrace();
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions