摘要: static S7Client client = new S7Client(); static void Main(string[] args) { var res = client.ConnectTo("192.168.1.1", 0, 1);//连接PLC的IP地址 if (res == 0) 阅读全文
posted @ 2021-04-13 09:33 my_paradise 阅读(2468) 评论(0) 推荐(0) 编辑
摘要: [System.Runtime.InteropServices.DllImportAttribute("visual_pick.dll", SetLastError = true)] public static extern int start(); [System.Runtime.InteropS 阅读全文
posted @ 2021-04-13 09:25 my_paradise 阅读(240) 评论(0) 推荐(0) 编辑