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

The creation of the response is not included in the try catch, but can throw an error if the session is invalid.

bug

Add method for writing a list of values to a list of tags

enhancement

I have been trying to use the client.Monitor method to listen for tag changes. After a random period of time the monitor seems to quit reporting values. I was running...

bug

Hello, I'm trying to connect to a UA server. The client.Connect() method throws a BadSecureChannelClosed exception with an inner result "Messages size 825110831 bytes is too large for buffer of...

bug

In the example there's a bracket in the wrong place resulting in code that would not work.

For example in the case of a temperature sensor, I can get the value, but how can I get the if that value is being measured on Farenheit, Kelvong, etc?...

When the monitor items method calls subscription.Create, i receive the following error: Opc.Ua.ServiceResultException: 'BadSubscriptionIdInvalid' This happens when i try to add a larger number of items to monitor, and it...

Hi there ! I'm using using version 0.4.0 in Combination with Mono 4.8.0 to connect to an OPCUa Server. Running on Windows using .net 4.5.2 I have no problem establishing...

Good day, are there any plans to move to the UA-.NETStandardLibrary https://github.com/OPCFoundation/UA-.NETStandardLibrary instead of the binaries? I already tried to extract the needed classes, but with no success.

enhancement
backlog

If I monitor a boolean tag with ``` cs client.Monitor ``` or if I monitor a u-int1 with ``` cs client.Monitor ``` No error is thrown. This was a problem...

bug