h-opc
h-opc copied to clipboard
OPC client made simpler, for UA and DA
The creation of the response is not included in the try catch, but can throw an error if the session is invalid.
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...
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...
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.
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...