From 01ef7ad2590f62d0d897a003fe3cce1582bf3bc0 Mon Sep 17 00:00:00 2001 From: konimarti <30975830+konimarti@users.noreply.github.com> Date: Sat, 14 Sep 2019 23:07:58 +0200 Subject: [PATCH] Update README.md Issues that are related to connection problems are mostly because of a faulty installation of your OPC automation wrapper or some peculiarties of your specific setup and OPC installation. Since we cannot debug your specific situation, these issues will be directly closed. Fix #8 #12 #19 --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 8fc1841..1f59e75 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,11 @@ opc.PrettyPrint(browser) - For 32-bit OPC servers and wrappers: DLL should be in ```C:\Windows\SysWOW64```, use ```$ENV:GOARCH="386"``` * Make sure to have correct DCOM settings on your local and remote computers: ```Dcomcnfg.exe``` +### Reporting Issues + +* If you find a bug in the code, please create an issue and suggest a solution how to fix it. +* Issues that are related to connection problems are mostly because of a faulty installation of your OPC automation wrapper or some peculiarties of your specific setup and OPC installation. Since we cannot debug your specific situation, these issues will be directly closed. + ### Debugging * Add ```opc.Debug()``` before the ```opc.NewConnection``` call to print more debug-related information.