- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
基于cs架构电池监控系统设计-design of battery monitor system based on cs architecture
摘要随着计算机网络的迅猛发展和蓄电池产业技术的完善,作为不间断供电电源的蓄电池被广泛应用于各类行业中,再加上其使用寿命长、电压特性比较平稳、可逆性好以及使用的范围广等优点,使得蓄电池组的使用在逐年增多。但是由于蓄电池组储能的方式是化学储能,所以它运行过程中必然受到外部环境、供电条件以及工作参数设置等因素的影响,再加上蓄电池组一般会长期处在待机的状态,所以它的工作性能不易被工作人员掌握,很容易导致供电故障的发生。因此需要设计出一套远程电池监控系统,对蓄电池组进行实时高效地远程控制。本文基于C/S架构设计了一款远程电池监控系统。该系统基于C/S架构以及SOCKET模型,使用VS2008编程工具,以SQLServer2005为存储数据的数据库,采用多线程编程技术并且使用基于以太网通信协议进行数据传输,实现了对蓄电池工作组的远程监测、控制功能,并且能够实时高效地采集现场监控主机的数据信息并保存到数据库,将数据以各种方式展现给系统用户,并且能够远程设置、修改现场监控主机的运行参数等信息,从而能够大大减少蓄电池组的供电故障率。首先,基于监控系统的研究背景以及国内外发展现状,针对当前企业中的实际需求设计了基于C/S架构电池监控系统的整体方案以及系统架构,并分别从基于SOCKET的以太网通信技术、基于ADO模型的数据库访问技术、基于C/S架构的系统模型设计和基于阻塞模式的套接字实现等四个方面讲述了该电池监控系统的关键技术。其次,从电池监控系统的客户端和服务器端两个方面描述了该系统的整体功能设计与实现。首先列出了客户端部分的功能需求说明,然后根据功能需求对客户端系统进行了软件设计,实现了系统数据查询、修改、删除、显示的功能,并且实现了实时数据动态的展现在系统用户面前,历史数据以列表、曲线图、柱状图等形式显示以及管理员用户对报警信息的处理功能。在系统服务器部分中,首先从数据库管理模块和现场主机通信模块两个部分列出服务器端的功能需求说明,然后根据功能需求设计出现场监控主机与服务器之间的通信协议,根据该协议完成两端数据的通信功能,最后从三个关键模块对电池监控系统的服务器端进行了系统程序的详细设计。最后,对本文设计的电池监控系统进行了测试以及安全性分析。首先从系统性能、数据传输的稳定性以及数据显示的完整性与美观性对系统进行了数据测试,根据测试得出的结果分析了整个系统的不足以及需要改进的地方,最后从用户管理和数据传输两个方面对系统的安全性进行了分析,设计出一种能够提高系统安全性的方法。关键词:电池监控系统,C/S架构,多线程编程,SQLServer数据库IABSTRACTWiththerapiddevelopmentofcomputernetworkandthebatteryindustrytechnologytoimprove,powerbatteryiswidelyusedinindustrialproductionofallkindsofindustriesasuninterruptedpowersupply,combinedwiththeadvantagesofitslongservicelife,voltagecharacteristicsmoothly,reversibilityisgoodandtheuseofawiderange,theuseofbatteryisincreasingyearbyyear.Butbecauseofthebatteryenergystoragewayischemicalenergystorage,sotheoperationprocessoftheinevitablewillbeaffectedbyexternalenvironment,thepowersupplyconditionandparametersettingetcvariousaspectsoftheinfluencefactors,plusbatteryusuallylong-terminemergencystandbystate,soitsworkingperformanceisnoteasytobeworkingstafftograsp,anditiseasytoresultinpowersupplyfailure.Therefore,wemustdesignasetofreal-timeandremotebatterymonitoringsystemtostoragebatteryforreal-timeandefficientremotecontrol.Inthispaper,thebatterymonitoringsystembasedonC/SstructureusesVS2008programmingtools,basedonC/
您可能关注的文档
- 基于bs模式的公安基层系统的研究与实现-research and implementation of public security grass-roots system based on bs model.docx
- 基于bs模式的焊接工艺管理系统-welding process management system based on bs mode.docx
- 基于bs模式的教师信息系统的设计与实现-design and implementation of teacher information system based on bs mode.docx
- 基于bs模式的科研成果管理系统的设计与实践-design and practice of scientific research achievements management system based on bs model.docx
- 基于bs模式的实验室排课选课系统的分析与开发-analysis and development of course arrangement system in laboratory based on bs mode.docx
- 基于bs模式的水电企业mis系统—底层框架设计与实现-design and implementation of mis system - bottom frame of hydropower enterprise based on bs model.docx
- 基于bs模式的网络教务管理系统的设计与实现-design and implementation of network educational administration management system based on bs mode.docx
- 基于bs模式的网络在线考试系统的设计与实现-design and implementation of online examination system based on bs mode.docx
- 基于bs模式的虚拟仪器网络化测试基本单元的设计与实现-design and implementation of basic unit of virtual instrument network testing based on bs mode.docx
- 基于bs模式的学生电子档案管理系统-student electronic file management system based on bs mode.docx
- 基于cs模式的电子储物柜系统开发-development of electronic locker system based on cs mode.docx
- 基于ct图像的肺实质自动分割的分析-analysis of automatic segmentation of lung parenchyma based on ct images.docx
- 基于cuda平台的h.264视频编码器研究设计-research and design of h 264 video encoder based on cuda platform.docx
- 基于cs模式的银校联网收费系统研究-research on networking charging system of bank and school based on cs mode.docx
- 基于curvelet变换的新生儿疼痛表情识别分析-analysis of neonatal pain expression recognition based on curve let transformation.docx
- 基于d2d的中继选择算法分析-analysis of relay selection algorithm based on d2d.docx
- 基于dea的我国科技成果转化效果评价分析-evaluation and analysis of transformation effect of scientific and technological achievements in china based on dea.docx
- 基于dct的数字水印算法分析及其应用-analysis and application of digital watermarking algorithm based on dct.docx
- 基于ct图像处理的冻结岩石细观结构及损伤力学特性分析-analysis of microstructure and damage mechanics characteristics of frozen rocks based on ct image processing.docx
- 基于dea方法的中国通信市场竞争强度的研究-research on the competitive strength of china's communication market based on dea method.docx
文档评论(0)