文档介绍:上海交通大学
硕士学位论文
基于WinCE的可编程智能控制对象的设计与实现
姓名:黄丹
申请学位级别:硕士
专业:控制理论与控制工程
指导教师:邵惠鹤
20070101
上海交通大学硕士学位论文
基于 WinCE 的可编程智能控制对象的
设计与实现
摘要
可编程智能控制对象是基于一体化工控机的对象模拟仿真设备。
该设备能实现对可自选参数的 7 种不同对象特性进行控制模拟仿真,
提供内部自动控制、内部手动控制、外部自动控制、外部手动控制四
种可选控制模式,同时还具备有 AD/DA、RS232 串口、以太网等工
业控制控制设备中常见的各类接口。其主要应用在自动化控制实验和
工业控制相关领域,通过对于工业控制领域中常见的各类被控对象进
行模拟,使得自动化控制实验更具有真实感;同时也为工业控制研究
人员设计和调试稳定的控制算法,以便能更好的运用于现场系统提供
了良好的辅助设计工具。
本文首先介绍了可编程智能控制对象开发的相关背景以及嵌入
式的系统的相关知识,接下来对于可编程智能控制对象运行的操作系
统平台 Windows CE 和集成开发环境 Embedded VisualC++(EVC)
进行了相关介绍。然后详细阐述了可编程智能控制对象的设计与实
现。首先对模型和程序流程从整体上进行了介绍,接下来对用户界面
和各个对话框进行了展示和功能介绍,然后对 PID 算法实现、对象特
性的程序实现、曲线绘制实现、计算子线程实现、文件存储和读取实
现、数据源 TCP 客户端实现等几个重点模块分别进行了具体介绍,
I
上海交通大学硕士学位论文
并总结了在软件的设计和调试过程中所遇到的一些问题和心得体会。
最后对于软件系统运行的硬件平台进行了简单介绍,以形成一个软件
与硬件相结合的完整的嵌入式系统。
关键字
嵌入式系统 Window EVC 对象模型控制仿真
II
上海交通大学硕士学位论文
THE DESIGN AND REALIZATION OF
PROGRAMMABLE INTELLIGENT CONTROL OBJECT
BASED ON WinCE
ABSTRACT
The programmable intelligent control object is a simulating device
of control objects based on integrative puter. This device
can simulate 7 different kinds of control objects with a wide choice of
parameters. It can also provide 4 kinds of control patterns mon
interfaces in industrial control area such as AD/ DA, RS232, and
so on. It can be mainly used in control experiments and some industry
field to make the control experiments more real and to help researchers to
test the control algorithm.
The thesis mainly focuses on the introduction of software realization
of the programmable intelligent control object. The background and
knowledge of embedded system are introduced at first. Then the thesis
presents the operation system of Windows CE ,which are the platform for
the programmable intelligent control object running on, and the
integrative develop environment Embedded VisualC++. In the third
part of the thesis the design and implementation are introduced in
III
上海交通大学硕士学位论文