package msg type PLCDevice struct { Id string Name string Ip string Address []int // 数据地址 Interval int // 采集的时间间隔. 秒 } type PLCResponse struct { Id string Name string Ip string Online bool Message string Data map[int][]byte }