# SuperCxHMI **Repository Path**: CharsonYang/SuperCxHMI ## Basic Information - **Project Name**: SuperCxHMI - **Description**: SuperCx 是面向过程监控与工业自动化的 HMI/SCADA 软件开发平台(俗称组态软件),运行于Windows系统上,可以广泛应用于需要数据采集、对象控制、过程监视与控制等的 - **Primary Language**: C/C++ - **License**: MIT - **Default Branch**: master - **Homepage**: https://www.oschina.net/p/supercx_hmi - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 6 - **Created**: 2021-05-12 - **Last Updated**: 2021-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README SuperCxHMI =========== This is SuperCx SCADA/HMI Software's HMI. [项目详情页面](https://github.com/qinyong99/SuperCx_HMI/wiki) ![画面开发环境](https://raw.github.com/qinyong99/SuperCx_HMI/master/wiki/image/200691178332.jpg) # 环境要求 1. VC6 + sp5以上。 1. Windwos 2000以上。 # 构建过程 1. 使用Git客户端下载代码到d:\SuperCx_HMI文件夹。 1. 在VC6中菜单Tools|Options|Directory中设置C++目录如下: * D:\SuperCx_HMI\LIB\WTL\INCLUDE * D:\SuperCx_HMI\LIB\GDIPLUS * D:\SuperCx_HMI\LIB\HTMLHELP 1. 在d:\SuperCx_HMI\bld文件夹中,以管理员权限运行批处理BuildUI.bat,自动完成编译,输出为d:\SuperCx_HMI\bin文件夹,开发环境主程序为CxDev.exe,运行环境主程序为CxRun.exe。