You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Copy file name to clipboardexpand all lines: README.md
+5
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,11 @@ opc.PrettyPrint(browser)
41
41
- For 32-bit OPC servers and wrappers: DLL should be in ```C:\Windows\SysWOW64```, use ```$ENV:GOARCH="386"```
42
42
* Make sure to have correct DCOM settings on your local and remote computers: ```Dcomcnfg.exe```
43
43
44
+
### Reporting Issues
45
+
46
+
* If you find a bug in the code, please create an issue and suggest a solution how to fix it.
47
+
* 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.
48
+
44
49
### Debugging
45
50
46
51
* Add ```opc.Debug()``` before the ```opc.NewConnection``` call to print more debug-related information.
0 commit comments