All Projects → VelsonWang → Hmifuncdesigner

VelsonWang / Hmifuncdesigner

Licence: gpl-3.0
HmiFuncDesigner是一款集HMI,数据采集于一体的软件。目前支持Modbus协议,JavaScript解析,画面功能编辑等。HmiFuncDesigner is a software integrating HMI and data collection.Now it supports Modbus protocol, JavaScript explain, graphic control edit etc.

Programming Languages

javascript
184084 projects - #8 most used programming language
cpp
1120 projects

Projects that are alternatives of or similar to Hmifuncdesigner

Qtswissarmyknife
QSAK (Qt Swiss Army Knife) is a multi-functional, cross-platform debugging tool based on Qt.
Stars: ✭ 196 (-46.15%)
Mutual labels:  modbus, qt
qtCustomPlugins
A set of custom widgets to use directly in QtDesigner.
Stars: ✭ 48 (-86.81%)
Mutual labels:  qt, designer
PYQT StyleDesigner
PYQT Stylesheet designer tool for Stylesheet creation
Stars: ✭ 30 (-91.76%)
Mutual labels:  qt, designer
Plc4x
PLC4X The Industrial IoT adapter
Stars: ✭ 317 (-12.91%)
Mutual labels:  modbus
Fitgrd
.fitgrd is the lightweight & sexy looking responsive grid for your next awesome website.
Stars: ✭ 329 (-9.62%)
Mutual labels:  designer
Qxlsx
Excel file(*.xlsx) reader/writer library using Qt 5 or 6. Descendant of QtXlsx.
Stars: ✭ 340 (-6.59%)
Mutual labels:  qt
Qssstylesheeteditor
Editor for qt stylesheet (qss). Real-time preview, and user can define varibles in qss.
Stars: ✭ 356 (-2.2%)
Mutual labels:  qt
Libplctag
This C library provides a portable and simple API for accessing Allen-Bradley and Modbus PLC data over Ethernet.
Stars: ✭ 314 (-13.74%)
Mutual labels:  modbus
Jqview
simplest possible native GUI for inspecting JSON objects with jq
Stars: ✭ 355 (-2.47%)
Mutual labels:  qt
Psi
XMPP client
Stars: ✭ 337 (-7.42%)
Mutual labels:  qt
Powertabeditor
A cross-platform guitar tablature editor.
Stars: ✭ 334 (-8.24%)
Mutual labels:  qt
Modbus
High-performance, non-blocking, zero-buffer-copying Modbus for Java
Stars: ✭ 327 (-10.16%)
Mutual labels:  modbus
Qss
QT Style Sheets templates
Stars: ✭ 344 (-5.49%)
Mutual labels:  qt
Rdm Builder
Redis Desktop Manager Builder
Stars: ✭ 320 (-12.09%)
Mutual labels:  qt
Qt
Qt开发知识、经验总结。包括Qss,数据库,Excel,Model/View等。
Stars: ✭ 352 (-3.3%)
Mutual labels:  qt
Alchemy
An experimental GUI framework for Rust, backed by per-platform native widgets. React, AppKit/UIKit inspired. EXPERIMENTAL, runs on Cocoa right now. ;P
Stars: ✭ 321 (-11.81%)
Mutual labels:  qt
Qtox
qTox is a chat, voice, video, and file transfer IM client using the encrypted peer-to-peer Tox protocol.
Stars: ✭ 3,843 (+955.77%)
Mutual labels:  qt
Mbpmid2010 gpufix
MBPMid2010_GPUFix is an utility program that allows to fix MacBook Pro (15-inch, Mid 2010) intermittent black screen or loss of video. The algorithm is based on a solution provided by user fabioroberto on MacRumors forums.
Stars: ✭ 334 (-8.24%)
Mutual labels:  qt
Volttron
VOLTTRON Distributed Control System Platform
Stars: ✭ 332 (-8.79%)
Mutual labels:  modbus
Sigdigger
Qt-based digital signal analyzer, using Suscan core and Sigutils DSP library
Stars: ✭ 338 (-7.14%)
Mutual labels:  qt

简介 Brief introduction

HmiFuncDesigner是一款集HMI,数据采集于一体的软件,开源旨在技术分享、相互学习、提升技术。目前软件处于开发中,功能不完善,很多代码也需要重构,但是我相信在不久的将来本软件功能会更加完善!如果这份代码有幸被你看到了,而且对此也有兴趣,那么期待你的加入!!

1. 代码下载 How to download HmiFuncDesigner code

  1. 打开Git Bash命令行工具, 执行 git clone https://github.com/VelsonWang/HmiFuncDesigner.git 克隆代码至本地目录。
  2. 同步远端更新代码至本地,执行 git pull origin。

2. 软件环境 Software development environment

​ 1.Qt5.10.1 + MinGW530_32

​ 2.软件安装时必须包含Qt Script 模块

​ 3.如果需要在Visual Studio下编译并不产生乱码,请参考文档 (doc/Visual Studio utf8-NOBOM.docx)

3. HmiFuncDesigner软件编译 How the HmiFuncDesigner compiles

  1. 工程路径不要太长,最好控制在256字符以内,以免编译出错!(注:Windows系统)

  2. 打开"Qt Creator 4.5.1 (Community)"软件,打开HmiFuncDesigner/HmiFuncDesigner.pro工程。

  3. 选择Release模式。

  4. 清除以前编译工程产生的数据文件。

  5. 重新编译工程。

  6. 编译完成功后生成的软件位于HmiFuncDesignerBin/bin目录下。

  7. 拷贝所需要的运行库,打开命令窗口“Qt 5.10.1 for Desktop (MinGW 5.3.0 32 bit)”,HmiFuncDesignerBin/bin目录,执行windeployqt 软件名称.exe。

    具体操作如下图所示:

    buildHmiFuncDesigner

4. HmiRunTime软件编译 How the HmiRunTime compiles

  1. 必须先编译HmiFuncDesigner然后再编译HmiRunTime工程。否则会出现找不到连接库。

  2. 打开"Qt Creator 4.5.1 (Community)"软件,打开HmiRunTime/HmiRunTime.pro工程。

  3. 选择Release模式。

  4. 清除以前编译工程产生的数据文件。

  5. 重新编译工程。

  6. 编译完成功后生成的软件位于RuntimeBin目录下。

  7. 拷贝所需要的运行库,打开命令窗口“Qt 5.10.1 for Desktop (MinGW 5.3.0 32 bit)”,RuntimeBin目录,执行windeployqt 软件名称.exe。

5. HmiFuncDesigner工程管理器 ProjectManager HmiFuncDesigner

ProjectManager

工程管理器具有如下功能:

  1. 系统参数,设置与运行有关的参数。

  2. 通讯设备,建立通信链路和协议。

  3. 数据库配置,建立系统IO变量表,并操作存盘、报警、转换等处理。

  4. 数据库管理,运行中的实时内存数据和SQL数据管理监视。

  5. 画面,建立系统画面。

  6. 逻辑编程,JavaScript编程。

6.系统变量管理器 System variable manager

SystemVariableManager

7.实时数据库显示 Real-time database data display

RTDBView

8.画面编辑 Graphic control editor

GraphPageEdit

GraphPageEdit

9. 画面解析运行 Run the designed UI

RuntimeViewShow

RuntimeViewShow

10.支持控件 Support controls

文本、椭圆、直线、矩形、箭头、切换按钮,变量文本列表、图片、弹出按钮、指示灯、数值棒图、时钟、移动文本、罐形容器、输入编辑框

11. 支持的通信协议 Supported communication protocol

1.Modbus RTU

2.Modbus ASCII

3.Modbus TCPIP

4.Mitsubishi Fx

12. 联系方式 Contact

Email:[email protected]

QQ:706409617

QQ交流群:568268522

如果觉得代码写的还可以的话,请赏一个Star吧!

您的支持是我继续前行的动力!!!

JasonWang_qrcode

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].