- 1、本文档共42页,可阅读全部内容。
- 2、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
毕业论文—绝缘子和套管选择校验程序的设计
绝缘子和套管选择校验程序的设计
摘 要
本文介绍了一个采用C++ Builder 6.0开发的变电所计算机辅助设计系统,完成变电站一次系统模块辅助程序设计。此系统具有丰富的图元,能快速生成工程画面,支持与数据库连接,支持工程画面间的切换和快速更新,支持嵌入式脚本编程,具有高度可视化、高度开放性等特点,与其它模块共同构成变电所计算机辅助设计系统。本文根据一般变电所设计的步骤进行设计,包括一次主接线的自动拟定、短路电流计算、常见电气设备的选择和校验等几大块。本设计首先运用Access软件建立变电所每个设备的型号、额定电压等技术数据的数据库,作为原始材料;其次进行短路电流计算,熟悉每个设备的选择和校验,同时进行基本公式的整理;最后运用C++ Builder 6.0软件实现计算机对绝缘子和套管的选择。
关键词:变电所;计算机辅助设计系统;绝缘子和套管选择
The design of the insulator and bushing select check program
Abstract
This paper introduces a substation using C++ Builder 6 to develop the system of computer aided design, completed the substation module program design. This system has abundant element, can generate engineering pictures quickly, with the support of the database connection, support switching engineering inter and rapid updates, support embedded scripting, is highly visual, highly open, and other modules consisting of substation computer aided design system. This paper is designed according to the general design of substation steps, including a main wiring, short-circuit current calculation, automatic generation of common electrical equipment selection and calibration of several large. The first design using Access software to establish the substation each equipment type, impedance voltage, and technical data of the database, as raw materials; secondly, short-circuit current calculation, familiar with the selection and calibration of each equipment, at the same time, the basic formula of the finishing; finally computer aided design of variable electrical using C++ Builder 6 software.
Keywords: substation; computer aided design system;Insulator and bushing selection目录
摘 要 I
Abstract II
第一章 绪论 1
1.1 选题背景 1
1.2课题研究内容 1
1.3课题研究意义 2
1.4本章小结 2
第二章 变电站计算机辅助设计系统的设计 3
2.1变电站计算机辅助设计系统的构成 3
2.2主要功能模块介绍 3
2.2.1网络参数输入模块 3
2.2.2 变压器的选择模块 4
2.2.3 主接线设计模块 5
2.2.4 短路电流计算模块 6
2.2.5 电气设备选择模块 6
2.3本章小结 7
第三章 短路电流计算 8
3.1 概述 8
3.2 短路电流计算条件 8
3.3短路电流计算机算法介绍 9
3.3.1传统的短路计算概述 9
3.3.2 短路电流运算曲线 10
3.3.3 短路电流运算曲线数字化 11
3.3.4拉格朗日插值法 1
文档评论(0)