本篇论文目录导航:
【题目】网络化智能化仓储管理系统探析
【第一章】
物联网与仓储管理体系的融合分析绪论
【第二章】
仓储管理系统整体框架概述
【第三章】
仓储系统移植及环境搭建
【第四章】
仓储管理系统主程序设计
【第五章】
仓储系统采集终端设计
【结论/参考文献】
多仓库远程移动监控的实现研究结论与参考文献
摘要
目前,国内的大部分仓储管理系统还停留在人力信息录入、计算机存储的半自动化水平。存在着管理效率差、人力成本开销大、信息处理速度慢、准确度低等诸多缺陷。随着嵌入式设备和无线通讯技术的发展,物联网将二维码技术、智能计算技术、射频技术和无线传感技术结合起来应用到仓储管理系统中,实现物与物感知,可识别,网络化的智能化管理系统。
论文详细阐述了一种结合Internet网络和嵌入式技术的远程仓库及货物管理系统。系统采用移动终端和PC机作为监控端,在信息处理中心Cortex-A8与移动终端之间搭建无线WIFI网络和GPRS全球移动通信网络,在信息采集中心Cortex-M0与信息处理中心Cortex-A8之间搭建Zig Bee无线通讯网络,在仓库入口搭建RFID射频网络。系统实现以下三项功能:
1、通过全球移动通信系统GPRS手机发送短信给信息处理中心Cortex-A8,经Zig Bee网络将信息传递给信息采集中心Cortex-M0,控制仓库内的照明设备、通风设备和照片采集设备。
2、移动终端可以通过Internet网络登录Cortex-A8信息处理器上构建的Web服务器BOA服务器和网络视频服务器MJPG-streamer,实现实时现场视频监测。
3、实时视频、仓库环境信息和仓库货物信息在HTML网页上显示,移动终端通过火狐浏览器登陆视频服务器进行信息观测。信息采集中心Cortex-M0连接多种传感器,构建无线传感器网络,采集各个仓库内的温度、湿度、光照强度、CO2浓度等参数信息,并将数据发送到Cortex-A8信息处理中心,环境参数设置上限和下限,当仓库内的温湿度、CO2浓度、光照强度超过阀值,信息采集中心Cortex-M0会触发警报器发出发警报,并将警报信息存入SQLite3数据库,以区别于当未经身份识别的人闯入仓库时触发三轴加速度感应器产生的防盗警报。货物进出仓库采用RFID射频技术进行登记,结合显示器和键盘输入出入库的货物种类和数量,并将货物的信息经信息采集中心Cortex-M0处理,再通过Zigbee无线网络,传输给信息处理中心Cortex-A8,最终存入数据库,最终将货物信息显示在PC端和Android移动端的HTML网页上。
本系统真正实现了多仓库远程移动监控,解决了传统仓库监控系统受办公地点限制,需要人工现场操作,不够智能化,信息录入不方便,准确度低等缺点。
关键词:无线传感器网络;全球移动通信系统;物联网; Web服务器
ABSTRACT
At present, in the domestic most of the warehouse management system still stays inhalf automation level of human input information and the computer storage. There aremany defects such as a poor efficiency of management, high labor costs , slow speed ofinformation processing, low accuracy and so on. With the development of embeddeddevices and wireless communication technology, the Internet of things put the qr codetechnology, intelligent computing technology, rfid and wireless sensing technologycombining and then applied to the warehouse management system to achieve items with theitems' mutual perception,networked and intelligent management purposes.
Paper detailed expounds a kind of based on embedded technology of the Internetnetwork remote warehouse and goods management system. The system uses the mobileterminal and PC as the monitoring terminal.The system build a wireless WIFI network andGPRS global mobile communication network between the processing architecture centerCortex-A8 and Mobile terminals. The system build Zig Bee wireless communicationnetwork between the information collection center Cortex-M0 and information processingCortex-A8 and then build the warehouse at the entrance.
1.Through the global system for mobile communication GPRS cell phone to sendtext messages to information processing center Cortex-A8 and pass information to theZig Bee network information collection center Cortex-M0 to control warehouse lightingequipment, ventilation equipment and collect photos.
2. Mobile terminal can login through the Internet network Web server BOA server andnetwork video server MJPG - the streamer built on Cortex-A8 information processors toreal-time video monitor on site.
3.Environmental information of warehouse, real-time video and warehouse goodsinformation displayed on the HTML web page. The mobile terminal through the firefoxbrowser to land video server and watch the information. Information collection centerCortex-M0 connect a variety of sensors and build a wireless sensor network to collect thewarehouse temperature, humidity, light intensity and CO2 concentration of theparameters,and then sends the data to the Cortex-A8 information processing center.Theenvironment parameter set upper and lower limits. When the temperature and humidity of the warehouse, concentration of CO2, light intensity exceeds a threshold. The informationcollection center Cortex-M0 will trigger the alarm set off alarm and alarm information inSQLite3 database to distinguish it from when without the identity of the man broke into thewarehouse trigger triaxial acceleration sensors generate alarms. Information of alarmtrigger the thread of information processing . Goods in and out of warehouse registrationusing RFID technology, combined with the display and keyboard input type and quantity ofthe goods directly, and the information of the goods after the information collection centerCortex-M0 processing, and then through the Zigbee wireless network, transmitted toinformation processing center Cortex-A8, eventually in the database, the final goodsinformation displayed on the PC and the Android mobile end HTML web page.
This system realize mobile remote monitore a lot of warehouse at the same time,solved the traditional warehouse restricted by offices, need artificial site operation, notenough intelligent .The information input is not convenient and low accuracy ofshortcomings.
KEYWORDS: Wireless sensor network (WSN), Global system for mobilecommunications, The Internet of things, The WEB server
目录
第一章绪论
1.1课题的研究背景和意义
1.2国内外研究现状
1.3本文的主要研究内容和论文结构
第二章系统整体框架概述
2.1中心处理器Cortex-A8及实验平台S5pv210介绍
2.2信息采集处理器Cortex-M0及芯片LPC1114介绍
2.3整体的框架介绍
2.3.1系统构成概述
2.3.2硬件设计概述
2.3.3软件设计
2.4本章小结
第三章系统移植及环境搭建
3.1 U-boot移植
3.1.1交叉编译环境的搭建
3.1.2 u-boot移植过程
3.2Linux内核移植
3.2.1 Linux内核简介
3.2.2内核移植具体过程
3.3 BOA服务器移植
3.4 CGI设计
3.4.1 CGI简介
3.4.2主要CGI程序
3.5本章小结
第四章系统主程序设计
4.1前端数据中心主程序的各个模块介绍
4.2主要的十个线程
4.3各进程间采用的通信机制
4.4主程序各线程之间的同步机制
4.5接收Cortex-M0信息线程
4.6数据分析线程
4.7处理消息队列请求线程
4.8数据库操作线程
4.9刷新共享内存线程
4.10控制Cortex-M0的命令发送线程
4.11SMS线程4.12本章小结
第五章系统采集终端设计
5.1 Cortex-M0相关配置
5.2 Zigbee模块配置。
5.3 Cortex-M0主程序
5.4信息采集中心功能模块介绍
5.4.1 DHT11温湿度传感器
5.4.2光照强度传感器
5.4.3三轴加速度传感器
5.4.4 RFID刷卡货物登记系统
5.4.5 Zig Bee无线通讯模块
5.5本章小结
第六章结论
6.1总结
6.2展望
参考文献