konimarti / opc

OPC DA client in Golang for monitoring and analyzing process data based on Windows COM.
MIT License
237 stars 85 forks source link

How to confirm param in opc.NewConnection #46

Closed boundray closed 2 years ago

boundray commented 2 years ago

use matrikon simulator the matrikon explore window like this: image question: how to fill in the opc.NewConnection parameters?

boundray commented 2 years ago

my code and err as shown here: image

konimarti commented 2 years ago

Can you retry with the latest master? I just pushed a fix that should include the Matrikon automation object. Also, please double check that you compile the code for the 386 architecture as discussed in the README.

boundray commented 2 years ago

Successfully run after code merging and environment 386 set. thanks.

doffi88 commented 1 year ago

@boundray how do you manage to talk to the matrikon server?