Skip to content

Commit 01ef7ad

Browse files
authored
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
1 parent 5eae5c3 commit 01ef7ad

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,11 @@ opc.PrettyPrint(browser)
4141
- For 32-bit OPC servers and wrappers: DLL should be in ```C:\Windows\SysWOW64```, use ```$ENV:GOARCH="386"```
4242
* Make sure to have correct DCOM settings on your local and remote computers: ```Dcomcnfg.exe```
4343

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+
4449
### Debugging
4550

4651
* Add ```opc.Debug()``` before the ```opc.NewConnection``` call to print more debug-related information.

0 commit comments

Comments
 (0)