opc icon indicating copy to clipboard operation
opc copied to clipboard

OPC DA client in Golang for monitoring and analyzing process data based on Windows COM.

Results 14 opc issues
Sort by recently updated
recently updated
newest added

hello, if i want to get opcitem discribe and datatype info v := ole.NewVariant(ole.VT_R4, 0) q := ole.NewVariant(ole.VT_INT, 0) ts := ole.NewVariant(ole.VT_DATE, 0) how i should add the ole VT...

question

hi, i use this in win10 1. first install graybox sm 2. install auto wrap and register 3. connect to opc ser but has a connect error: panic: TryConnect was...

question

Now for one opc server, we only can read the tags one by one, If one of the tags cannot be read, the delay will increase. Did you ever try...

enhancement

Hello, I have successfully browsed server for tags, and read their content. Great software and guidelines provided - thanks for that. I am required to subscribe to be notified when...

enhancement

from [connection.go ](https://github.com/konimarti/opc/blob/ff6d352d2e3df5f2c2358d46ac72a99cffa55df2/connection.go) ``` //OPCDataSource defines constants for Sources when reading data from OPC: //Default implementation is OPCCache. //From the cache OPCCache int32 = 1 //From the device OPCDevice int32...

question

At that time, I was using a higher version of Golang (Version>=1.14),when this method is executed, an error will be reported and the program will crash. **`D:\go\pkg\mod\github.com\go-ole\[email protected]\oleutil\oleutil.go`** func CallMethod(disp *ole.IDispatch,...

i see the file have a build tag ```go // +build windows ```

你好,我本地有两台opc模拟仿真服务器,分别是:Kepware.KEPServerEX.V6和Matrikon.OPC.Simulation.1,但是我通过“opc-cli.exe list localhost”命令只能扫描到Kepware.KEPServerEX.V6,扫描不到Matrikon.OPC.Simulation.1,但是通过第三方客户端(opcclient)两台都可以扫描到。 有空请看一下,谢谢

tag name have "/" like: ES11_ES::211SG1/GROUP.#StatusPermanent execute /tag/ES11_ES%3A%3A211SG1%2FM1.CNT2_OS will result "404 page not found"

bug

Hello, I have two opc simulation servers locally, namely: Kepware.KEPServerEX.V6 and Matrikon.OPC.Simulation.1, but I can only get Kepware.KEPServerEX.V6 with the "opc-cli.exe list localhost" command, Matrikon.OPC.Simulation.1 cannot be obtained, and both...