上一页 1 ··· 90 91 92 93 94 95 96 97 98 ··· 124 下一页
摘要: List对象没有实例化 使用之前先实例化: ReadData_List = new List<string[]>(); 阅读全文
posted @ 2021-09-03 14:46 txwtech 阅读(330) 评论(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 阅读(579) 评论(0) 推荐(0)
摘要: callOnClick(button_Search_Click); c# 无法从方程组转为button button_Search_Click是一个方法(双击button_Search产生的),实际需要传递button按钮的属性,所以改为: callOnClick(button_Search); / 阅读全文
posted @ 2021-09-03 10:39 txwtech 阅读(87) 评论(0) 推荐(0)
摘要: OPCServer:使用KEPServer https://www.cnblogs.com/ioufev/p/9366877.html 1.下载安装 实际OPCServer使用(450M,中文,破解时间限制):KEPServer V6,百度网盘 ,密码: ykj2 2. 添加仿真器或者硬件PLC S 阅读全文
posted @ 2021-09-02 15:50 txwtech 阅读(3025) 评论(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 阅读(1178) 评论(4) 推荐(0)
摘要: ID:就是IP,输入PLC的IP就可以了 阅读全文
posted @ 2021-09-02 13:07 txwtech 阅读(837) 评论(0) 推荐(0)
摘要: MatrikonOPC默认密码:MatrikonOPC 阅读全文
posted @ 2021-09-02 09:57 txwtech 阅读(343) 评论(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 阅读(760) 评论(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 阅读(330) 评论(0) 推荐(0)
摘要: using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System. 阅读全文
posted @ 2021-08-31 14:53 txwtech 阅读(325) 评论(0) 推荐(0)
上一页 1 ··· 90 91 92 93 94 95 96 97 98 ··· 124 下一页