医院住院呼叫系统的设计与实现 下载本文

内容发布更新时间 : 2024/5/17 19:39:43星期一 下面是文章的全部内容请认真阅读。

毕业设计(论文)

题 目:医院住院呼叫系统的设计与实现

系 别: 专业班级: 姓 名: 学 号: 指导教师: 职 称:

广西工学院鹿山学院本科生毕业设计(论文)

摘 要

随着科学与技术的发展,医院呼叫系统也成了医院的必须设备。为了丰富了医院呼叫系统的控制方式,使医生更加及时的了解病房动态及病人情况,同时也为了满足病人与护士取得实时联系,本论文采用了PLC可编程控制器为核心控制件,设计实现了新型PLC医院住院呼叫系统。所设计的PLC病床呼叫系统结构简单、易于管理、可靠性强,且可编程控制器病床呼叫系统可以及时、准确的实现病房呼叫管理,具有良好的应用前景。此系统应用于病人呼叫护士寻求帮助,护士根据护士站内显示器上的指示灯及响铃获取到求助信息的来源,并且及时的给病人提供帮助,提高了医院的工作效率,也更好地服务了病人,使医院医疗更科学化与人性化,在现实生活中具有举足轻重的作用。

关键词: 病床呼叫系统;PLC;S7-200

I

广西工学院鹿山学院本科生毕业设计(论文)

Abstract

With the development of science and technology, the hospital call system has become the necessary equipment for the hospital. In order to enrich the control of the hospital call system, allowing physicians to more timely understanding of ward dynamic and patients, but also to meet the patients and nurses to obtain in real time, the paper adopts PLC programmable controller as the core control parts, Design and Implementation the new PLC hospital call system. PLC beds call system structure is simple, easy to manage, reliability, and programmable controller beds call system can be timely, accurate ward call management, and has good application prospects. This system is applied to the patient nurse call for help, nurse according to the indicators on the monitor in the nurses station and rings to get to the source of help information, and timely help to the patient, to improve the efficiency of the hospital, but also to better serve the patients, the hospital medical scientific and humane, has a pivotal role in real life.

Key Words: Ward Calling System; PLC; S7-200

II

广西工学院鹿山学院本科生毕业设计(论文)

目 录

1 绪论 ................................................................. 1

1.1 选题的背景和意义 ............................................... 1 1.2 国内外研究现状和发展趋势 ....................................... 1

1.2.1 国外研究情况 .............................................. 1 1.2.2 国内研究情况 .............................................. 2 1.3 本文研究内容及安排 ............................................. 2 2 可编程序控制器的组成与工作原理 ....................................... 4

2.1 概述 ........................................................... 4 2.2 PLC的特点 ...................................................... 4

2.2.1 使用灵活、通用性强 ........................................ 4 2.2.2 编程简单、易于掌握 ........................................ 4 2.2.3 可靠性高、能适应各种工业环境 .............................. 4 2.2.4 接口简单、维护方便 ........................................ 5 2.3 采用PLC控制的优点 ............................................. 5 2.4 PLC的构成 ...................................................... 5

2.4.1 CPU的构成 ................................................ 6 2.4.2 存储器 .................................................... 6 2.4.3 输入/输出接口电路 ......................................... 7 2.4.4 电源 ..................................................... 10 2.4.5 扩展接口和通信接口 ....................................... 11 2.4.6 底板或机架 ............................................... 11 2.4.7 PLC系统的其它设备 ....................................... 11 2.4.8 PLC的通信联网 ........................................... 11 2.5 PLC的工作原理 ................................................. 12

2.5.1 扫描技术 ................................................. 12 2.5.2 输入采样阶段 ............................................. 12 2.5.3 用户程序执行阶段 ......................................... 12 2.5.4 输出刷新阶段 ............................................. 13 2.6 PLC的软件系统 ................................................. 13

2.6.1 监控程序 ................................................. 13 2.6.2 用户程序 ................................................. 14 2.7 PLC的编程语言 ................................................. 14

2.7.1 梯形图语言 ............................................... 14 2.7.2 指令表语言 ............................................... 15 2.7.3 状态转移图语言 ........................................... 15

3 医院住院呼叫系统的设计与实现 ........................................ 16

3.1 任务描述 ...................................................... 16

3.1.1 设计任务和要求 ........................................... 17 3.1.2 系统的工作流程 ........................................... 17 3.1.3 系统的运行环境 ........................................... 19 3.2 I/O接线图 ..................................................... 22 3.3 S7-200编程 .................................................... 23

III

广西工学院鹿山学院本科生毕业设计(论文)

3.4 梯形图程序设计 ................................................ 24

3.4.1 主程序设计 ............................................... 24 3.4.2 子程序设计 ............................................... 26 3.5 系统说明 ...................................................... 26 4 程序调试与仿真 ...................................................... 27

4.1 程序的调试 .................................................... 27

4.1.1 程序的模拟调试 ........................................... 27 4.1.2 程序的现场调试 ........................................... 28 4.2 程序的仿真 .................................................... 28

4.2.1 准备工作 ................................................. 28 4.2.2 程序仿真 ................................................. 28 4.3仿真结果 ........................................................ 32 结束语 ................................................................. 34 致谢 ................................................................... 35 参考文献 ............................................................... 36 附录 ................................................................... 37

IV