opcsample icon indicating copy to clipboard operation
opcsample copied to clipboard

Opc Sample

Results 7 opcsample issues
Sort by recently updated
recently updated
newest added

We are using GodSharp OPC DA to read Kepware tags and have subscribed to the data change event but we suspect data change event is not getting triggered in sequential...

I am following the code provided in the opcsample/Program.cs and I am getting the below exception. Should I register any of the com dll's using regsvr? Please advise. System.Runtime.InteropServices.COMException: 'Retrieving...

when i use opcsample to connect my keepserverEx6.1 and I get the following error: System.InvalidCastException:“无法将类型为“System.__ComObject”的 COM 对象强制转换为接口类型“OpcRcw.Comn.IOPCServerList2”。此操作失败的原因是对 IID 为“{9DD0B56C-AD9E-43EE-8305-487F3188BF7A}”的接口的 COM 组件调用 QueryInterface 因以下错误而失败: 拒绝访问。 (异常来自 HRESULT:0x80070005 (E_ACCESSDENIED))。” ![图片](https://user-images.githubusercontent.com/15796964/233548394-5205c316-8499-44d0-a52c-d4c890af3150.png) here is...

I have registered the opcdaauto.dll and now I am seeing another exception in the logs: System.Runtime.InteropServices.COMException (0x800706BA): The RPC server is unavailable. (Exception from HRESULT: 0x800706BA) at OPCAutomation.IOPCAutoServer.Connect(String ProgID, Object...

When I try to connect with user and password I get a Opc.Ua.ServiceResultException with this message: "SHA1 signed certificates are not trusted." This is my code ` OpcUaClientBuilder builder =...

How can I add nodes to opcua server ?

I currently have 10000 tags on opcserver, resulting in a slow fetch