1 2 3 4 5 ··· 135 下一页
摘要: qt调用libmodbus读取数据报错 Bad file descriptor, 默认: 发送:00 01 00 00 00 06 FF 01 00 00 00 01 , device id:是FF,是255, 连接的远程设备:一般是1开始 std::unique_ptr<modbus_t, Mod 阅读全文
posted @ 2026-08-22 09:02 txwtech 阅读(1) 评论(0) 推荐(0)
摘要: msys2-base-x86_64-20240507.sfx.exe 执行后解压到哪里了? msys2-base-x86_64-20240507.sfx.exe的相同目录的msys64文件夹 https://mirrors.aliyun.com/msys2/distrib/x86_64/ 1、解压位 阅读全文
posted @ 2026-08-21 08:20 txwtech 阅读(1) 评论(0) 推荐(0)
摘要: #ifndef _H #define CAMERAGST_H #include <QObject> #include <QThread> class CameraGst : public QObject { Q_OBJECT public: explicit CameraGst(QObject *p 阅读全文
posted @ 2026-08-17 14:43 txwtech 阅读(2) 评论(0) 推荐(0)
摘要: # Qt 5.15 arm64 ubuntu20.04 交叉编译环境 Firefly Qt5.15 , 运行环境 * Host(x86 PC) : ubuntu 20.04 x86_64 * Target(RK356X): ubuntu 20.04 arm64 ## 主机环境部署 ```shell$ 阅读全文
posted @ 2026-08-12 07:45 txwtech 阅读(6) 评论(0) 推荐(0)
摘要: qt qss样式文件示例 /* 深色主题(Dark Theme)完整样式表 配色方案:深灰底 + 浅灰字 + 蓝强调色 */ /* 全局基础样式 */ * { background: #1E1E1E; color: #E0E0E0; selection-background-color: #409E 阅读全文
posted @ 2026-08-05 10:01 txwtech 阅读(15) 评论(0) 推荐(0)
摘要: snap7-full-1.4.2\rich-demos\x86_64-win64\bin snap7库自带的西门子PLC s7协议模拟器 内存区Area 编码Multi‑Vars 时 DBNumber说明 I 输入区 PE 0x81 0xFFFF 输入映像寄存器 Q 输出区 PA 0x82 0xFF 阅读全文
posted @ 2026-07-30 08:08 txwtech 阅读(19) 评论(0) 推荐(0)
摘要: S7Simulator.Wpf GitHub 开源项目,作者 LasyOtterGitHub 仓库地址: https://github.com/LasyOtter/S7Simulator.WpfGitHub ⚠️仓库没有提供预编译 Release exe 包,不能直接下载 exe,两种使用方式: 方 阅读全文
posted @ 2026-07-29 22:29 txwtech 阅读(34) 评论(0) 推荐(0)
摘要: else if (__scrt_current_native_startup_state == __scrt_native_startup_state::uninitialized) { __scrt_current_native_startup_state = __scrt_native_star 阅读全文
posted @ 2026-07-29 09:25 txwtech 阅读(5) 评论(0) 推荐(0)
摘要: RoboCare进行AGV日志分析 阅读全文
posted @ 2026-07-21 15:35 txwtech 阅读(8) 评论(0) 推荐(0)
摘要: AGV绑定停车点与充电点,绑定后才会自动停车与自动充电 停车点: 充点电 勾选表示绑定,取消表示解绑 阅读全文
posted @ 2026-07-16 16:26 txwtech 阅读(10) 评论(0) 推荐(0)
1 2 3 4 5 ··· 135 下一页