华科学院
HUAKE INSTITUTE OF TAIYUANUNIVERSITY OF
SCIENCE & TECHNOLOGY
毕业论文(论文)
题目:基于嵌入式银行排队系统的设计与实现
学 生 姓 名 _____贾江伟_ ___ 学 号 ___200922080208___ 班 级 ___通信092202H____ 所属院(系)__电子信息工程系__ 指 导 教 师__严武军、高书明__
2013 年 5 月 15 日
太原科技大学毕业设计(论文)任务书
学院(直属系): 华科学院 时间:2012年 11 月 5 日
学 生 姓 名 设计(论文)题目 贾江伟 指 导 教 师 严武军、高书明 基于QT银行排队系统的设计与实现 主要研 究内容 本文剖析了一般排队叫号系统的业务需求和基本功能,采用软硬件协同设计的方法,提出了排队叫号系统的整体设计方案。根据系统组网特点设计了RS485通信协议,实现了系统内各个模块通信软件的设计。并对系统中RS485主从机的通信模块软件进行统一的规范设计,提高了软件设计的复用性和可维护性。 传统模式占用PC机仅用于实现触摸屏触摸取号的功能及使用频率研究方法 较少的系统管理功能,这种结构方式的优点是可以方便与所服务领域主体业务进行兼容性设计,实现数据共享。 (1)客户可以根据自己的需要选择服务类型,从号票打印机抽取一张打印票号,到指定的休息等候区等待。 主要技术(2)工作人员服务完毕后按下智能呼叫终端上的呼叫按钮,系统会自指标(或研动根据当前服务类型的排队状况通过LED显示屏和语音信息提醒顾客接究目标) 受服务。 (3)系统具有叫号、重呼、清除、暂停等功能。 (1)李建义.张景峰.张红亮.基于ARM微控制器的排队叫号系统设计.微计算机信息.2008年24卷. 主要参考(2)陆昌平.王健.基于ARM初的嵌入式排队管理系统设计与实现. 现代电子技术.2007年第22期 文献 (3)李深.基于计算机仿真的排队系统优化问题研究.沈阳:沈阳工业大学,2007.56-62 (4)深圳市来邦电子有限公司.银行排队机在金融管理中的应用.中国安防产品信息,2003,11(04):34-36 说明:一式两份,一份装订入学生毕业设计(论文)内,一份交学院(直属系)。
太原科技大学华科学院毕业论文(论文)
基于嵌入式银行排队系统的设计与实现
摘 要
近年来,随着我国社会经济的持续快速发展,长时间的站立排队已成为金融机构、电信、医院、政府办事大厅等场所的常见现象,以通信技术与计算机技术为基础的智能排队管理系统也应运而生。
本文分析了国内外排队技术发展现状,指出了在智能排队系统中采用嵌入式技术的优势,剖析了一般排队叫号系统的业务需求和基本功能,采用软硬件协同设计的方法,提出了排队叫号系统的整体设计方案。并分别对系统的硬件和软件设计与实现方法进行了说明,给出了系统基本功能的测试方法和测试结果。本文设计的嵌入式智能排队叫号系统具有成本低,结构紧凑,可靠性高,功能较完善,且可扩展性强等特点,具有较强的适用性和推广价值。
关键词:嵌入式系统,排队叫号系统,ARM,RS-485通信,S3C2440开发板
I
太原科技大学华科学院毕业论文(论文)
Design and Implementation based on QT Bank Queuing
System
ABSTRACT
In recent years, with the sustained and rapid development of social economy in our country, for a long time standing in line has become a financial institutions,telecommunications,hospitals,government business hall and other places of the common phenomenon,and based on the communication technology and computer technology in the intelligent queue management system also arises at the historic moment.
Queuing technology development present situation at home and abroad are analyzed in this paper, points out the advantage of using embedded technology in the intelligent queuing system, analyzes the general line up your turn the business requirements and basic functions of system, adopt the method of hardware and software collaborative design, and puts forward the overall design scheme of the system is line up your turn. And the hardware and software of the system design and realization method are illustrated, gives the system the basic function test method and test results. This paper design an embedded intelligent queuing snarling system has low cost, compact structure, high reliability, function is more perfect, and the characteristics of extensibility, has strong applicability and promotion value.
Key words:An embedded system Line up your turn system,ARM,RS-485
communication,S3C2440 development board .
II
太原科技大学华科学院毕业论文(论文)
目录
第1章 引言..................................................... - 1 - 第2章 排队系统分析............................................. - 3 -
2.1 排队系统使用对象及流程 .................................. - 3 - 2.2 排队系统的配置组成 ...................................... - 4 - 2.3相关技术简介 ............................................. - 5 - 第3章 系统整体设计............................................ - 7 -
3.1 系统整体结构 ............................................ - 7 - 3.2 系统基本功能及工作原理 .................................. - 8 - 3.3 系统工作流程 ............................................ - 9 - 第4章. 硬件设计与实现........................................ - 11 -
4.1 串口通信原理 ........................................... - 11 - 4.2 硬件整体设计 ........................................... - 12 - 4.3 呼叫器设计与实现 ....................................... - 15 - 4.4 主控制器设计与实现 ..................................... - 16 - 5. 系统构建与移植............................................. - 17 -
5.1排队服务器主机软件设计 .................................. - 18 - 5.2 内核移植 ............................................... - 19 -
5.2.1 配置内核参数 ..................................... - 19 -
III