外文翻译--基于单片机控制的电梯控制器

外文翻译--基于单片机控制的电梯控制器
外文翻译--基于单片机控制的电梯控制器

中文2840字

外文翻译

频率合成器设计

系别:电子与电气工程系

年级专业:2012级电子信息工程(专升本)姓名:

学号:

题目名称:

外文翻译

The elevator controller based on Single-chip microcomputer

Abstract:the design is based on single-chip microcomputer to control the use of the appliance, the use

of digital tube to display the position and direction of the floor, using two LEDs to replace the motor, to achieve the motor positive inversion by single-chip microcomputer to control the LED on and off, to check the position of the elevator through the timer delay.

Keywords: Elevator AT89S51 LED motor control floor check

1 Introduction

With the rapid development of the continuous improvement of living standards and the national economy. Each big city buildings in continuously to the high-level development. Therefore lift play a decisive role in our life. The elevator is not only the important equipment for the production process, it is a transportation equipment by the people with frequent. Therefore, the elevator control technology is also in constant improvement and perfection, commonly used control technology mainly has two kinds of Technology: Based on PLC control and based on MCU control technology of two. Use the elevator PLC control, stable and reliable performance, but the cost is too high. The elevator control can greatly reduce the cost and the operation is reliable based on the elevator control, so now most controlled by single chip microcomputer.

2 of the overall design scheme

2 of the overall design scheme

2.1 design ideas

The basic idea of this design is the use of A T89s51 microcontroller as the core, to control the use of its rich interface and peripheral circuit with I/O. Check the position of the timer delay to control the elevator, using 8 bit LED static display to display the elevator location, and use 74ls245 to drive LED display. The determinant keyboard matrix as the external to internal selection circuit, because it is the 6 floor, the choice of 4 * 4 matrix keyboard. When the elevator arrived at the destination when the motor stops, the passengers can enter, after entering the elevator, passengers can choose to which a layer, and then the elevator according to the passengers choose to judge which floor, continue to run. Through the single-chip microcomputer to control the elevator in the rising process only in response to the rising call, drop in the process only response to declining call. The normal operation of the elevator is realized by single-chip

microcomputer control.

2.2 of the overall design diagram

Fig. 1 overall plans

3Analysis of design principles

3.1Design keyboard matrix circuit

Because the circuits required button more in order to save the MCU I/O port, the choice of determinant keyboard matrix. This circuit is used in 4 * 4 keyboard matrix. The circuit shown in Figure 2, the P1.0-P1.7 is connected to the P1 ports of the single-chip, single-chip scanning method used to row and column to distinguish these 16 buttons which key is pressed, and the label read accumulator inside A, and then can be controlled by SCM elevator operation according to each button function. The following will each button function explain:

S1: a building to call button, the button press said a building with elevator upstairs to SCM, and the signal into a fixed unit, wait to judge whether the response to this call the elevator to the floor;

S2: two buildings to the call button, the button press said the two floor elevator upstairs to, and the MCU will this signal into a fixed unit, wait to judge whether the response to this call the elevator to the floor;

S3 : two buildings down the call button, the button press said the two floor elevator ride down to single chip, and the signal into a fixed unit, wait to judge whether the response to this call the elevator to the floor;

S4: on the third floor to the call button, the button press said the third floor has take the elevator upstairs to

SCM, and the signal into a fixed unit, wait to judge whether the response to this call the elevator to the floor;

S5: the third floor down the call button, the button press said the third floor has take the elevator downstairs to SCM, and the signal into a fixed unit, wait to judge whether the response to this call the elevator to the floor;

S6: four floor to the call button, the button is pressed four floor elevator upstairs to, and the MCU will this signal into a fixed unit, wait to judge whether the response to this call the elevator to the floor;

S7 : four buildings down the call button, the button is pressed four floor elevator ride down to single chip, and the signal into a fixed unit, wait to judge whether the response to this call the elevator to the floor;

S8: five floor to the call button, the button press said the four floor elevator upstairs to, and the MCU will this signal into a fixed unit, wait to judge whether the response to this call the elevator to the floor;

S9: five floor down the call button, the button is pressed five floor elevator ride down to single chip, and the signal into a fixed unit, wait to judge whether the response to this call the elevator to the floor;

S10: six floor to the call button, the button is pressed the elevator downstairs said people should, and SCM will this signal into a fixed unit, wait to judge whether the response to this call the elevator to the floor;

S11: Elevator internal selection to a floor button, the button is pressed said elevator passengers going to the first floor, SCM according to the signal to control the operation of the lift;

S12: Elevator internal selection to the two floor button, the button is pressed said elevator passengers going to the two floor, SCM according to the signal control elevator;

S13: the elevator to the third floor internal selection button, the button is pressed said elevator passengers to go to the third floor, SCM according to the signal control elevator;

S14: Elevator internal selection to the four floor button, the button is pressed said elevator passengers going to the four floor, SCM according to the signal control elevator;

S15: Elevator internal selection to the five floor button, the button is pressed said elevator passengers going to the five floor, SCM according to the signal control elevator;

S16: Elevator internal selection to the six floor button, the button is pressed said elevator passengers going to the six floor, SCM according to the signal control elevator;

The keyboard circuit as shown in figure 2:

Fig. 2 overall plans

3.2 the smallest single-chip system design

If the circuit group reset circuit and clock circuit two parts, wherein the reset circuit using a combination key manual reset and automatic power-on reset, the circuit in Figure 3 ( left) shows: 9 feet for the MCU reset. The clock circuit as shown in Figure 3 ( right) shows: crystal oscillator is used in 12MHZ, XATL2 and XATL1 were 18 and 19 feet of scm.

Fig. 3 overall plans

3.3 display circuit design

This circuit uses a 8 digital tube display, from 74ls245 to drive 8 digital tube display elevator to arrive the number of floors and the operational status of the elevator, wherein the digital tube of 6 feet ( DP ) bright said elevator at this point in the uplink, if not bright said elevator in the downlink. P2.0-P2.7 microcontroller P2 port as the output port and the output active-low. The circuit shown in figure 4:

Fig. 4 overall plans

3.4 motor positive inversion of control

In this design in order to facilitate the motor positive and negative use two light tube to represent, as shown in Figure 5 : the use of SCM P0 port output port to drive the luminous tube, as is the P0 to add resistance, in which L1 light indicates the motor forward, L2 lights, L3 light indicates that the motor reverse motor stop, while the elevator door. L3 out that the elevator door, elevator running L1 and L2 must have a bright, to express elevator uplink and downlink

Fig. 5 overall plans

3.5 system software design

Because the design of the keyboard matrix to replace the outgoing select button, which is the direction of the elevator call button and choose according to these keys to decide, so the chip to scan the keyboard constantly to get the call state. In order to control the operation of the lift. The keyboard matrix scanning is an important part of the software design of the system, in addition to the storage key information of each layer to keyboard scan, and then compare and elevator operation, to determine whether the response of each layer of the call ( elevator only in response to the same direction, finally call ) is floor display part, this design is through a delay circuit to display the location of the elevator. The software design includes the following sections:

The initialization procedure so that the digital display " 1 " indicates that the elevator in a building, and the L3 light that elevator door etc.

Others entered the elevator;

The main program mainly includes:

The judge passengers into the elevator selection which floor, to control the elevator operation according to the judgement of the situation;

The elevator to scan the keyboard constantly in the process of operation, thus to judge each floor has no call request,;

The call request elevator response only in the running process of the same direction;

Real-time display of elevator location and running state ( uplink / downlink );

The door has a delay to ensure passengers out of / into the elevator;

Software flow diagram is shown in figure 6:

Fig.6 overall plans

4 Summary and the experience

Through the comprehensive training based on MCU, let I learned the previous knowledge with comprehensive application. This for me, is not only a practice, more is to test the knowledge of their previous. I found that I need to know, and learn a lot of knowledge. Let my own shortcomings were found from this practice, application software on a variety of learning at the same time, let me have a deeper understanding of knowledge. Found, only theoretical knowledge is not enough, there is a considerable gap between theory and application. Also let us experience what have grandiose aims but puny abilities, empty talk. Through this internship, I learned a lot of ②not learn things. This practice means to us is very important, let us from the new understanding to their position. In the practice, also carry forward our team spirit, and ability to cooperate. Under the teacher's enthusiastic guidance, believe that we have entered a new stage.

Reference

[1] Shi Lei Cheung Kwok Keung Altium Designer 8 Chinese circuit design, Tsinghua University press, 2009

[2] Li Zhaoqing. Single-chip microcomputer principle and Interface Technology ( Third Edition ). Beihang University press, 2005

[3] Zhang Daming. Single chip microcomputer control technology and its application [ M ] . Beijing: Mechanical Industry Press, 2006

基于单片机控制的电梯控制器

摘要:本设计基于单片机来控制电器中各部分的使用,采用数码管来实时显示楼层的位置及方向,利用两个发光二极管来代替电机,通过单片机控制发光管的亮和灭来实现电机的正反转,通过定时器延时来校验电梯的位置。

关键词:电梯AT89S51 LED显示电机正反转控制楼层校验

1 引言

随着人们生活水平的不断提高和国名经济的迅速发展。各大城市建筑物在不断向高层化发展。因此电梯在我们的生活中起着举足轻重的作用。电梯已不仅是一种生产环节中的重要设备,更是一种人们频繁乘用的交通运输设备。因此电梯控制技术也在不断的进步和完善,常用的控制技术主要的有两种技术:基于PLC控制和基于单片机控制两大技术。用PLC控制的电梯性能可靠、稳定,但是造价太高。基于单片机控制的电梯可以大大的降低成本而且运行也较可靠,所以现在电梯控制中大多数采用单片机控制。

2 总体设计方案

2.1 设计思路

本次设计的基本思想是采用AT89s51单片机作为核心,利用其丰富的I/O接口与外围电路配合进行控制。采用定时器延时来控制电梯的位置校验,采用8位LED静态显示来实时显示电梯所在楼层,并用74ls245来驱动LED显示。采用行列式键盘矩阵作为外呼内选电路,由于是6层楼,故选用4×4矩阵键盘。当电梯到达目的楼层时电机停止,此时即可进、出乘客,乘客进入电梯之后可选择去哪一层,然后电梯根据乘客的选择判断去哪一层,继续运行。通过单片机控制电梯在上升过程中只响应上升呼叫,下降过程中只响应下降呼叫。电梯的正常运行通过单片机的控制来实现。

2.2 总体设计框图

如图1所示

图1 总体方案图

3 设计原理分析

3.1键盘矩阵电路的设计

由于本电路所需按键较多为了节省单片机的I/O口,故选用行列式键盘矩阵。本电路采用的是4×4键盘矩阵。电路如图2 所示,P1.0-P1.7是接单片机的P1 端口,单片机采用行和列扫描法来判别这16个按键中哪个键按下,并将其标号读入累加器A 里面,然后可根据每个按键的功能来通过单片机控制电梯的运行。下面将每个按键的功能说明一下:

S1: 一楼向上呼叫按键,此键按下表示一楼有人要乘坐电梯上楼,并且单片机将此信号存入固定单元,等到电梯运行到此楼层时判断是否该响应此呼叫;

S2: 二楼向上呼叫按键,此键按下表示二楼有人要乘坐电梯上楼,并且单片机将此信号存入固定单元,等到电梯运行到此楼层时判断是否该响应此呼叫;

S3:二楼向下呼叫按键,此键按下表示二楼有人要乘坐电梯下楼,并且单片机将此信号存入固定单元,等到电梯运行到此楼层时判断是否该响应此呼叫;

S4: 三楼向上呼叫按键,此键按下表示三楼有人要乘坐电梯上楼,并且单片机将此信号存入固定单元,等到电梯运行到此楼层时判断是否该响应此呼叫;

S5:三楼向下呼叫按键,此键按下表示三楼有人要乘坐电梯下楼,并且单片机将此信号存入固定单元,等到电梯运行到此楼层时判断是否该响应此呼叫;

S6:四楼向上呼叫按键,此按键按下表示四楼有人要乘坐电梯上楼,并且单片机将此信号存入固定单元,等到电梯运行到此楼层时判断是否该响应此呼叫;

S7:四楼向下呼叫按键,此按键按下表示四楼有人要乘坐电梯下楼,并且单片机将此信号存入固定单元,等到电梯运行到此楼层时判断是否该响应此呼叫;

S8:五楼向上呼叫按键,此键按下表示四楼有人要乘坐电梯上楼,并且单片机将此信号存入固定单元,等到电梯运行到此楼层时判断是否该响应此呼叫;

S9: 五楼向下呼叫按键,此按键按下表示五楼有人要乘坐电梯下楼,并且单片机将此信号存入固定单元,等到电梯运行到此楼层时判断是否该响应此呼叫;

S10:六楼向上呼叫按键,此按键按下表示有人要乘坐电梯下楼,并且单片机将此信号存入固定单元,等到电梯运行到此楼层时判断是否该响应此呼叫;

S11:电梯内部选择去一楼按键,此按键按下表示电梯里的乘客要去一楼,单片机根据此信号控制电梯的运行;

S12:电梯内部选择去二楼按键,此按键按下表示电梯里的乘客要去二楼,单片机根据此信号控制电梯运行;

S13:电梯内部选择去三楼按键,此按键按下表示电梯里的乘客要去三楼,单片机根据此信号控制电梯运行;

S14:电梯内部选择去四楼按键,此按键按下表示电梯里的乘客要去四楼,单片机根据此信号控制电梯运行;

S15:电梯内部选择去五楼按键,此按键按下表示电梯里的乘客要去五楼,单片机根据此信号控制电梯运行;

S16:电梯内部选择去六楼按键,此按键按下表示电梯里的乘客要去六楼,单片机根据此信号控制电梯运行;

键盘电路如图2 所示:

图2

3.2单片机最小系统设计

此电路组要是复位电路和时钟电路两部分,其中复位电路采用按键手动复位和上电自动复位组合,电路如图3(左)所示:其中9 脚为单片机的复位端。时钟电路如图3(右)所示:晶振采用的是12MHZ的,XATL2和XATL1分别为单片机的18和19脚。

图 3

3.3显示电路设计

本电路采用一个8为数码管显示,由74ls245来驱动8位数码管显示电梯所到达的楼层数和电梯的运行状况,其中数码管中的6脚(dp )亮时表示电梯此时在上行,若不亮表示电梯是在下行。P2.0-P2.7为单片机的P2口作为输出口用且输出低电平有效。电路如图4 所示:

图 4

在本次设计中为了方便电机正反转用两个放光管来表示,如图5所示:用单片机的P0口做输出口来驱动发光管,由于是P0口要加上拉电阻,其中L1亮表示电机正转、L2亮表示电机反转、L3亮表示电机停转,同时电梯开门。L3灭表示电梯关门,电梯运行时L1和L2必须有一个亮,来表示电梯的上行和下行。

2

1

时钟电路

5v

图 5

3.5系统软件设计

本设计由于采用键盘矩阵来代替外呼内选按钮,而电梯的运行方向是根据这些呼叫按键和选择按键来决定的,所以单片机要不断的扫描键盘来获取各层呼叫状态。从而来控制电梯的运行。故键盘矩阵扫描是本系统软件设计的重要一部分,另外要把键盘扫描到的各层的按键信息存储起来,然后和电梯的运行状态比较,判断是否响应各层呼叫(电梯只响应同方向呼叫),最后就是楼层显示部分了,此次设计是通过延时电路来实时显示电梯所在的位置的。整个软件设计包括一下几部分:

⑴初始化程序使数码管显示“1”表示电梯处在一楼,并且使L3灯亮表示电梯开门等 待人进入电梯;

⑵主程序主要包括:

①判断乘客进入电梯后选择去哪一层,根据判断情况来控制电梯运行; ②电梯在运行过程中要不断的扫描键盘,从而来判断各楼层有无呼叫请求,; ③电梯在运行过程中只响应同方向的呼叫请求; ④实时显示电梯所在位置及运行状态(上行/下行); ⑤开关门有一定的延时来保证乘客走出/进入电梯; 软件流程图如图6 所示:

K

P0.P0.P0.5V

图6

4 总结与体会

通过这次基于单片机的综合实习,让我对以前所学的知识有了综合的应用。这次对我来说,不仅仅是一次实习,更是对自己以前所学知识的检验。我发现我需要了解,和学习的知识很多。也让我从这次实习当中发现了自己的不足,同时对各种学习软件的应用,让我对所学知识有了更深层次的了解。发现了,仅仅有理论知识是不够的,理论与应用之间存在着相当大的差距。也让我们体会到了什么叫眼高手低,纸上谈兵。通过这次实习,也让我学到了很多课本当中学不到的东西。这次实习对我们的意义是非常的重大,让我们从新认识到自己所处的位置。在实习当中,也发扬了我们的团队精神,与合作能力。在老师的热情辅导之下,相信我们又上了一个新的台阶。

参考文献

[1] 石磊张国强.Altium Designer 8.0 中文电路设计·清华大学出版社,2009

[2] 李朝清.单片机原理及接口技术(第三版).北京航空航天大学出版社,2005

[3] 张大明.单片机微机控制应用技术【M】.北京:机械工业出版社,2006

毕业设计外文翻译附原文

外文翻译 专业机械设计制造及其自动化学生姓名刘链柱 班级机制111 学号1110101102 指导教师葛友华

外文资料名称: Design and performance evaluation of vacuum cleaners using cyclone technology 外文资料出处:Korean J. Chem. Eng., 23(6), (用外文写) 925-930 (2006) 附件: 1.外文资料翻译译文 2.外文原文

应用旋风技术真空吸尘器的设计和性能介绍 吉尔泰金,洪城铱昌,宰瑾李, 刘链柱译 摘要:旋风型分离器技术用于真空吸尘器 - 轴向进流旋风和切向进气道流旋风有效地收集粉尘和降低压力降已被实验研究。优化设计等因素作为集尘效率,压降,并切成尺寸被粒度对应于分级收集的50%的效率进行了研究。颗粒切成大小降低入口面积,体直径,减小涡取景器直径的旋风。切向入口的双流量气旋具有良好的性能考虑的350毫米汞柱的低压降和为1.5μm的质量中位直径在1米3的流量的截止尺寸。一使用切向入口的双流量旋风吸尘器示出了势是一种有效的方法,用于收集在家庭中产生的粉尘。 摘要及关键词:吸尘器; 粉尘; 旋风分离器 引言 我们这个时代的很大一部分都花在了房子,工作场所,或其他建筑,因此,室内空间应该是既舒适情绪和卫生。但室内空气中含有超过室外空气因气密性的二次污染物,毒物,食品气味。这是通过使用产生在建筑中的新材料和设备。真空吸尘器为代表的家电去除有害物质从地板到地毯所用的商用真空吸尘器房子由纸过滤,预过滤器和排气过滤器通过洁净的空气排放到大气中。虽然真空吸尘器是方便在使用中,吸入压力下降说唱空转成比例地清洗的时间,以及纸过滤器也应定期更换,由于压力下降,气味和细菌通过纸过滤器内的残留粉尘。 图1示出了大气气溶胶的粒度分布通常是双峰形,在粗颗粒(>2.0微米)模式为主要的外部来源,如风吹尘,海盐喷雾,火山,从工厂直接排放和车辆废气排放,以及那些在细颗粒模式包括燃烧或光化学反应。表1显示模式,典型的大气航空的直径和质量浓度溶胶被许多研究者测量。精细模式在0.18?0.36 在5.7到25微米尺寸范围微米尺寸范围。质量浓度为2?205微克,可直接在大气气溶胶和 3.85至36.3μg/m3柴油气溶胶。

基于51单片机的电梯控制器设计

题目:基于单片机控制的电梯控制器
目录
1 引言…………………………………………………………………………………1 2 总体设计方案………………………………………………………………………1 2.1 设计思路 ……………………………………………………………………1 2.2 总体设计框图 ……………………………………………………………… 2 3 电梯控制系统原理分析 ………………………………………………………… 2 3.1 单片机最小系统电路的 …………………………………………………… 2 3.2 控制电路的设计 …………………………………………………………… 3 3.2.1 电梯内部呼叫电路和电机状态显示电路 ……………………………3 3.2.2 电梯外部呼叫电路 ……………………………………………………3 3.2.3 电机控制电路 …………………………………………………………4 3.3 显示楼层电路 ……………………………………………………………… 4 4 程序流程图 ………………………………………………………………………5 4.1 主程序流程图 ………………………………………………………………5 4.2 选择要去的楼层子程序流程图………………………………………………6 5 总结与体会 ………………………………………………………………………7 参考文献 ……………………………………………………………………………8 附录 1 ……………………………………………………………………………… 9 附录 2 ……………………………………………………………………………… 9 附录 ……………………………………………………………………………… 10

关于电梯的外文翻译

双控电梯 PLC控制外文翻译 Abstract Microelectronic technology's development, elevator's dragging way and the control method has had the very big change, the exchange velocity modulation is the current elevator dragging main development direction. At present the lift control system mainly has three control modes: Following electric circuit control system (“early installment elevator many black-white control system), PLC control system, microcomputer control system. Because the black-white control system the failure rate is high, the reliability is bad, control mode not nimble as well as consumed power big and so on shortcomings, at present has been eliminated gradually. Although the microcomputer control system has the strong function in the intelligent control aspect, but also has the interference rejection to be bad, the system design is complex, generally the servicemen master flaws with difficulty and so on its service technology. But PLC control system, because moves the reliability to be high, the use service is convenient, anti-jamming, the design and the debugging cycle is short and so on merits, time is taken seriously the people and so on merits, have become present use most control modes in the lift control system, at present also widely use in the tradition black-white control system's technological transformations. The origin and development of the elevator Elevator in the Chinese dictionary explanation: building electricity powered lift, instead of walking up and down the stairs. When it comes to lift from the origin of the 2600 BC Egyptians built in Pyramid using the original lifting system to start, but this kind of crane energy are human. By 1203, two French monastery installed a crane, the difference is just the machine is the use of donkey as power, load by around a large drum rope for hoisting. This method has been used to modern until Watt invented the steam engine, in about1800, mine owners can use the crane to mine in coal transportation. For hundreds of years, people made various types of elevators, they all have a common defect: as long as the lifting rope snaps, lifting ladder he rapidly hit bottom layer. 1854 Otis design a brake: in the lift platform mounted on top of a truck with a spring and a brake lever and Lift Wells Road on both

基于单片机的电梯控制系统毕业论文完整

. .. . 分类号 XX大学 毕业设计(论文) 题目基于单片机的电梯控制系统 并列英文题目Elevator control system based on single chip 系部:电子信息系专业:应用电子技术 姓名:XXX 班级:电子0801 指导教师:XXX 职称:教师 论文报告提交日期:2011年5月25日

XX大学

模拟电梯控制系统设计 摘要单片机即单片微型计算机(Single-Chip Microcomputer ),是集CPU ,RAM ,ROM ,定时,计数和多种接口于一体的微控制器。其中51单片机是各种单片机中最为典型和最有代表性的一种,广泛应用于各个领域.电梯是集机械原理应用、电气控制技术、微处理器技术、系统工程学等多学科和技术分支于一体的机电设备,它是建筑中的永久垂直交通工具。本论文选择AT89S51为核心控制元件,设计了一个八层电梯系统,使用单片机汇编语言进行编程,实现运送乘客到任意楼层,并且显示电梯的楼层和上下行。利用单片机控制电梯有成本低,通用性强,灵活性大及易于实现复杂控制等优点。 关键词单片机电梯系统控制

Simulated elevator control system design Abstract Microcontroller that microcomputer (Single-Chip Microcomputer) gathering CPU, RAM, ROM, the timing, number and variety of interface integrated microcontrollers. 51 various SCM SCM is the most typical and most representative of a widely used in various fields. Elevator is the application of the principle set machinery, electrical control technology, microprocessor technology, systems engineering and other technical disciplines and branches of the integration of mechanical and electrical equipment, which is building a permanent vertical transport. This paper choice AT89S51 control of the core components, designed a new 8 storey lift systems, using single-chip assembly language programming, transporting passengers arrived a floor, it also shows the elevator floor and downlink. SCM control elevators low cost, versatility, flexibility and ease of large complex control advantages Keyboards Single-Chip Microcomputer Elevator system control

毕业设计(论文)外文资料翻译〔含原文〕

南京理工大学 毕业设计(论文)外文资料翻译 教学点:南京信息职业技术学院 专业:电子信息工程 姓名:陈洁 学号: 014910253034 外文出处:《 Pci System Architecture 》 (用外文写) 附件: 1.外文资料翻译译文;2.外文原文。 指导教师评语: 该生外文翻译没有基本的语法错误,用词准确,没 有重要误译,忠实原文;译文通顺,条理清楚,数量与 质量上达到了本科水平。 签名: 年月日 注:请将该封面与附件装订成册。

附件1:外文资料翻译译文 64位PCI扩展 1.64位数据传送和64位寻址:独立的能力 PCI规范给出了允许64位总线主设备与64位目标实现64位数据传送的机理。在传送的开始,如果回应目标是一个64位或32位设备,64位总线设备会自动识别。如果它是64位设备,达到8个字节(一个4字)可以在每个数据段中传送。假定是一串0等待状态数据段。在33MHz总线速率上可以每秒264兆字节获取(8字节/传送*33百万传送字/秒),在66MHz总线上可以528M字节/秒获取。如果回应目标是32位设备,总线主设备会自动识别并且在下部4位数据通道上(AD[31::00])引导,所以数据指向或来自目标。 规范也定义了64位存储器寻址功能。此功能只用于寻址驻留在4GB地址边界以上的存储器目标。32位和64位总线主设备都可以实现64位寻址。此外,对64位寻址反映的存储器目标(驻留在4GB地址边界上)可以看作32位或64位目标来实现。 注意64位寻址和64位数据传送功能是两种特性,各自独立并且严格区分开来是非常重要的。一个设备可以支持一种、另一种、都支持或都不支持。 2.64位扩展信号 为了支持64位数据传送功能,PCI总线另有39个引脚。 ●REQ64#被64位总线主设备有效表明它想执行64位数据传送操作。REQ64#与FRAME#信号具有相同的时序和间隔。REQ64#信号必须由系统主板上的上拉电阻来支持。当32位总线主设备进行传送时,REQ64#不能又漂移。 ●ACK64#被目标有效以回应被主设备有效的REQ64#(如果目标支持64位数据传送),ACK64#与DEVSEL#具有相同的时序和间隔(但是直到REQ64#被主设备有效,ACK64#才可被有效)。像REQ64#一样,ACK64#信号线也必须由系统主板上的上拉电阻来支持。当32位设备是传送目标时,ACK64#不能漂移。 ●AD[64::32]包含上部4位地址/数据通道。 ●C/BE#[7::4]包含高4位命令/字节使能信号。 ●PAR64是为上部4个AD通道和上部4位C/BE信号线提供偶校验的奇偶校验位。 以下是几小结详细讨论64位数据传送和寻址功能。 3.在32位插入式连接器上的64位卡

单片机课程设计之电梯控制系统

微控综合系统课程设计报告 专 班 姓 学 2016 年 12 月 23 日

摘要 本文介绍了一种采用STC15F2K60S2芯片进行电梯控制系统的设计方法,主要阐述如何使用单片机进行编程来实现电子设计的方法,利用单片机编程实现功能,简洁而又多变的设计方法,缩短了研发周期,同时使电梯控制系统体积更小功能更强大。硬件部分主要由单片机的最小模块、电梯内外按钮控制模块、数码管显示楼层模块、发光二极管显示目的楼层模块、报警显示模块组成。软件部分使用kiel软件进行C语言程序编写,用proteus软件进行仿真调试。本设计具有电梯控制系统所需的一些基本功能,能通过方向按键选择方向,能通过数字按键选择楼层,数码管显示实时楼层数,电动机控制部分采用直流电机及H桥驱动电路,使电梯箱能上下运动。硬件设计简单可靠,结合软件,基本实现了五层电梯运行的模拟仿真。 关键词:STC15F2K60S2芯片;电梯控制系统;C语言 Abstract This paper describes the use of a STC15F2K60S2 chip for elevator control system design methods, mainly elaborates how to use microcontroller programming method to realize electronic design, realize the function of the use of single-chip programming, concise and changing the design method shortens the development cycle, at the same time the elevator control system smaller and more powerful. The hardware part is composed of the smallest module of the microcontroller, the internal and external button control module, the digital control display module, the light emitting diode display module and the alarm module. The software part uses the Kiel software to carry on the C language programming, uses the Proteus Software to carry on the simulation debugging. Some of the basic functions of the design of the elevator control system required, canchoose direction key direction through the number keys to select the floor, real-time digital display of the number of floors, the motor control part adopts DC motor and H bridge driving circuit, the elevator box can move up and down. The hardware design is simple and reliable, combined with the software, the basic realization of the five elevator operation simulation. Key words: STC15F2K60S2 chip; elevator control system; C language. 1.引言 随着现代高科技的发展,住房和办公用楼都已经逐渐向高层发展。电梯是高层宾馆、商店、住宅、多层仓库等高层建筑不可缺少的垂直方向的交通运输工具。因此电梯在我们的生活中起着举足轻重的作用。电梯已不仅是一种生产环节中的重要设备,更是一种人们频繁乘用的交通运输设备。由于传统的电梯运行逻辑控制系统采用的是继电器逻辑控制线路。采用这种控制线路,存在易出故障、维护不便、运行寿命较短、占用空间大等缺点。从技术发展来看,这种系统将逐渐被

推荐-优秀单片机的电梯控制系统的 精品

第一章绪论 1.1课题的背景简介 1.1.1电梯的历史与发展 电梯进入人们的生活已经150年了。一个半世纪的风风雨雨,翻天覆地的是历史的变迁,永恒不变的是电梯提升人类生活质量的承诺。 生活在继续,科技在发展,电梯也在进步。150年来,电梯的材质由黑白到彩色,样式由直式到斜式,在操纵控制方面更是步步出新——手柄开关操纵、按钮控制、信号控制、集选控制、人机对话等等,多台电梯还出现了并联控制,智能群控;双层轿厢电梯展示出节省井道空间,提升运输能力的优势;变速式自动人行道扶梯的出现大大节省了行人的时间;不同外形——扇形、三角形、半菱形、半圆形、整圆形的观光电梯则使身处其中的乘客的视线不再封闭。如今,以美国奥的斯公司为代表的世界各大著名电梯公司各展风姿,仍在继续进行电梯新品的研发,并不断完善维修和保养服务系统。调频门控、智能远程监控、主机节能、控制柜低噪音耐用,一款款集纳了人类在机械、电子、光学等领域最新科研成果的新型电梯竞相问世,冷冰冰的建筑因此散射出人性的光辉,人们的生活因此变得更加美好。 中国最早的一部电梯出现在上海,是由美国奥的斯公司于1901年安装的。1932年由美国奥的斯公司安装在天津利顺德酒店的电梯至今还在安全运转着。1951年,党中央提出要在天安门安装一台由我国自行制造的电梯,天津从庆生电机厂荣接此任,四个月后不辱使命,顺利地完成了任务。十一届三中全会后,沐浴着改革开放的春风,我国电梯业进入了高速发展的时期。在我国任何一个城市,电梯都在被广泛应用着。电梯给人们的生活带来了便利,也为我国现代化建设的加速发展提供了强大的保障。电梯是高层建筑中安全、可靠、垂直上下的运载工具,对改善劳动条件、减轻劳动强度起到很大的作用。电梯的应用范围很广,可用于宾馆、饭店、办公大楼、商场、娱

基于51单片机的模拟电梯控制系统

目录 摘要............................................................................. II 目录.............................................................................. I 第1章绪论.. (1) 1.1电梯的研究背景及意义 (1) 1.2 电梯的国内外发展状况 (1) 第2章电梯设计任务与要求 (2) 2.1设计任务 (2) 2.2设计要求 (2) 第3章总体设计方案 (3) 3.1设计思路 (3) 3.2总体设计框图 (3) 第4章电梯控制系统 (4) 4.1电梯控制系统 (4) 4.2主要硬件设计器件介绍 (5) 4.3 软件设计 (9) 第5章个人心得体会 (12) 参考文献 (13) 致谢 (14) 附录I: (15) 附录II: (17)

摘要 本文介绍了基于单片机的电梯控制系统,硬件部分主要由单片机最小系统模块、电梯内外电路按键模拟检测模块、电梯外请求发光管显示模块、楼层显示数码管模块、电梯上下行模块及模拟传感器模块等5部分组成。该系统采用单片机(AT89C51)作为控制核心,内外均使用按键按下与否引起的单片机相应端口电平变化的原理,作为用户请求信息发送到单片机,单片机根据判断的结果最终驱动步进电机做相应的运动,在运动的过程中,单片机依照请求信息通过模拟的传感器使步进电机停止运动,并利用彩灯作为上升和下降的状况显示,七段数码管实时显示当前楼层,完成整个请求和响应的过程。 软件部分使用汇编语言实现,利用查询方式来检测用户请求的按键信息。根据电梯运行到相应楼层时,模拟按键引起的电平变化,进行判断和执行实现电梯的控制,并且将程序模块化,方便了修改和调用。硬件设计简单可靠,结合软件,基本实现了四层电梯的模拟运行。 关键词:单片机,AT89C51,电梯控制,步进电机

基于单片机的电梯控制系统

基于单片机的电梯控制系统

————————————————————————————————作者:————————————————————————————————日期:

1 课题概述 1.1课题的主要研究内容及设计步骤 本课题的主要任务是完成一个电梯系统的调度模块,即根据每个楼层不同顾客的按键需求,让电梯做出合理的判断,正确高效地知道电梯完成各项载客任务。根据此任务,本课题需要研究的内容有: 1、根据系统的技术要求,进行系统硬件的总体方案设计; 2、学习单片机的相关知识,并且加以运用; 3、选择恰当的芯片,并对其内部协议有所掌握,便于应用。 4、研究C语言编程,并且规定电梯的工作规则,用C语言加以实现; 5、对软件和硬件进行调试,让其协调工作,完成指定任务。 结合以上内容,本课题的设计方案步骤如下: 关于硬件部分: 首先,对实际的电梯系统进行模拟,一般情况下,一个电梯应该具备相关按键、显示二极管、数码管等,由于这是一个调度模块,故没有设计具体的轿厢等机械部分。然后,结合这些实物,选择恰当的芯片,并分成若干模块,安排好各自之间的关系。接着,要完成电路图的设计,画出PCB板,焊接相关器件后进行硬件调试,看是否好用并加以适当的更正。 关于软件部分: 关于电梯调度时所遵循的原则作出规定,其必须基于高效与人性化两个原则。最后是使用C语言将规定程序化,以便电梯真正的运作。 当然,二者的关系并不是分离的,它们是相辅相成,硬件依据软件来验证,软件依据硬件来调试。经过一个个的发现问题、一个个的解决问题,最终做出完美的电梯调度模块。 1.2课题的开发环境简介 1.2.1电路图制作软件proteus 7.2 Proteus是目前最好的模拟单片机外围器件的工具,因此在仿真和程序调试时,关心的不再是某些语句执行时单片机寄存器和存储器内容的改变,而是从工程的角度直接看程序运行和电路工作的过程和结果。对于这样的仿真实验,从某种意义上讲,是弥补了实验和工程应用间脱节的矛盾和现象。 1.2.2C51的程序开发软件Keil

基于PLC的电梯控制系统设计中英文翻译部分 - 副本

本科毕业设计(论文)中英文对照翻译 院(系部)电气工程与自动化 专业名称电气工程及其自动化 年级班级 学生姓名 指导老师 2013年6月1日

Elevator System Based on PLC Composed by the order of relay control system is a realization of the first elevator control method. However, to enter the nineties, with the development of science and technology and the widespread application of computer technology, the safety of elevators, reliability of the increasingly high demand on the relay control weaknesses are becoming evident. Elevator control system relays the failure rate high, greatly reduces the reliability and safety of elevators, and escalators stopped often to take with the staff about the inconvenience and fear. And the event rather than taking the lift or squat at the end of the lift will not only cause damage to mechanical components, but also personal accident may occur. Programmable Logic Controller (PLC) is the first order logic control in accordance with the needs of developed specifically for industrial environment applications to operate the electronic digital computing device. The PLC biggest characteristics lie in: The electrical engineering teacher already no longer electric hardware up too many calculations of cost, as long as order the importation that the button switch or the importation of the sensors order to link the PLC up can solve problem, pass to output to order the conjunction contact machine or control the start equipments of the big power after the electric appliances, but the exportation equipments direct conjunction of the small power can. PLC internal containment have the CPU of the CPU, and take to have an I/ O for expand of exterior to connect a people's address and saving machine three big pieces to constitute, CPU core is from an or many is tired to add the machine to constitute, mathematics that they have the logic operation ability, and can read the procedure save the contents of the machine to drive the homologous saving machine and I/ Os to connect after pass the calculation; The I/ O add inner part is tired the input and output system of the machine and exterior link, and deposit the related data into the procedure saving machine or data saving machine; The saving machine can deposit the data that the I/ O input in the saving machine, and in work adjusting to become tired to add the machine and I/ O to connect, saving machine separately saving machine RAM of the procedure saving machine ROM and dates, the ROM can do deposit of the data permanence in the saving machine, but RAM only for the CPU computes the temporary calculation usage of hour of buffer space.

(完整版)基于单片机的电梯控制系统方案

1 课题概述 1.1 课题的主要研究内容及设计步骤 本课题的主要任务是完成一个电梯系统的调度模块,即根据每个楼层不同顾客的按键需求,让电梯做出合理的判断,正确高效地知道电梯完成各项载客任务。根据此任务,本课题需要研究的内容有: 1、根据系统的技术要求,进行系统硬件的总体方案设计; 2、学习单片机的相关知识,并且加以运用; 3、选择恰当的芯片,并对其内部协议有所掌握,便于应用。 4、研究C语言编程,并且规定电梯的工作规则,用C语言加以实现; 5、对软件和硬件进行调试,让其协调工作,完成指定任务。 结合以上内容,本课题的设计方案步骤如下: 关于硬件部分: 首先,对实际的电梯系统进行模拟,一般情况下,一个电梯应该具备相关按键、显示二极管、数码管等,由于这是一个调度模块,故没有设计具体的轿厢等机械部分。然后,结合这些实物,选择恰当的芯片,并分成若干模块,安排好各自之间的关系。接着,要完成电路图的设计,画出PCB板,焊接相关器件后进行硬件调试,看是否好用并加以适当的更正。 关于软件部分: 关于电梯调度时所遵循的原则作出规定,其必须基于高效与人性化两个原则。最后是使用C语言将规定程序化,以便电梯真正的运作。 当然,二者的关系并不是分离的,它们是相辅相成,硬件依据软件来验证,软件依据硬件来调试。经过一个个的发现问题、一个个的解决问题,最终做出完美的电梯调度模块。 1.2课题的开发环境简介 1.2.1 电路图制作软件proteus 7.2 Proteus是目前最好的模拟单片机外围器件的工具,因此在仿真和程序调试时,关心的不再是某些语句执行时单片机寄存器和存储器内容的改变,而是从工程的角度直接看程序运行和电路工作的过程和结果。对于这样的仿真实验,从某种意义上讲,是弥补了实验和工程应用间脱节的矛盾和现象。 1.2.2 C51的程序开发软件Keil

毕业设计外文翻译---控制系统介绍

英文原文 Introductions to Control Systems Automatic control has played a vital role in the advancement of engineering and science. In addition to its extreme importance in space-vehicle, missile-guidance, and aircraft-piloting systems, etc, automatic control has become an important and integral part of modern manufacturing and industrial processes. For example, automatic control is essential in such industrial operations as controlling pressure, temperature, humidity, viscosity, and flow in the process industries; tooling, handling, and assembling mechanical parts in the manufacturing industries, among many others. Since advances in the theory and practice of automatic control provide means for attaining optimal performance of dynamic systems, improve the quality and lower the cost of production, expand the production rate, relieve the drudgery of many routine, repetitive manual operations etc, most engineers and scientists must now have a good understanding of this field. The first significant work in automatic control was James Watt’s centrifugal governor for the speed control of a steam engine in the eighteenth century. Other significant works in the early stages of development of control theory were due to Minorsky, Hazen, and Nyquist, among many others. In 1922 Minorsky worked on automatic controllers for steering ships and showed how stability could be determined by the differential equations describing the system. In 1934 Hazen, who introduced the term “ervomechanisms”for position control systems, discussed design of relay servomechanisms capable of closely following a changing input. During the decade of the 1940’s, frequency-response methods made it possible for engineers to design linear feedback control systems that satisfied performance requirements. From the end of the 1940’s to early 1950’s, the root-locus method in control system design was fully developed. The frequency-response and the root-locus methods, which are the

基于PLC的电梯控制系统的设计英文文献

Design and Practice of an Elevator Control System Based on PLC Xiaoling Yang1, 2, Qunxiong Zhu1, Hong Xu1 1College of Information Science &Technology, Beijing University of Chemical Technology, Beijing 100029, China 2 Automation College of Beijing Union University,Beijing,100101, China yxl_lmy@ https://www.360docs.net/doc/ce2373756.html,, zhuqx@https://www.360docs.net/doc/ce2373756.html,, Abstract This paper describes the development of 2 nine-storey elevators control system for a residential building. The control system adopts PLC as controller, and uses a parallel connection dispatching rule based on "minimum waiting time" to run 2 elevators in parallel mode. The paper gives the basic structure, control principle and realization method of the PLC control system in detail. It also presents the ladder diagram of the key aspects of the system. The system has simple peripheral circuit and the operation result showed that it enhanced the reliability and performance of the elevators. 1. Introduction With the development of architecture technology, the building is taller and taller and elevators become important vertical transportation vehicles in high-rise buildings. They are responsible to transport passengers, living, working or visiting in the building, comfortable and efficiently to their destinations. So the elevator control system is essential in the smooth and safe operation of each elevator. It tells the elevator in what order to stop at floors, when to open or close the door and if there is a safety-critical issue. The traditional electrical control system of elevators is a relay-controlled system. It has the disadvantages such as complicated circuits, high fault ratio and poor dependability; and greatly affects the elevator’s running quality. Therefore, entrusted by an enterprise, we have improved electrical control system of a relay-controlled elevator in a residential building by using PLC. The result showed that the reformed system is reliable in operation and easy for maintenance. This paper introduces the basic structure, control principle and realization method of the elevator PLC control system in detail. 2. System structure The purpose of the elevator control system is to manage movement of an elevator in response to user’s requests. It is mainly composed of 2 parts: 2.1. Electric power driving system The electric power driving system includes: the elevator car, the traction motor, door motor, brake mechanism and relevant switch circuits. Here we adopted a new type of LC series AC contactors to replace the old ones, and used PLC’s contacts to substitute the plenty of intermediate relays. The circuits of traction motor are reserved. Thus the original control cabinet’s disadvantages, such as big volume and high noise are overcome efficiently. 2.2. Signal control system The elevator’s control signals are mostly realized by PLC. The input signals are: operation modes, operation control signals, car-calls, hall-calls, safety/protect signals, door open/close signal and leveling signal, etc. All control functions of the elevator system are realized by PLC program, such as registration, display and elimination of hall-calls or car-calls, position judgment of elevator car, choose layer and direction selection of the elevator, etc. The PLC signal control system diagram of elevator is showed in Figure 1. Figure 1 PLC signal control system diagram 2.3. Requirements The goal of the development of the control system is to control 2 elevators in a 9-storey residential building. For each elevator, there is a sensor located at every floor. We can use these sensors to locate the current 2008 Workshop on Power Electronics and Intelligent Transportation System

相关文档
最新文档