上一页 1 ··· 98 99 100 101 102 103 104 105 106 ··· 132 下一页
摘要: string[] aa_tt = new string[20]; string[] aa_tt2 = new string[20]; Array.Clear(aa_tt,0,aa_tt.Length); //数组每个元素置零 Array.Copy(aa_tt,aa_tt2,aa_tt.Length) 阅读全文
posted @ 2021-09-06 09:00 txwtech 阅读(3688) 评论(0) 推荐(0)
摘要: List对象没有实例化 使用之前先实例化: ReadData_List = new List<string[]>(); 阅读全文
posted @ 2021-09-03 14:46 txwtech 阅读(334) 评论(0) 推荐(0)
摘要: https://zhidao.baidu.com/question/546884030.html 第一种DateTime time1 =new DateTime(1982,4,24,14,23,06);DateTime time2 =new DateTime(1982,1,21,8,16,32);T 阅读全文
posted @ 2021-09-03 11:50 txwtech 阅读(587) 评论(0) 推荐(0)
摘要: callOnClick(button_Search_Click); c# 无法从方程组转为button button_Search_Click是一个方法(双击button_Search产生的),实际需要传递button按钮的属性,所以改为: callOnClick(button_Search); / 阅读全文
posted @ 2021-09-03 10:39 txwtech 阅读(104) 评论(0) 推荐(0)
摘要: OPCServer:使用KEPServer https://chuna2.787528.xyz/ioufev/p/9366877.html 1.下载安装 实际OPCServer使用(450M,中文,破解时间限制):KEPServer V6,百度网盘 ,密码: ykj2 2. 添加仿真器或者硬件PLC S 阅读全文
posted @ 2021-09-02 15:50 txwtech 阅读(3207) 评论(0) 推荐(0)
摘要: https://files-cdn.cnblogs.com/files/txwtech/c_sharp_kepServer_demo_cnblogs.rar OPCServer:使用KEPServer安装方法_如何添加仿真器与添加西门子S7PLC 阅读全文
posted @ 2021-09-02 15:47 txwtech 阅读(1222) 评论(4) 推荐(0)
摘要: ID:就是IP,输入PLC的IP就可以了 阅读全文
posted @ 2021-09-02 13:07 txwtech 阅读(874) 评论(0) 推荐(0)
摘要: MatrikonOPC默认密码:MatrikonOPC 阅读全文
posted @ 2021-09-02 09:57 txwtech 阅读(359) 评论(0) 推荐(0)
摘要: DA server: Data Access 数据访问服务器,无需很多配置 OPC UA:OPC Unified Architecture,需要一定量的配置 OPC:OLE for Process Control --OLE 过程控制 OLE:Object Linking and Embedding 阅读全文
posted @ 2021-09-02 09:29 txwtech 阅读(785) 评论(0) 推荐(0)
摘要: c# winform程序启动时判断本身是否在运行,是否已经运行 Program.cs里面修改 using System; using System.Collections.Generic; using System.Diagnostics; using System.Linq; using Syst 阅读全文
posted @ 2021-09-01 16:39 txwtech 阅读(349) 评论(0) 推荐(0)
上一页 1 ··· 98 99 100 101 102 103 104 105 106 ··· 132 下一页