上一页 1 ··· 70 71 72 73 74 75 76 77 78 ··· 122 下一页
摘要: 不讨论SECS i 和HSMS的格式,我们只讨论SECSii的协议,因为SECS ii的报文内容的格式就是sml格式。 secs ii协议的消息报文分为两部分:消息命令字 + 消息体。其中消息体采用的是SML格式,本文对SML格式进行简单讲解,帮助大家了解SML的格式,方便理解和后续的开发。 sml 阅读全文
posted @ 2022-06-30 15:05 txwtech 阅读(1557) 评论(2) 推荐(0)
摘要: 通讯方式:(通讯,Message)--应用层 手机,发邮件,对讲机 偏物理的,实物的 通信协议:(通信,Information),传递二进制信息--传输层 设备PLC之间,电脑与外设通信,串口通信 偏虚拟的, 阅读全文
posted @ 2022-06-30 15:01 txwtech 阅读(521) 评论(0) 推荐(0)
摘要: SEMI E4(SECS I)、E5(SECS II)、E30(GEM)、E37(HSMS)通讯标准。 阅读全文
posted @ 2022-06-30 08:43 txwtech 阅读(1365) 评论(2) 推荐(0)
摘要: 1.右键选择需要布局的控件 2.选中后,右键点击,选择布局,垂直布局 3.然后右侧的控件相同的操作 4.空白处右键-布局-栅格布局 5.点击最大化测试 参考: https://www.cnblogs.com/emouse/archive/2013/05/19/3087708.html 阅读全文
posted @ 2022-06-28 22:55 txwtech 阅读(3165) 评论(0) 推荐(0)
摘要: mainwindow.cpp:77:44: error: member access into incomplete type 'QTcpSocket'qtcpserver.h:55:7: note: forward declaration of 'QTcpSocket' 添加:#include < 阅读全文
posted @ 2022-06-28 21:10 txwtech 阅读(445) 评论(0) 推荐(0)
摘要: Signal Received <p>The inferior stopped because it received a signal from the operating system.<p><table><tr><td>Signal name : </td><td>SIGSEGV</td></ 阅读全文
posted @ 2022-06-28 18:40 txwtech 阅读(178) 评论(0) 推荐(0)
摘要: android stuido 入门pdf https://pan.baidu.com/share/init?surl=rr7yc6WtIZmlW-dMr-56vA gwh5 阅读全文
posted @ 2022-06-27 12:28 txwtech 阅读(61) 评论(0) 推荐(0)
摘要: modbus RTU设置参数写入寄存器数据成功--发送与接收信息是一致的 测试工具:ModSim32.exe,NetAssist.exe 客户端:ModScan32.exe 阅读全文
posted @ 2022-06-23 09:21 txwtech 阅读(766) 评论(0) 推荐(0)
摘要: QT更改默认构建目录debug与release-生成的目录放在项目的文件夹内部 参考: https://jingyan.baidu.com/article/6181c3e0b9d170152ef153af.html 原来的默认设置: ../%{JS: Util.asciify("build-%{Cu 阅读全文
posted @ 2022-06-23 08:28 txwtech 阅读(1197) 评论(0) 推荐(0)
摘要: QT 数字转字符串形式 int number = 123;QString numberStr = QString::number(number); // QString int_to_String_port=tr("%1").arg(obj->peerPort());int port =8868; 阅读全文
posted @ 2022-06-22 08:42 txwtech 阅读(868) 评论(0) 推荐(0)
上一页 1 ··· 70 71 72 73 74 75 76 77 78 ··· 122 下一页