SlideShare a Scribd company logo
1 of 6
Download to read offline
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016
DOI:10.5121/ijcses.2016.7202 15
DESIGN AND DEVELOPMENT OF ARM-BASED
CONTROL SYSTEM FOR NURSING BED
WANG Shujie and CHENG Wushan
College of Mechanical Engineering, Shanghai University of Engineering Science,
Shanghai, China
ABSTRACT
This paper introduces a kind of ARM embedded system as the control systemof the nursing bed.The
embedded control system takes the ARM9 S3C2440 chip as the core of data processing. The design ofthe
control system includes hardware design, software design and PC monitoring system design.
KEYWORDS
Nursing Bed; ARM9; Embedded Control System.
1. INTRODUCTION
With the increasing number of the elderly population in China, the aging phenomenon is
becoming increasingly serious. Nursing, health care and rehabilitation of the elderly has become
one of the important issues of social concern. How to solve the problem of nursing care for the
elderly who cannot take care of themselves because of physical weakness or completely
bedridden, is a common problem faced by the countries with aging population[1]. The electric
nursing bed has the advantages of convenient operation, time saving and labor saving, so it is
increasingly becoming the research and development focus of the world as well as various
research institutes and businesses [2].
This paper presents a kind of ARM embedded system as the control system of the nursing bed.
The embedded control system takes the ARM9 S3C2440 chip as the core of data processing and
it can communicate with PC through the serial port. In this paper, the hardware design, software
design and PC monitoring system design are presented based on the related functions of the
nursing bed.
2. CONTROL SYSTEM OF THE NURSING BED
The nursing bed mentioned in this paper integrates multiple functions, including rehabilitation
and nursing function. The control system as the core of the nursing bed, its control ability directly
affects the realization of rehabilitation and nursing function of the nursing bed, so we should to
ensure the reliability and stability of the control system [3]. This design applies ARM embedded
system in the control system of the nursing bed. Each function of the nursing bed is realized by
the motor driving the corresponding bed plate. We can achieve the corresponding functions and
the reset of corresponding function by controlling the rotation of the motor. It is not only meets
the needs of the elderly, but also reduces the workload of medical staff. The control system of the
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016
16
nursing bed mainly includes hardware design, software design and PC monitoring system design.
The overall framework of the control system of the nursing bed is shown in Figure 1:
Nursing Bed
I/O
RS232
ARM
Embedded
System
Motor
Motor
Driver
Host
Computer
Bedplate
Video
Monitoring
Function
Control
Historical
Data
Report
Printing
Photoelectric
Switch
I/O
Fig. 1The overall framework of the control system
In this system, the stability of the control system is achieved by using modular design. We
develop a high speed CPU based on ARM kernel as the main control unit of the system. Through
the embedded system, the multifunction and multitask of the nursing bed is completed. The
design can solve the communication of the control system based on ARM, complete the seamless
connection between the control system and the external equipment, and ensure the good
scalability of the system.
2.1.Hardware Design of the Nursing Bed Control System
The hardware structure of the control system of the nursing bed takes the S3C2440 chip as the
core, and realizes the control of the nursing bed. The hardware structure mainly includes the core
processing module and power supply module. It mainly accomplishes the signal acquisition, data
acquisition of motor and communication with the host computer. The hardware framework of the
control system is shown in Figure 2. When the user needs rehabilitation or nursing, the
corresponding functions needed are converted into switch signals. Then the switch signals are
transmitted to the main control chip S3C2440A by I/O ports. After the switch signals are
processed by the core chip, the corresponding function are accomplished by the motor driving the
bedplates, meanwhile, the related parameters of each function are uploaded to the host computer
through the RS232communication.
Fig. 2 The hardware framework of the control system
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016
17
In the hardware design, we designed the development board based on S3C2440A from the
consideration of various aspects of the system. ARM development board consists of two parts:
core board and backplane. The core board and backplane are connected by a socket connector.
The advantage of this design is that if you need to change the circuit or to expand the function of
the system, you only need to redesign the backplane, which can reduce the cost. The design of
core board circuit includes a power supply circuit board, SDRAM, NAND FLASH, NOR FLASH
and other parts of the circuit [4]. The design of backplane circuit includes the power supply
circuit, the minimum system circuit, RS232 communication circuit and USB circuit. After the
circuit diagrams of core board and backplane are completed, we carry on the reasonable layout of
the components and wiring, and then complete the design of the PCB boards. The designed PCB
boards have strong anti-jamming characteristics and good electromagnetic compatibility.
2.2.Software Design of the Nursing Bed Control System
The system software is very important for system function, because it decides whether system
function can be implemented correctly. The quality of software determines the realization of
function and the stability of the system. In order to facilitate the development of software and the
extension of the function, the design idea of modularization is adopted in the software
development and design. Therefore the function of the system can be adjusted in real time, so that
the system has better real-time and stability.
After writing embedded control program on ARM development board, the control of the moving
parts and the transmission of the relevant parameters of motor can be realized. The main modules
of the program includeRS232 communication program, system function program and PC
monitoring program.
The RS232 communication program is designed to realize the communication between the master
control unit and the host computer, and to accomplish the signal reception of the host computer
and the upload of the data collected by the slave computer in time [5].The serial communication
between host computer and slave computer can be realized in two different ways, interrupt and
query [6].In this system, the way of interrupt is used to realize the communication between the
two. The flow chart of serial data sending and receiving is shown in figure 3. After starting
system program, the RS232 communication port initialization settings are completed first, and
then enter the interrupt wait state. When PC sends control signals to the main control unit, the
slave computer responses to the interrupt signal, and then jumps into the interrupt program to
execute the corresponding function. After the implementation of the program is completed, it will
come back to the main program, and continue to maintain the interrupt wait state. When the
master control unit sends data to the host computer, it will request to interrupt from the host
computer. After the host computer responding to the interrupt, it will send a flag to the master
control unit for sending the data to the beginning. After the master control unit receives the
transmission flag, then begins to send data [7].
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016
18
Fig. 3 The flow chart of serial data sending and receiving
Program design of system mainly includes the program design of timer module, motor function
module, external interrupt module and serial port module. In this system, the control mode of the
motor is controlled by position, which drives the motor to rotate by providing the direction signal
and the pulse signal for the motor. Therefore, in this system, the timer module program is
designed on the one hand to provide the system clock, on the other hand, to provide the motor
pulse frequency. The program design of motor function module is to achieve the rotation of the
motor through setting the motor direction signal and pulse signal. The software framework of the
control system is shown in Figure 4.
Fig. 4 The software framework of the control system
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016
19
2.3.PC Monitoring System of the Nursing Bed
The PC monitoring system of the nursing bed is a virtual reality operating system based on C#
programming language. It includes video monitoring, nursing and rehabilitation operation
function, historical data display, report forms printing, and vital sign parameter measurement and
display. It can realize the function of centralized operation and decentralized control for the
nursing bed, and can respond to the dynamic needs of patients in real time. The virtual reality
operating system can be used to monitor the status of a single medical staff in the general
monitoring room monitoring the multiple units of the nursing beds. Therefore it can reduce the
workload of medical staff and improve work efficiency. We use virtual reality technology to
achieve animation operation, video response, dynamic monitoring of the state of the patient's bed,
and we can control the nursing bed in real time to meet the needs of patients. The interface of PC
monitoring system is shown in Figure 5.
Fig. 5 The interface of PC monitoring system
3. CONCLUSIONS
The control system of the nursing bed presented in this paper can achieve the requirements of
intelligent, low power consumption and scalable hardware and software. Software design uses
modular design, which is conducive to the further upgrading and improvement of the function of
nursing bed, and can improve the design efficiency of the system. The PC monitoring system can
monitor the status of the nursing bed in real time. It has high reliability, good expansibility, and it
can meet the needs of different patients, which is of great significance to the long-term
development of the industry.
ACKNOWLEDGEMENTS
This work is supported by the Shanghai Science and Technology Committee.
REFERENCES
[1] Jiang H, Wang W and Liu Y P. Research and development of multifunctional nursing bed [J].
Development and application of SCM, 2006,22(7-2):117-120.
[2] Zhang B H. The design and research of multifunctional rehabilitation bed [D]. TianjinUniversity of
Science and Technology, 2009.
International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016
20
[3] Guo J L. Design and research of embedded control system for lower limb rehabilitation robot [D].
Hebei University of Technology, 2013.
[4] Li S L, Feng J, and Liu W J. The hardware design of embedded system based on S3C2440A [J].
Journal of Huanggang Normal University,2009, 29(3):37-41.
[5] Wang Y. Development of multifunctional electric nursing bed control system [J]. Manufacturing
automation, 2009,31(6):70-72.
[6] He Q Y. ARM based remote monitoring control system of the nursing service robot [D]. Nanchang
University, 2011.
[7] SAMSUNG ELECTRONICS Datasheet:S3C2440A USER'MANUAL Revision 0.12,2004.
AUTHORS
Wang Shujie was born in 1992, the postgraduate of Shanghai University of Engineering
Science. Her present research interest is embedded control system.

More Related Content

What's hot

Embedded systems unit2
Embedded systems unit2  Embedded systems unit2
Embedded systems unit2 baskaransece
 
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using CloudIRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using CloudIRJET Journal
 
Lec 02(VDI dr mohamed)
Lec 02(VDI  dr mohamed)Lec 02(VDI  dr mohamed)
Lec 02(VDI dr mohamed)Mohamed Atef
 
Embedded systems unit4
Embedded systems unit4Embedded systems unit4
Embedded systems unit4baskaransece
 
Introduction to Embedded System I : Chapter 2 (3rd portion)
Introduction to Embedded System I : Chapter 2 (3rd portion)Introduction to Embedded System I : Chapter 2 (3rd portion)
Introduction to Embedded System I : Chapter 2 (3rd portion)Moe Moe Myint
 
Introduction to Embedded System I : Chapter 2 (2nd portion)
Introduction to Embedded System I : Chapter 2 (2nd portion)Introduction to Embedded System I : Chapter 2 (2nd portion)
Introduction to Embedded System I : Chapter 2 (2nd portion)Moe Moe Myint
 
Residential and Official Extension of IOT Enabled Building Automation System
Residential and Official Extension of IOT Enabled Building Automation SystemResidential and Official Extension of IOT Enabled Building Automation System
Residential and Official Extension of IOT Enabled Building Automation SystemAssociate Professor in VSB Coimbatore
 
Intelligent mechatronic systems
Intelligent mechatronic systemsIntelligent mechatronic systems
Intelligent mechatronic systemsSpringer
 
Embedded Patient Monitoring System
Embedded Patient Monitoring System Embedded Patient Monitoring System
Embedded Patient Monitoring System ijesajournal
 
Development of a software solution for solar pv power systems sizing and moni...
Development of a software solution for solar pv power systems sizing and moni...Development of a software solution for solar pv power systems sizing and moni...
Development of a software solution for solar pv power systems sizing and moni...simeon Matthew
 
Design of Mechatronics System
Design of Mechatronics SystemDesign of Mechatronics System
Design of Mechatronics SystemVeerakumar S
 
Elements of mechatronics
Elements of mechatronicsElements of mechatronics
Elements of mechatronicsppkachare
 
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT II Application and Domain Specific ES
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT II  Application and Domain Specific ESSYBSC IT SEM IV EMBEDDED SYSTEMS UNIT II  Application and Domain Specific ES
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT II Application and Domain Specific ESArti Parab Academics
 
Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...eSAT Journals
 
Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...eSAT Publishing House
 
Arm based human machine interface of plastic extrusion blow molding system
Arm based human machine interface of plastic extrusion blow molding systemArm based human machine interface of plastic extrusion blow molding system
Arm based human machine interface of plastic extrusion blow molding systemeSAT Publishing House
 

What's hot (19)

Gx3412721276
Gx3412721276Gx3412721276
Gx3412721276
 
Embedded systems unit2
Embedded systems unit2  Embedded systems unit2
Embedded systems unit2
 
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using CloudIRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
IRJET- Fuzzy Logic based Fault Detection in Induction Machines using Cloud
 
Lec 02(VDI dr mohamed)
Lec 02(VDI  dr mohamed)Lec 02(VDI  dr mohamed)
Lec 02(VDI dr mohamed)
 
Embedded systems unit4
Embedded systems unit4Embedded systems unit4
Embedded systems unit4
 
Introduction to Embedded System I : Chapter 2 (3rd portion)
Introduction to Embedded System I : Chapter 2 (3rd portion)Introduction to Embedded System I : Chapter 2 (3rd portion)
Introduction to Embedded System I : Chapter 2 (3rd portion)
 
Introduction to Embedded System I : Chapter 2 (2nd portion)
Introduction to Embedded System I : Chapter 2 (2nd portion)Introduction to Embedded System I : Chapter 2 (2nd portion)
Introduction to Embedded System I : Chapter 2 (2nd portion)
 
Residential and Official Extension of IOT Enabled Building Automation System
Residential and Official Extension of IOT Enabled Building Automation SystemResidential and Official Extension of IOT Enabled Building Automation System
Residential and Official Extension of IOT Enabled Building Automation System
 
AN INSIDE LOOK IN THE ELECTRICAL STRUCTURE OF THE BATTERY MANAGEMENT SYSTEM T...
AN INSIDE LOOK IN THE ELECTRICAL STRUCTURE OF THE BATTERY MANAGEMENT SYSTEM T...AN INSIDE LOOK IN THE ELECTRICAL STRUCTURE OF THE BATTERY MANAGEMENT SYSTEM T...
AN INSIDE LOOK IN THE ELECTRICAL STRUCTURE OF THE BATTERY MANAGEMENT SYSTEM T...
 
Intelligent mechatronic systems
Intelligent mechatronic systemsIntelligent mechatronic systems
Intelligent mechatronic systems
 
Embedded Patient Monitoring System
Embedded Patient Monitoring System Embedded Patient Monitoring System
Embedded Patient Monitoring System
 
J5244649
J5244649J5244649
J5244649
 
Development of a software solution for solar pv power systems sizing and moni...
Development of a software solution for solar pv power systems sizing and moni...Development of a software solution for solar pv power systems sizing and moni...
Development of a software solution for solar pv power systems sizing and moni...
 
Design of Mechatronics System
Design of Mechatronics SystemDesign of Mechatronics System
Design of Mechatronics System
 
Elements of mechatronics
Elements of mechatronicsElements of mechatronics
Elements of mechatronics
 
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT II Application and Domain Specific ES
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT II  Application and Domain Specific ESSYBSC IT SEM IV EMBEDDED SYSTEMS UNIT II  Application and Domain Specific ES
SYBSC IT SEM IV EMBEDDED SYSTEMS UNIT II Application and Domain Specific ES
 
Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...
 
Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...Real time energy data acquisition and alarming system for monitoring power co...
Real time energy data acquisition and alarming system for monitoring power co...
 
Arm based human machine interface of plastic extrusion blow molding system
Arm based human machine interface of plastic extrusion blow molding systemArm based human machine interface of plastic extrusion blow molding system
Arm based human machine interface of plastic extrusion blow molding system
 

Viewers also liked

OS VERIFICATION- A SURVEY AS A SOURCE OF FUTURE CHALLENGES
OS VERIFICATION- A SURVEY AS A SOURCE OF FUTURE CHALLENGESOS VERIFICATION- A SURVEY AS A SOURCE OF FUTURE CHALLENGES
OS VERIFICATION- A SURVEY AS A SOURCE OF FUTURE CHALLENGESIJCSES Journal
 
A Survey of Current Research on CAPTCHA
A Survey of Current Research on CAPTCHAA Survey of Current Research on CAPTCHA
A Survey of Current Research on CAPTCHAIJCSES Journal
 
A literature survey on anti phishing
A literature survey on anti phishingA literature survey on anti phishing
A literature survey on anti phishingIJCSES Journal
 
Software Testing Using Genetic Algorithms
Software Testing Using Genetic AlgorithmsSoftware Testing Using Genetic Algorithms
Software Testing Using Genetic AlgorithmsIJCSES Journal
 
Folleto Semana EXTRA MILAR - Junio 2014
Folleto Semana EXTRA MILAR - Junio 2014Folleto Semana EXTRA MILAR - Junio 2014
Folleto Semana EXTRA MILAR - Junio 2014Milar COMELSA
 
Taxonomy and survey of community
Taxonomy and survey of communityTaxonomy and survey of community
Taxonomy and survey of communityIJCSES Journal
 
NON - EUCLIDEAN METRIC AND PATH PLANNING
NON - EUCLIDEAN METRIC AND PATH PLANNINGNON - EUCLIDEAN METRIC AND PATH PLANNING
NON - EUCLIDEAN METRIC AND PATH PLANNINGIJCSES Journal
 
Genetic algorithm based approach for
Genetic algorithm based approach forGenetic algorithm based approach for
Genetic algorithm based approach forIJCSES Journal
 
THE SURVEY OF SENTIMENT AND OPINION MINING FOR BEHAVIOR ANALYSIS OF SOCIAL MEDIA
THE SURVEY OF SENTIMENT AND OPINION MINING FOR BEHAVIOR ANALYSIS OF SOCIAL MEDIATHE SURVEY OF SENTIMENT AND OPINION MINING FOR BEHAVIOR ANALYSIS OF SOCIAL MEDIA
THE SURVEY OF SENTIMENT AND OPINION MINING FOR BEHAVIOR ANALYSIS OF SOCIAL MEDIAIJCSES Journal
 
Cloud scalability considerations
Cloud scalability considerationsCloud scalability considerations
Cloud scalability considerationsIJCSES Journal
 
STATE-OF-THE-ART IN EMPIRICAL VALIDATION OF SOFTWARE METRICS FOR FAULT PRONEN...
STATE-OF-THE-ART IN EMPIRICAL VALIDATION OF SOFTWARE METRICS FOR FAULT PRONEN...STATE-OF-THE-ART IN EMPIRICAL VALIDATION OF SOFTWARE METRICS FOR FAULT PRONEN...
STATE-OF-THE-ART IN EMPIRICAL VALIDATION OF SOFTWARE METRICS FOR FAULT PRONEN...IJCSES Journal
 
טכנולוגיה מעצבת מציאות
טכנולוגיה מעצבת מציאותטכנולוגיה מעצבת מציאות
טכנולוגיה מעצבת מציאותYaniv sela
 
Breast cancer diagnosis using microwave
Breast cancer diagnosis using microwaveBreast cancer diagnosis using microwave
Breast cancer diagnosis using microwaveIJCSES Journal
 
A study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classificationA study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classificationIJCSES Journal
 
Appendix a description of the sap delivered tables used in the hands-on exer...
Appendix a  description of the sap delivered tables used in the hands-on exer...Appendix a  description of the sap delivered tables used in the hands-on exer...
Appendix a description of the sap delivered tables used in the hands-on exer...Ranendra kumar Parida
 
Appendix a description of the sap delivered tables used in the hands-on exer...
Appendix a  description of the sap delivered tables used in the hands-on exer...Appendix a  description of the sap delivered tables used in the hands-on exer...
Appendix a description of the sap delivered tables used in the hands-on exer...Ranendra kumar Parida
 

Viewers also liked (17)

OS VERIFICATION- A SURVEY AS A SOURCE OF FUTURE CHALLENGES
OS VERIFICATION- A SURVEY AS A SOURCE OF FUTURE CHALLENGESOS VERIFICATION- A SURVEY AS A SOURCE OF FUTURE CHALLENGES
OS VERIFICATION- A SURVEY AS A SOURCE OF FUTURE CHALLENGES
 
A Survey of Current Research on CAPTCHA
A Survey of Current Research on CAPTCHAA Survey of Current Research on CAPTCHA
A Survey of Current Research on CAPTCHA
 
A literature survey on anti phishing
A literature survey on anti phishingA literature survey on anti phishing
A literature survey on anti phishing
 
Software Testing Using Genetic Algorithms
Software Testing Using Genetic AlgorithmsSoftware Testing Using Genetic Algorithms
Software Testing Using Genetic Algorithms
 
Folleto Semana EXTRA MILAR - Junio 2014
Folleto Semana EXTRA MILAR - Junio 2014Folleto Semana EXTRA MILAR - Junio 2014
Folleto Semana EXTRA MILAR - Junio 2014
 
Taxonomy and survey of community
Taxonomy and survey of communityTaxonomy and survey of community
Taxonomy and survey of community
 
NON - EUCLIDEAN METRIC AND PATH PLANNING
NON - EUCLIDEAN METRIC AND PATH PLANNINGNON - EUCLIDEAN METRIC AND PATH PLANNING
NON - EUCLIDEAN METRIC AND PATH PLANNING
 
Genetic algorithm based approach for
Genetic algorithm based approach forGenetic algorithm based approach for
Genetic algorithm based approach for
 
THE SURVEY OF SENTIMENT AND OPINION MINING FOR BEHAVIOR ANALYSIS OF SOCIAL MEDIA
THE SURVEY OF SENTIMENT AND OPINION MINING FOR BEHAVIOR ANALYSIS OF SOCIAL MEDIATHE SURVEY OF SENTIMENT AND OPINION MINING FOR BEHAVIOR ANALYSIS OF SOCIAL MEDIA
THE SURVEY OF SENTIMENT AND OPINION MINING FOR BEHAVIOR ANALYSIS OF SOCIAL MEDIA
 
Cloud scalability considerations
Cloud scalability considerationsCloud scalability considerations
Cloud scalability considerations
 
STATE-OF-THE-ART IN EMPIRICAL VALIDATION OF SOFTWARE METRICS FOR FAULT PRONEN...
STATE-OF-THE-ART IN EMPIRICAL VALIDATION OF SOFTWARE METRICS FOR FAULT PRONEN...STATE-OF-THE-ART IN EMPIRICAL VALIDATION OF SOFTWARE METRICS FOR FAULT PRONEN...
STATE-OF-THE-ART IN EMPIRICAL VALIDATION OF SOFTWARE METRICS FOR FAULT PRONEN...
 
Quick Short Term Loans
Quick Short Term LoansQuick Short Term Loans
Quick Short Term Loans
 
טכנולוגיה מעצבת מציאות
טכנולוגיה מעצבת מציאותטכנולוגיה מעצבת מציאות
טכנולוגיה מעצבת מציאות
 
Breast cancer diagnosis using microwave
Breast cancer diagnosis using microwaveBreast cancer diagnosis using microwave
Breast cancer diagnosis using microwave
 
A study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classificationA study of techniques for facial detection and expression classification
A study of techniques for facial detection and expression classification
 
Appendix a description of the sap delivered tables used in the hands-on exer...
Appendix a  description of the sap delivered tables used in the hands-on exer...Appendix a  description of the sap delivered tables used in the hands-on exer...
Appendix a description of the sap delivered tables used in the hands-on exer...
 
Appendix a description of the sap delivered tables used in the hands-on exer...
Appendix a  description of the sap delivered tables used in the hands-on exer...Appendix a  description of the sap delivered tables used in the hands-on exer...
Appendix a description of the sap delivered tables used in the hands-on exer...
 

Similar to Design and Development of Arm-Based Control System for Nursing Bed

The Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection SystemThe Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection SystemIJRESJOURNAL
 
Design of Interface Board for Medical Kiosk Based on Off-The-Shelf Platform
Design of Interface Board for Medical Kiosk Based on Off-The-Shelf PlatformDesign of Interface Board for Medical Kiosk Based on Off-The-Shelf Platform
Design of Interface Board for Medical Kiosk Based on Off-The-Shelf PlatformIRJET Journal
 
Developing a Humanoid Robot Platform
Developing a Humanoid Robot PlatformDeveloping a Humanoid Robot Platform
Developing a Humanoid Robot PlatformDr. Amarjeet Singh
 
IRJET- Microcontroller based Anesthesia Injector
IRJET- Microcontroller based Anesthesia InjectorIRJET- Microcontroller based Anesthesia Injector
IRJET- Microcontroller based Anesthesia InjectorIRJET Journal
 
IRJET- Design and Implementation of Automated System as a Waiter in Restaurant
IRJET- Design and Implementation of Automated System as a Waiter in RestaurantIRJET- Design and Implementation of Automated System as a Waiter in Restaurant
IRJET- Design and Implementation of Automated System as a Waiter in RestaurantIRJET Journal
 
Universal tool microscope automatic control research based on Labview
Universal tool microscope automatic control research based on LabviewUniversal tool microscope automatic control research based on Labview
Universal tool microscope automatic control research based on LabviewIJRES Journal
 
Power system automation
Power system automationPower system automation
Power system automationsatyam11
 
Research on Power Quality Real-Time Monitoring System For High Voltage Switch...
Research on Power Quality Real-Time Monitoring System For High Voltage Switch...Research on Power Quality Real-Time Monitoring System For High Voltage Switch...
Research on Power Quality Real-Time Monitoring System For High Voltage Switch...IJRESJOURNAL
 
PID Controller based DC Motor Speed Control
PID Controller based DC Motor Speed ControlPID Controller based DC Motor Speed Control
PID Controller based DC Motor Speed Controlrahulmonikasharma
 
Raspberry PI Based Paralyze Attack Rehabilitation System
Raspberry PI Based Paralyze Attack Rehabilitation SystemRaspberry PI Based Paralyze Attack Rehabilitation System
Raspberry PI Based Paralyze Attack Rehabilitation SystemIRJET Journal
 
Design and Implementation of a Self-Balancing Two-Wheeled Robot Driven by a F...
Design and Implementation of a Self-Balancing Two-Wheeled Robot Driven by a F...Design and Implementation of a Self-Balancing Two-Wheeled Robot Driven by a F...
Design and Implementation of a Self-Balancing Two-Wheeled Robot Driven by a F...IRJET Journal
 
A Novel Idea on Semi-Automated Operation Theatre Assistance for Doctors Based...
A Novel Idea on Semi-Automated Operation Theatre Assistance for Doctors Based...A Novel Idea on Semi-Automated Operation Theatre Assistance for Doctors Based...
A Novel Idea on Semi-Automated Operation Theatre Assistance for Doctors Based...theijes
 
Modeling the enablers for implementing ict enabled wireless control in industry
Modeling the enablers for implementing ict enabled wireless control in industryModeling the enablers for implementing ict enabled wireless control in industry
Modeling the enablers for implementing ict enabled wireless control in industryIAEME Publication
 
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...IOSR Journals
 

Similar to Design and Development of Arm-Based Control System for Nursing Bed (20)

The Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection SystemThe Design of Multi-Platforms Rail Intelligence Flatness Detection System
The Design of Multi-Platforms Rail Intelligence Flatness Detection System
 
Design of Interface Board for Medical Kiosk Based on Off-The-Shelf Platform
Design of Interface Board for Medical Kiosk Based on Off-The-Shelf PlatformDesign of Interface Board for Medical Kiosk Based on Off-The-Shelf Platform
Design of Interface Board for Medical Kiosk Based on Off-The-Shelf Platform
 
[IJET-V1I4P11] Authors :Wai Mar Myint, Theingi
[IJET-V1I4P11] Authors :Wai Mar Myint, Theingi[IJET-V1I4P11] Authors :Wai Mar Myint, Theingi
[IJET-V1I4P11] Authors :Wai Mar Myint, Theingi
 
Developing a Humanoid Robot Platform
Developing a Humanoid Robot PlatformDeveloping a Humanoid Robot Platform
Developing a Humanoid Robot Platform
 
IRJET- Microcontroller based Anesthesia Injector
IRJET- Microcontroller based Anesthesia InjectorIRJET- Microcontroller based Anesthesia Injector
IRJET- Microcontroller based Anesthesia Injector
 
IRJET- Design and Implementation of Automated System as a Waiter in Restaurant
IRJET- Design and Implementation of Automated System as a Waiter in RestaurantIRJET- Design and Implementation of Automated System as a Waiter in Restaurant
IRJET- Design and Implementation of Automated System as a Waiter in Restaurant
 
Universal tool microscope automatic control research based on Labview
Universal tool microscope automatic control research based on LabviewUniversal tool microscope automatic control research based on Labview
Universal tool microscope automatic control research based on Labview
 
Power system automation
Power system automationPower system automation
Power system automation
 
Research on Power Quality Real-Time Monitoring System For High Voltage Switch...
Research on Power Quality Real-Time Monitoring System For High Voltage Switch...Research on Power Quality Real-Time Monitoring System For High Voltage Switch...
Research on Power Quality Real-Time Monitoring System For High Voltage Switch...
 
PID Controller based DC Motor Speed Control
PID Controller based DC Motor Speed ControlPID Controller based DC Motor Speed Control
PID Controller based DC Motor Speed Control
 
Raspberry PI Based Paralyze Attack Rehabilitation System
Raspberry PI Based Paralyze Attack Rehabilitation SystemRaspberry PI Based Paralyze Attack Rehabilitation System
Raspberry PI Based Paralyze Attack Rehabilitation System
 
Epma 010
Epma 010Epma 010
Epma 010
 
Matter new
Matter newMatter new
Matter new
 
Design and Implementation of a Self-Balancing Two-Wheeled Robot Driven by a F...
Design and Implementation of a Self-Balancing Two-Wheeled Robot Driven by a F...Design and Implementation of a Self-Balancing Two-Wheeled Robot Driven by a F...
Design and Implementation of a Self-Balancing Two-Wheeled Robot Driven by a F...
 
A Novel Idea on Semi-Automated Operation Theatre Assistance for Doctors Based...
A Novel Idea on Semi-Automated Operation Theatre Assistance for Doctors Based...A Novel Idea on Semi-Automated Operation Theatre Assistance for Doctors Based...
A Novel Idea on Semi-Automated Operation Theatre Assistance for Doctors Based...
 
29
2929
29
 
Modeling the enablers for implementing ict enabled wireless control in industry
Modeling the enablers for implementing ict enabled wireless control in industryModeling the enablers for implementing ict enabled wireless control in industry
Modeling the enablers for implementing ict enabled wireless control in industry
 
50120140507004
5012014050700450120140507004
50120140507004
 
50120140507004 2
50120140507004 250120140507004 2
50120140507004 2
 
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...
Design And Development of A Plug-In Type Wireless Data Logger for Energy Meas...
 

Recently uploaded

Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...Call Girls in Nagpur High Profile
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escortsranjana rawat
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAbhinavSharma374939
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerAnamika Sarkar
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 

Recently uploaded (20)

Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
High Profile Call Girls Nashik Megha 7001305949 Independent Escort Service Na...
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Isha Call 7001035870 Meet With Nagpur Escorts
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptx
 
Analog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog ConverterAnalog to Digital and Digital to Analog Converter
Analog to Digital and Digital to Analog Converter
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube ExchangerStudy on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
Study on Air-Water & Water-Water Heat Exchange in a Finned Tube Exchanger
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(ANJALI) Dange Chowk Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINEDJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
DJARUM4D - SLOT GACOR ONLINE | SLOT DEMO ONLINE
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 

Design and Development of Arm-Based Control System for Nursing Bed

  • 1. International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016 DOI:10.5121/ijcses.2016.7202 15 DESIGN AND DEVELOPMENT OF ARM-BASED CONTROL SYSTEM FOR NURSING BED WANG Shujie and CHENG Wushan College of Mechanical Engineering, Shanghai University of Engineering Science, Shanghai, China ABSTRACT This paper introduces a kind of ARM embedded system as the control systemof the nursing bed.The embedded control system takes the ARM9 S3C2440 chip as the core of data processing. The design ofthe control system includes hardware design, software design and PC monitoring system design. KEYWORDS Nursing Bed; ARM9; Embedded Control System. 1. INTRODUCTION With the increasing number of the elderly population in China, the aging phenomenon is becoming increasingly serious. Nursing, health care and rehabilitation of the elderly has become one of the important issues of social concern. How to solve the problem of nursing care for the elderly who cannot take care of themselves because of physical weakness or completely bedridden, is a common problem faced by the countries with aging population[1]. The electric nursing bed has the advantages of convenient operation, time saving and labor saving, so it is increasingly becoming the research and development focus of the world as well as various research institutes and businesses [2]. This paper presents a kind of ARM embedded system as the control system of the nursing bed. The embedded control system takes the ARM9 S3C2440 chip as the core of data processing and it can communicate with PC through the serial port. In this paper, the hardware design, software design and PC monitoring system design are presented based on the related functions of the nursing bed. 2. CONTROL SYSTEM OF THE NURSING BED The nursing bed mentioned in this paper integrates multiple functions, including rehabilitation and nursing function. The control system as the core of the nursing bed, its control ability directly affects the realization of rehabilitation and nursing function of the nursing bed, so we should to ensure the reliability and stability of the control system [3]. This design applies ARM embedded system in the control system of the nursing bed. Each function of the nursing bed is realized by the motor driving the corresponding bed plate. We can achieve the corresponding functions and the reset of corresponding function by controlling the rotation of the motor. It is not only meets the needs of the elderly, but also reduces the workload of medical staff. The control system of the
  • 2. International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016 16 nursing bed mainly includes hardware design, software design and PC monitoring system design. The overall framework of the control system of the nursing bed is shown in Figure 1: Nursing Bed I/O RS232 ARM Embedded System Motor Motor Driver Host Computer Bedplate Video Monitoring Function Control Historical Data Report Printing Photoelectric Switch I/O Fig. 1The overall framework of the control system In this system, the stability of the control system is achieved by using modular design. We develop a high speed CPU based on ARM kernel as the main control unit of the system. Through the embedded system, the multifunction and multitask of the nursing bed is completed. The design can solve the communication of the control system based on ARM, complete the seamless connection between the control system and the external equipment, and ensure the good scalability of the system. 2.1.Hardware Design of the Nursing Bed Control System The hardware structure of the control system of the nursing bed takes the S3C2440 chip as the core, and realizes the control of the nursing bed. The hardware structure mainly includes the core processing module and power supply module. It mainly accomplishes the signal acquisition, data acquisition of motor and communication with the host computer. The hardware framework of the control system is shown in Figure 2. When the user needs rehabilitation or nursing, the corresponding functions needed are converted into switch signals. Then the switch signals are transmitted to the main control chip S3C2440A by I/O ports. After the switch signals are processed by the core chip, the corresponding function are accomplished by the motor driving the bedplates, meanwhile, the related parameters of each function are uploaded to the host computer through the RS232communication. Fig. 2 The hardware framework of the control system
  • 3. International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016 17 In the hardware design, we designed the development board based on S3C2440A from the consideration of various aspects of the system. ARM development board consists of two parts: core board and backplane. The core board and backplane are connected by a socket connector. The advantage of this design is that if you need to change the circuit or to expand the function of the system, you only need to redesign the backplane, which can reduce the cost. The design of core board circuit includes a power supply circuit board, SDRAM, NAND FLASH, NOR FLASH and other parts of the circuit [4]. The design of backplane circuit includes the power supply circuit, the minimum system circuit, RS232 communication circuit and USB circuit. After the circuit diagrams of core board and backplane are completed, we carry on the reasonable layout of the components and wiring, and then complete the design of the PCB boards. The designed PCB boards have strong anti-jamming characteristics and good electromagnetic compatibility. 2.2.Software Design of the Nursing Bed Control System The system software is very important for system function, because it decides whether system function can be implemented correctly. The quality of software determines the realization of function and the stability of the system. In order to facilitate the development of software and the extension of the function, the design idea of modularization is adopted in the software development and design. Therefore the function of the system can be adjusted in real time, so that the system has better real-time and stability. After writing embedded control program on ARM development board, the control of the moving parts and the transmission of the relevant parameters of motor can be realized. The main modules of the program includeRS232 communication program, system function program and PC monitoring program. The RS232 communication program is designed to realize the communication between the master control unit and the host computer, and to accomplish the signal reception of the host computer and the upload of the data collected by the slave computer in time [5].The serial communication between host computer and slave computer can be realized in two different ways, interrupt and query [6].In this system, the way of interrupt is used to realize the communication between the two. The flow chart of serial data sending and receiving is shown in figure 3. After starting system program, the RS232 communication port initialization settings are completed first, and then enter the interrupt wait state. When PC sends control signals to the main control unit, the slave computer responses to the interrupt signal, and then jumps into the interrupt program to execute the corresponding function. After the implementation of the program is completed, it will come back to the main program, and continue to maintain the interrupt wait state. When the master control unit sends data to the host computer, it will request to interrupt from the host computer. After the host computer responding to the interrupt, it will send a flag to the master control unit for sending the data to the beginning. After the master control unit receives the transmission flag, then begins to send data [7].
  • 4. International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016 18 Fig. 3 The flow chart of serial data sending and receiving Program design of system mainly includes the program design of timer module, motor function module, external interrupt module and serial port module. In this system, the control mode of the motor is controlled by position, which drives the motor to rotate by providing the direction signal and the pulse signal for the motor. Therefore, in this system, the timer module program is designed on the one hand to provide the system clock, on the other hand, to provide the motor pulse frequency. The program design of motor function module is to achieve the rotation of the motor through setting the motor direction signal and pulse signal. The software framework of the control system is shown in Figure 4. Fig. 4 The software framework of the control system
  • 5. International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016 19 2.3.PC Monitoring System of the Nursing Bed The PC monitoring system of the nursing bed is a virtual reality operating system based on C# programming language. It includes video monitoring, nursing and rehabilitation operation function, historical data display, report forms printing, and vital sign parameter measurement and display. It can realize the function of centralized operation and decentralized control for the nursing bed, and can respond to the dynamic needs of patients in real time. The virtual reality operating system can be used to monitor the status of a single medical staff in the general monitoring room monitoring the multiple units of the nursing beds. Therefore it can reduce the workload of medical staff and improve work efficiency. We use virtual reality technology to achieve animation operation, video response, dynamic monitoring of the state of the patient's bed, and we can control the nursing bed in real time to meet the needs of patients. The interface of PC monitoring system is shown in Figure 5. Fig. 5 The interface of PC monitoring system 3. CONCLUSIONS The control system of the nursing bed presented in this paper can achieve the requirements of intelligent, low power consumption and scalable hardware and software. Software design uses modular design, which is conducive to the further upgrading and improvement of the function of nursing bed, and can improve the design efficiency of the system. The PC monitoring system can monitor the status of the nursing bed in real time. It has high reliability, good expansibility, and it can meet the needs of different patients, which is of great significance to the long-term development of the industry. ACKNOWLEDGEMENTS This work is supported by the Shanghai Science and Technology Committee. REFERENCES [1] Jiang H, Wang W and Liu Y P. Research and development of multifunctional nursing bed [J]. Development and application of SCM, 2006,22(7-2):117-120. [2] Zhang B H. The design and research of multifunctional rehabilitation bed [D]. TianjinUniversity of Science and Technology, 2009.
  • 6. International Journal of Computer Science & Engineering Survey (IJCSES) Vol.7, No.2, April 2016 20 [3] Guo J L. Design and research of embedded control system for lower limb rehabilitation robot [D]. Hebei University of Technology, 2013. [4] Li S L, Feng J, and Liu W J. The hardware design of embedded system based on S3C2440A [J]. Journal of Huanggang Normal University,2009, 29(3):37-41. [5] Wang Y. Development of multifunctional electric nursing bed control system [J]. Manufacturing automation, 2009,31(6):70-72. [6] He Q Y. ARM based remote monitoring control system of the nursing service robot [D]. Nanchang University, 2011. [7] SAMSUNG ELECTRONICS Datasheet:S3C2440A USER'MANUAL Revision 0.12,2004. AUTHORS Wang Shujie was born in 1992, the postgraduate of Shanghai University of Engineering Science. Her present research interest is embedded control system.