上传者: 42131705
|
上传时间: 2022-01-07 13:26:15
|
文件大小: 29KB
|
文件类型: -
Go中的OPC DA
从OPC服务器读取和写入Go中的过程和自动化数据,以进行监视和数据分析(OPC DA协议)。
go get github.com/konimarti/opc
用法
client , _ := opc . NewConnection (
"Graybox.Simulator" , // ProgId
[] string { "localhost" }, // Nodes
[] string { "numeric.sin.float" }, // Tags
)
defer client . Close ()
client . ReadItem ( "nu