摘要: d:\Program Files (x86)\Arduino\libraries\ST7789v_arduino\src\Adafruit_GFX.cpp:35:10: fatal error: glcdfont.c: No such file or directory 按照如下目录结构存放头文件。 阅读全文
posted @ 2021-09-29 21:57 txwtech 阅读(1041) 评论(0) 推荐(0) 编辑
摘要: C#没有map这个类,相似功能的是Dictionary。 Dictionary<String, String> dd = new Dictionary<String, String>();dd.Add("a","aaa");dd["b"]="bbb"; Console.WriteLine(dd["a 阅读全文
posted @ 2021-09-29 16:00 txwtech 阅读(469) 评论(0) 推荐(0) 编辑
摘要: UcAsp.Opc opc for da and ua 注 意: [OPC.DA 环境下先安装lib文件夹下的:Core Components Redistributable (x64).msi ] Nuget 安装 Install-Package UcAsp.Opc -Version 1.0.0. 阅读全文
posted @ 2021-09-29 15:46 txwtech 阅读(258) 评论(0) 推荐(0) 编辑
摘要: 未经处理的异常 UcAsp.Opc.OpcException:“Invalid response from the server. (Response Status: E_FAIL, Opc Tag: 西门子.PLC.i_load_reel1_front)” 必须连接PLC真机,或者网线未连接,或者 阅读全文
posted @ 2021-09-29 14:32 txwtech 阅读(219) 评论(0) 推荐(0) 编辑