Code Monkey home page Code Monkey logo

Comments (6)

Nick-Su avatar Nick-Su commented on July 17, 2024 1

Now it works well. The problem is solved. Thanks for asking. Thread can be closed.

from opc.

konimarti avatar konimarti commented on July 17, 2024

Hi! You can compile the code when you set the $GOARCH environment variable to "386". In Powershell on Windows, you enter the following $ENV:GOARCH=386 then it should compile. Note, however, that without the OPCDAAuto.dll you won't be able to use this package. You normally get the DLL with the installation of your OPC server or from the vendor of your OPC server directly and it's either installed on C:\Windows\System32 or C:\Windows\SysWOW64. Hope this answers your questions.

from opc.

konimarti avatar konimarti commented on July 17, 2024

You can download the Graybox DA Automation wrapper for free here.
I have updated the code base so that it works with this wrapper as well, just do a go get -u github.com/konimarti/opc to get the newest version. However, it is important to keep in mind to use the correct architecture as well, i.e. when you use the Graybox Simulation server set the architecture to 32-bit: $GOARCH=386.

from opc.

Nick-Su avatar Nick-Su commented on July 17, 2024

Thank you for fast response! Your advice helped me a lot, but I faced with another problem. When I run the program for the first time it returns "exit code 0". When I run the program for the second time it returns nothing and I have to reboot the PC. Any comment will be appreciated.

sk-4yoxmipg
lrtomnk5tds

from opc.

konimarti avatar konimarti commented on July 17, 2024

An exit code 0 indicates that the program terminated correctly. I have never experienced the other behavior you have described though. Do you observe the same when you run the code directly from the command line, i.e. in Powershell?
What you can try is to add opc.Debug() before the opc.NewConnection call to print out some more package-related information. Also, is the Graybox Simulation server running? You can check this by looking for gb_opcsim.exe in the task manager.

from opc.

konimarti avatar konimarti commented on July 17, 2024

Just wanted to check in and ask if you could solve your issue?

from opc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.