h-opc icon indicating copy to clipboard operation
h-opc copied to clipboard

OPC client made simpler, for UA and DA

Results 40 h-opc issues
Sort by recently updated
recently updated
newest added

When I Connect to Opc Server, I get Client.Status is Connected But How I Check connection quality between Opc Server And Lg Plc In C# Code after Connect to Opc...

Hello, I'm using nested structures in WinCC which I'm accessing via OPC UA. So my variable name itself contains at least one dot. That's the reason why in "UaClient.cs" /...

In the ReadEvent method you don't return any time stamps: ``` public ReadEvent Read(string tag) { var nodesToRead = BuildReadValueIdCollection(tag, Attributes.Value); DataValueCollection results; DiagnosticInfoCollection diag; _session.Read( requestHeader: null, maxAge: 0,...

Hey there. Sad as it may be, I think it would be good to mark this repository as unmaintained, archived, or searching for active maintainers. I am aware with at...

Following fault message I get, when I try to establish a connection to an OPC UA Server signed and encrypted: _Opc.Ua.ServiceResultException: ApplicationCertificate cannot be found. at Opc.Ua.Client.Session.Create(ApplicationConfiguration configuration, ConfiguredEndpoint endpoint,...

Hi, i'm new to Opc UA and I need a little help... I'm testing h-opc libraries for read from a OPC UA server plc.... I'm able to connect to the...

The uri gets encoded and does not convert spaces correctly. `using (var client = new UaClient(new Uri("opcda://RSLinx Remote OPC Server"))) { client.Connect(); }`

I see on the version posted here is GitHub, there is a comment in h-opc/h-opc/Da/DaClient.cs which states ``` /// The url of the server to connect to. WARNING: If server...

The changes in this branch enable users to put in a username and password as non-secure strings when connecting to DA servers. I originally forked in order to get the...

HI Team, I was planning on using H-OPC for reading data from Kep Serverex OPC UA and everything works great. The only challenge I see is that reading each tags...