摘要:
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) 阅读全文
摘要:
[System.Runtime.InteropServices.DllImportAttribute("visual_pick.dll", SetLastError = true)] public static extern int start(); [System.Runtime.InteropS 阅读全文