火电厂管理信息系统的开发.doc

约23页DOC格式手机打开展开

火电厂管理信息系统的开发, 本文共计23页,23220字; 摘要信息技术和计算机软硬件技术的迅猛发展,为发电厂的生产管理提供了有效的手段,开发管理信息系统是发电厂提高在电力市场的竞争力,提高管理水平,促进生产发展的现实要求,这些先进的、科学的管理方法在生产应用中日益体现出巨大的经济和社会效益。 本文对火电厂生产管理信息系...
编号:10-28671大小:129.50K
分类: 论文>计算机论文

内容介绍

此文档由会员 霜天盈月 发布

火电厂管理信息系统的开发

本文共计23页,23220字;

摘 要
信息技术和计算机软硬件技术的迅猛发展,为发电厂的生产管理提供了有效的手段,开发管理信息系统是发电厂提高在电力市场的竞争力,提高管理水平,促进生产发展的现实要求,这些先进的、科学的管理方法在生产应用中日益体现出巨大的经济和社会效益。
本文对火电厂生产管理信息系统的现状及发展趋势进行了阐述,对系统功能需求进行了准确完善的分析,开发了生产运行管理信息系统。探讨了如何利用面向对象技术建立模型,采用 Visual Basic6.0 可视化编程技术开发应用程序,建立 SQLServer数据库,通过ODBC(开放式数据库连接)接口访问数据库服务器上数据的方法;采用客户机/服务器(C/S)和浏览器/服务器(B/S)相结合的模式来实现火电厂不同管理层的需求。本课题是根据火电厂现有的计算机状况和网络实际,开发实用化的管理信息系统以最大限度地优化资源配置,应用程序人机交互界面友好,操作简单方便。生产运行管理,工作票管理的功能达到了设计要求。
本系统对生产运行管理进行了认真分析、设计和实施,经过现场测试,不断完善,已在发电厂投入正常运作,发挥了应有的作用。
【 关键字 】 面向对象,管理信息系统,火电厂,客户机/服务器(C/S),浏览器/服务器(B/S)
Abstract
The rapid of information technology in both hardware and software provides means to develop various management information system for power plant production . It is important for power plants to develop their management information system continuously for improving of productivity. With the deregulation of power industry and the emerging of power markets, The power producers are aware of the necessity to improve of the management efficiency and level for enhancing their competitiveness. at present day ,advanced method of management is bringing tremendous economic and social benefits.
This thesis introduces the present condition and trend of development
firstly.The fuctions of management information system is analyzed and coordinated for a mid-scale fossil fueled power plant and an operation management system has been developed by using Object-Oriented Programming (OOP),Client/Server (C/S)mode and Browser/Server (B/S)mode, the applications are designed in Visual Basic 6.0 with simple code ,the database for the
目 录
1 概述……………………………………………………… 1
1.1 问题的提出………………………………………… 1
1.2 管理信息系统在发电厂的现状及发展趋势……… 2
1.3 论文的主要内容和所做的工作…………………… 4
2 生产管理信息系统相关技术及应用…………………… 7
2.1 使用面向对象的程序设计技术建立模型………… 7
2.2 数据库前端应用程序的开发 …………………… 10
2.3 后台数据库开发 ………………………………… 12
2.4 使用 ODBC 程序接口访问数据库………………… 13
2.5 创建生产管理信息系统数据库及表 …………… 14
3 客户机 /服务器 (C/S)与浏览器 /服务器 (B/S)模式…… 16
3.1 文件服务器 ……………………………………… 16
3.2 客户机 /服务器( C/S)体系结构 ……………… 17
3.3 浏览器/服务器( B/S)体系结构 ………………… 19
3.4 其它体系结构 …………………………………… 19
4 生产管理信息系统的分析与设计 …………………… 22
4.1 系统分析…………………………………………… 22
4.2 系统设计…………………………………………… 25
5 生产管理信息系统的实现 …………………………… 33
5.1 人机界面设计……………………………………… 33
5.2 程序代码实现……………………………………… 37
5.3 系统的测试、运作与维护………………………… 42
3
6 结论 …………………………………………………… 44
1 概 述