基于GSM网络的远程测控系统的设计
基于GSM网络的远程测控系统的设计(任务书,开题报告,外文翻译,论文11200字)
摘 要
随着现代工业的高速发展与科技的进步,工业控制从传统的现场控制转向远程控制,强大的网络技术和日趋成熟的无线传输技术使得远程控制得以实现。
本文设计了一个PC客户端以SMS短信形式与远程可编程控制器(PLC)之间实现信息交互的远程控制系统,实现了对远程PLC所控制的设备进行测量和控制。在本系统中,PLC通过OPC技术与监控PC进行通信,并将所控制的设备信息上传到监控PC,监控PC将信息通过GSM网络发给客户端PC,用户根据客户端PC得到的信息,以短信的形式向监控PC发送指令,PLC通过OPC通信读取并解析指令,对设备进行控制,从而实现了对远程设备的测量和控制。
关键词:短消息 远程控制 PLC
The Design of a remote control system based on GSM network
Abstract
With the rapid development of modern industry and advancement of technology,industrial control have turn the traditional local control to the remote control, remote control can be achieved by powerful network technology and increasingly sophisticated wireless transmission technology .
[来源:http://Doc163.com]
A remote control system with the information exchange in the form of SMS between the local PC client and remote PLC is designed,it realized that PC can control remote device with the PLC. In this system ,PLC communicate with the monitoring PC through OPC technology, and upload the device information it controlled to the monitoring PC, then monitoring PC send the information to the PC client by SMS, Users can send commands to the monitoring PC in the form of SMS depend on the information that PC client received. PLC read and parse commands from the monitoring by OPC , then control the devices .
Key Words: SMS ; remote control ; PLC
2.3.1 GSM通信技术
GSM系统的基本构成可分为:移动台MS,基站分系统BSS,交换分系统SSS,操作和维护分系统OMS等四大部分。
[资料来源:Doc163.com]
目录
第一章 绪论 1
1.1 选题背景 1
1.2 课题的研究意义 1
1.3 国内外的研究现状 1
1.4 本文将展开的工作 2
第二章 实现方案及技术 4
2.1 系统的设计方案 4
2.2 系统实现的功能 4
2.3 方案实现的相关技术 4
2.3.1 GSM通信技术 4
2.3.2 Android编程技术 7
2.3.3 socket(TCP)编程技术 9 [资料来源:http://www.doc163.com]
2.3.4 OPC通信技术 10
第三章 基于android平台的短信应用程序开发 12
3.1 android开发环境的搭建 12
3.2 短信程序开发 16
3.3 短信程序测试 19
第四章 远程监控程序设计 25
4.1监控PC与PLC数据交互 25
4.1.1 PC ACCESS OPC Server 25
4.1.2 PC Access与PCL通信 26
4.1.3 OPC客户端的开发 27
4.2 监控PC与手机通信 29
4.2.1 Socket通信 29
4.2.2 短信息(协议) 29
4.3客户端程序设计 30
第五章 程序的调试及错误报告 31
5.1 程序的调试 31
5.2 程序错误报告 31
第六章 总结与展望 33
参考文献 34 [资料来源:http://doc163.com]