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