Design of Soybean Milk Machine Control System based on STC89C52. Ya-gang SUN, Yue ZHANG, Zhi-gang YANG, Rui-cheng ZHANG and Xiao-wei SHEN

Size: px
Start display at page:

Download "Design of Soybean Milk Machine Control System based on STC89C52. Ya-gang SUN, Yue ZHANG, Zhi-gang YANG, Rui-cheng ZHANG and Xiao-wei SHEN"

Transcription

1 2016 International Conference on Advanced Manufacture Technology and Industrial Application (AMTIA 2016) ISBN: Design of Soybean Milk Machine Control System based on STC89C52 Ya-gang SUN, Yue ZHANG, Zhi-gang YANG, Rui-cheng ZHANG and Xiao-wei SHEN College of Electrical Engineering, North China University of Science and Technology, China Keywords: STC89C52 single ship, Soybean milk machine, Hardware design, Software design. Abstract. Aiming at making soybean milk machine efficiently, hardware circuit and software are designed. The design of soybean milk machine is based on STC89C52 single chip, using AD sampling to detect the water level, and temperature sensor to detect temperature. Hardware system consist six main modules: temperature detection module, water level detection module, LCD module, key module, heating and polishing module and alarming module. The paper presents electrical schematic and diagrams of printed circuit board. The design is practical. The product has great market potentials. Introduction Soybean milk is a good liquid nutrition for both the young and the old, which contains iron element as6 times as milk, so it is called the milk of the plants. People can make soybean into hot and delicious soybean milk. With the improvement of people's health, it is a big trend that people love to buy soybean milk machine to make it all by themselves to avoid buying soybean milk from unidentified source, so the machine has a huge market [1]. Due to on the complexity of soybean milk machine, a lot of problems existed in soybean milk machine haven t been solved efficiently. These problems not only affect the customers to use, but also limit the development of soybean milk machine [2]. This paper introduces a soybean milk machine control system design based on single chip microcomputer. When the system starts, it first initializes settings for working MCU module. When the MCU module initialization setting is completed, it begins to measure the temperature and water level, and then displays the information on the screen. User can then choose the working module, i.e., automatic mode, manual heating mode, manual crushing mode and stop mode. After that, the system will work according to the selected mode. System Structure This system adopts STC89C52 single-chip microcomputer as the core controller, because its price is relatively cheap and its function can also satisfy the design requirement. It uses LCD1602 as display, and use 18B20 sensor to measure temperature. It gets the current water level voltage by water level detection probe, then it can detect the state of high and low water level through ADC0832 AD sampling chip. After choosing a working mode, system will work according to the chosen mode. In automatic mode, the MCU will sample temperature and water level to make a decision to switch the state of alarming, crushing and heating. The system structure block diagram is shown as Figure 1 [3]. System Functions The main functions of the system are as follows. (1) Power on the whole system, which starts initializing of each modules (2) Measure the water level and current temperature, and display the information on the screen. If the current water level is not within the range of preset value, the system will alarm, pause the chosen working mode and display the water level abnormal situation on the screen. (3) Start regulate work mode, each key corresponds to the different work modes including automatic mode, manual heating mode, manual crushing mode and stop mode. After setting the work mode through the keys, the system will display the current work mode information on the screen, and

2 it will work according to the chosen work mode. (4) In the course of work, the system will detect the current state of water level and temperature. When the water level anomalies, the system will sound the alarm, and the system will be at stop mode. Water level detection prode Serial port downloader Control single Crushing and heating mode Download programs Analog voltage Main control system STC 89C52 Alarm single Sound and light alarm system Measure temperature Water level detection prode Digital voltage Temperature sensor Various paramenters LCD 1602 display Figure 1. System structure block diagram. Hardware Design Water Level Detection Module Circuit Design This module needs to detect upper and lower water levels in order to sound the alarm when the level is not within the preset range. The system only needs to sound the alarm when the water level is below or above set water level. So water level detection module only need to detect highest and lowest water level. Therefore, two water level probes are installed to detect the highest and lowest water level in this module circuit design. When the liquid surface contact the probe, the voltage of the probe will appear as different value that it is not contacted with water. The analog voltage of the probe can be converted to digital voltage by the modulus conversion chip ADC0832. The digital voltage will be sent to single chip microcomputer. With voltage information, water level can be determined by microcomputer, which completes the task of water level detection [4]. Temperature Detection Module Circuit Design This module needs to detect the temperature of the soybean milk, which is displayed on the screen later on. Temperature detection module can measure the current temperature of the soybean milk. After the MCU get the current temperature value of the soybean milk, it can display it on the screen. Then users can see the current temperature of the soybean milk and make the decision to stop the system or not. Temperature detection function of soybean milk machine control system is so important that we put its circuit design at an important position.ds18b20 chip is used as the temperature sensor of this system. The chip is single wire interface and needs only a line between MCU to communicate. The temperature range is -55 ~+125, which can satisfy the demand of the temperature detection. Its hardware structure is relatively simple and can reduce the space of hardware circuit. Heating and Pulping Module Circuit Design Crushing and heating modules are needed to crush and heat soybean milk. Dry mold heat pipes are used to simulate the heating process, the 12V power supply fan is used to simulate the pulping process. The two modules need 12V voltage and large current, so its power supply need to be separated. This two modules need 12V DC power supply, so 12V 2A power supply is selected as the power supply module. In this design, heating and crushing modules are controlled by microcomputer, relay control is used to realize the function of weak current controlling high voltage.

3 A Serial Port Communication Module Circuit Design After completing the design of hardware, Software should be designed, implemented, and downloaded to the MCU in the process of software debugging. Therefore, a serial port communication module is needed in the design of whole circuit. This design uses STC microcomputer downloader to download the software by using the principle of asynchronous communication. The RXD port of downloader (data receiver) is connected to P3.1 foot of MCU (MCU RXD port, data sender), the TXD port of downloader is connected to RXD foot of MCU. After completion of the hardware connection, software program can be burned to the MCU. Software Design The system software mainly contain six parts. There are temperature measurement module; water level measurement module; the key module; display module; crushing and heating module; alarm module. The system software flow control diagram is shown as Figure 2 [5-7]. Start LCD Initialization Information Display Motor Initialization Buzzer Initialization Get Temperature Level Information Choose Work Mode Automatic Mode Heat 15S Crush 15S, Continue 60S Stop Manual Mode Crush 15S or Heat 60S Stop Figure 2. Technologic diagram of system. Electrical Schematic Diagram Before design PCB circuit, schematic diagram should be designed first and each module circuit need be to electricallyconnected. The PCB design software is Altium Designer 10, which specilize inhardware design and is the mainstream hardware design software. It can meet the needs of most hardware design cases. Its operation is simple that it s very suitable as hardware circuit design software. The soybean milk machine electrical schematic diagram is shown as Figure 3. Printed Circuit Board After generating PCB diagram according to the schematic diagram, the following should be paid attention to finishing the electrical connection. (1) In the generated PCB diagram, put all components at the suitable position for the convenience of electrical connection. (2) The whole circuit board should avoid external disturbance. The best design method is that the power and ground circuit line should be more coarse than the signal lines. (3) The digital and analog circuits of the signal shouldinterfere with each other easily. So it s best to separate to place them. This is especially important in the large scale integrated circuit design. (4) In order to ensure integrity of the ground electrode so as to enhance its ability to withstand high current. It would be better to set the vacant position of the circuit board as ground electrode. (5) While designing the circuit, the binding pads should have the largest contact surface with the copper clad surface. And it will reduce the probability of virtual welding. (6) Circuit lines should be set at a reasonable density so that it can not only reduce

4 the size of the circuit board but also improve the performance. The soybean milk machine PCB board is shown as Figure 4. Test Results After finishing hardware circuit design, software design is then started. Each modules is designed individually according to modular programming described above. After debugging good modules of software, combine all the codes under a project. The soybean milk machine test results are shown as Figure 5. Figure 3. Soybean Milk Machine Electrical Schematic Diagram. Figure 4. Soybean milk machine PCB board.

5 Figure 5. Soybean milk machine test results. Summary This paper present the design of a soybean milk machine which is based on STC89C52 single chip. It can heat and polish the soybean milk automatically. The design study can solve some problems existed in conventional soybean milk machine, it s conducive to the market promotion of soybean milk machine and help people to drink delicious soybean milk. The subject research will bring about huge market demand and satisfy people s demand, so it s very meaningful to further research. Acknowledgements This work was financially supported by the Key Project of Sichuan Provincial Department of Education (13ZB0200), Tangshan Technology R & D Program ( a), Doctoral Scientific Research Foundation of North China University of Science and Technology, Research and Practice of Teaching Reform in Education of North China University of Science and Technology (QZ ), Hebei Provincial Natural Science Foundation (F ) and Educational Commission of Hebei Province of China (ZD ) References [1] Hao Liu. Research and Practice of the automatic soymilk machine s improved design [D]. Wuhan University of Technology, [2] Wen-li Lei, Xin-Cheng Ren, Xin-Liang Cao. Full-Automatic Soymilk Machine Control System based on Z86E02 [J]. Journal of Yanan University (Natural Science Edition), 2015, Vol.34 (2): [3] Cheng-Zhong Hu, Jian Zhao, Dong-Sheng Zhang. The Design of Beanstalk Timing System Based on MCU [J]. Electronics Technology, 2013 (1): [4] Xiang-feng Zhang, Qiang-Jun Zhang, Hong-Tao Ren. Development of Intelligent Soymilk Machine Control System [J]. Journal of Luoyang Institute of Technology, 2001, Vol. 22(4): [5] Feng-guo Jiang, Peng Liu. Full-Automatic Soymilk Machine Control System based on AT89C52[J]. Journal of Yantai University (Natural Science and Engineering Edition), 2014, Vol.27 (1): [6] Sheng Liu, Jing-Li Yang. Full-Automatic Soymilk Machine Control System based on PIC16C54 [J]. Electronic Engineer, 2004, Vol.30 (7): [7] Fen Liu. Design of a Soymilk Grinder Based on SH69P42 Microcontroller [J]. Electronic Sci. & Tech., 2010, Vol.24(5):

Qingdao, , China. China. Keywords: Deep sea Ultrahigh pressure, Water sound acquisition, LabVIEW, NI PXle hardware.

Qingdao, , China. China. Keywords: Deep sea Ultrahigh pressure, Water sound acquisition, LabVIEW, NI PXle hardware. 2016 International Conference on Control and Automation (ICCA 2016) ISBN: 978-1-60595-329-8 Research and Design on Water Sound Acquisition System of Deep Sea Ultrahigh Pressure Environment Gang TONG 1,

More information

Design of Desert Plant Monitoring System Based on SI446X Wireless Radio Frequency Communication

Design of Desert Plant Monitoring System Based on SI446X Wireless Radio Frequency Communication 4th International Conference on Sustainable Energy and Environmental Engineering (ICSEEE 2015) Design of Desert Plant Monitoring System Based on SI446X Wireless Radio Frequency Communication Hua Guo1,a,

More information

Design of Intelligent System for Watering Flowers Based on IOT

Design of Intelligent System for Watering Flowers Based on IOT 4th International Conference on Computer, Mechatronics, Control and Electronic Engineering (ICCMCEE 2015) Design of Intelligent System for Watering Flowers Based on IOT Hong-Jun GU a, Shi-Dong Zhu, Yan-Fen

More information

Temperature Control System of Cold Storage

Temperature Control System of Cold Storage International Conference on Electromechanical Control Technology and Transportation (ICECTT 2015) Temperature Control System of Cold Storage Ting Lu 1 and Zeliang Liu 2 School of Electronic Engineering,

More information

A Tentative Study on Ward Monitoring System based on Zigbee Technology Jifeng Liang

A Tentative Study on Ward Monitoring System based on Zigbee Technology Jifeng Liang 7th International Conference on Education, Management, Computer and Medicine (EMCM 2016) A Tentative Study on Ward Monitoring System based on Zigbee Technology Jifeng Liang Xi an Fanyi University, Xi an

More information

The Design of Electronic Color Screen Based on Proteus Visual Designer Ting-Yu HOU 1,a, Hao LIU 2,b,*

The Design of Electronic Color Screen Based on Proteus Visual Designer Ting-Yu HOU 1,a, Hao LIU 2,b,* 2016 Joint International Conference on Service Science, Management and Engineering (SSME 2016) and International Conference on Information Science and Technology (IST 2016) ISBN: 978-1-60595-379-3 The

More information

International Power, Electronics and Materials Engineering Conference (IPEMEC 2015)

International Power, Electronics and Materials Engineering Conference (IPEMEC 2015) International Power, Electronics and Materials Engineering Conference (IPEMEC 2015) Design of Intelligent Car Based on Single Chip Processor STC89C52 Li Xin 1,a, Xiang Qiang 1,b, 1 College of Electrical

More information

The Design and Development of the Precision Planter Sowing Depth Control System

The Design and Development of the Precision Planter Sowing Depth Control System Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com The Design and Development of the Precision Planter Sowing Depth Control System 1 Liping WEN, 2 Xiongfei FAN, 1 Zhao LIU,

More information

Modeling and Analysis of the Support System of Space-based Anti-missile Information Based on UML

Modeling and Analysis of the Support System of Space-based Anti-missile Information Based on UML 2018 International Conference on Modeling, Simulation and Optimization (MSO 2018) ISBN: 978-1-60595-542-1 Modeling and Analysis of the Support System of Space-based Anti-missile Information Based on UML

More information

A Design of Remote Monitoring System based on 3G and Internet Technology

A Design of Remote Monitoring System based on 3G and Internet Technology National Conference on Information Technology and Computer Science (CITCS 2012) A Design of Remote Monitoring System based on 3G and Internet Technology Shouxian WEN Lei XU Xingguo SUN Xiaohui LI* Abstract

More information

Application of Co-simulation Technology Based on LabVIEW and Multisim in Electronic Design

Application of Co-simulation Technology Based on LabVIEW and Multisim in Electronic Design Application of Co-simulation Technology Based on LabVIEW and Multisim in Electronic Design Yuan Wang 1, *, Liangcheng Wang 1,Xiaolan Liu 2,3, *, Mi Zhou 1 1. School of Science and Technology, Sanya College,

More information

Design of Bicycle mileage Speed Meter

Design of Bicycle mileage Speed Meter Journal of Computing and Electronic Information Management ISSN: 2413-1660 Design of Bicycle mileage Speed Meter Xiuwei Fu 1, a 1 College of Information & Control Engineering, Jilin Institute of Chemical

More information

Embedded Smart Home System Based on ZigBee Song Chi

Embedded Smart Home System Based on ZigBee Song Chi International Conference on Intelligent Systems Research and Mechatronics Engineering (ISRME 2015) Embedded Smart Home System Based on ZigBee Song Chi Liaoning Jidian Polytechnic North Gold and Jewelry

More information

Intelligent bus temperature measurement system based on Zigbee networks

Intelligent bus temperature measurement system based on Zigbee networks 4th International Conference on Mechatronics, Materials, Chemistry and Computer Engineering (ICMMCCE 2015) Intelligent bus temperature measurement system based on networks Gang Ma1,a, WenGong Jiang2,b

More information

International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015)

International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015) International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015) ARINC - 429 airborne communications transceiver system based on FPGA implementation Liu Hao 1,Gu Cao 2,MA

More information

2017 International Conference on Economics, Management Engineering and Marketing (EMEM 2017) ISBN:

2017 International Conference on Economics, Management Engineering and Marketing (EMEM 2017) ISBN: 2017 International Conference on Economics, Management Engineering and Marketing (EMEM 2017) ISBN: 978-1-60595-502-5 Design of Attendance Check System Based on Ethernet Technology and Fingerprint Recognition

More information

Design and Research of Intelligent Remote Control Fan Based on Single Chip Microcomputer and Bluetooth Technology

Design and Research of Intelligent Remote Control Fan Based on Single Chip Microcomputer and Bluetooth Technology Design and Research of Intelligent Remote Control Fan Based on Single Chip Microcomputer and Bluetooth Technology Xue-Xia Zhang 1,a, You-Yun DANG 2 and An-Ying FU 1 1 Shaanxi Institute of International

More information

World Scientific Research Journal (WSRJ) ISSN: Design and Implementation of Stepper Motor Control System Based on 52 MCU

World Scientific Research Journal (WSRJ) ISSN: Design and Implementation of Stepper Motor Control System Based on 52 MCU World Scientific Research Journal (WSRJ) ISSN: 2472-3703 www.wsr-j.org Design and Implementation of Stepper Motor Control System Based on 52 MCU Xinglan Zhang a, Xianda Zhang b, * and Xin Zhong c School

More information

Condition Monitoring System of Mine Air Compressors Based on Wireless Sensor Network

Condition Monitoring System of Mine Air Compressors Based on Wireless Sensor Network Condition Monitoring System of Mine Air Compressors Based on Wireless Sensor etwork Sheng Fu, inbo Gao, Hao Lin Abstract In the current mine air compressors monitoring system, there are some difficulties

More information

Design of Underground Current Detection Nodes Based on ZigBee

Design of Underground Current Detection Nodes Based on ZigBee MATEC Web of Conferences 22, 0104 5 ( 2015) DOI: 10.1051/ matecconf/ 20152201045 C Owned by the authors, published by EDP Sciences, 2015 Design of Underground Current Detection Nodes Based on ZigBee Deyu

More information

Research of digital temperature measurement system in vacuum thermal test based on DS18B20

Research of digital temperature measurement system in vacuum thermal test based on DS18B20 Research of digital temperature measurement system in vacuum thermal test based on DS18B20 Zhu Xi, An Wangqing, Liu Chang, Li ZhenWei and Liu Zeyuan Beijing Institute of Spacecraft Environment Engineering,

More information

KEY TECHNOLOGY DESIGN OF VIRTUAL INSTRUMENT FOR FAULT DETECTION ON ANALOGUE INTEGRATED OPERATION- AMPLIFIER BASED ON FPGA AND DSP

KEY TECHNOLOGY DESIGN OF VIRTUAL INSTRUMENT FOR FAULT DETECTION ON ANALOGUE INTEGRATED OPERATION- AMPLIFIER BASED ON FPGA AND DSP Key Technology Design of irtual Instrument for Fault Detection on Analog Integrated Operation-amplifier KEY TECHNOLOGY DESIGN OF IRTUAL INSTRUMENT FOR FAULT DETECTION ON ANALOGUE INTEGRATED OPERATION-

More information

Application of Face Recognition Technology in the Exam Identity Authentication System Li-jun YU 1,a,* and Ke-feng LI 2,b

Application of Face Recognition Technology in the Exam Identity Authentication System Li-jun YU 1,a,* and Ke-feng LI 2,b 2017 3rd International Conference on Social Science and Management (ICSSM 2017) ISBN: 978-1-60595-445-5 Application of Face Recognition Technology in the Exam Identity Authentication System Li-jun YU 1,a,*

More information

Design of Remote GPRS-based Gas Data Monitoring System

Design of Remote GPRS-based Gas Data Monitoring System IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS Design of Remote GPRS-based Gas Data Monitoring System To cite this article: Xiyue Yan et al 2018 IOP Conf. Ser.: Earth Environ.

More information

Research on Mine Gas Monitoring System Based on Single-chip Microcomputer

Research on Mine Gas Monitoring System Based on Single-chip Microcomputer 2018 2nd International Conference on Systems, Computing, and Applications (SYSTCA 2018) Research on Mine Gas Monitoring System Based on Single-chip Microcomputer Shusen Meng Jiangsu Vocational Institute

More information

Design of Intelligent Garbage Bin

Design of Intelligent Garbage Bin Journal of Computing and Electronic Information Management ISSN: 2413-1660 Design of Intelligent Garbage Bin Mingyu Zhang Suzhou Vocational Institute of Industrial Technology, Department of Electronic

More information

An intelligent LED landscape lighting system

An intelligent LED landscape lighting system An intelligent landscape lighting system Lei Zhang 1,2,*, Jie Fang 1,2 and Ping Yu 1,2 1 School of electrical and photoelectrical Engineering. West Anhui University, Lu an, Anhui, 237012 2 Intelligent

More information

Design of New Oscillograph based on FPGA

Design of New Oscillograph based on FPGA Available online at www.sciencedirect.com Procedia Engineering 23 (2011) 60 64 Design of New Oscillograph based on FPGA Hu Haoran,ZHANG Fei School of Computer & Information, Anqing Teachers College, Anqing

More information

The Application of Programmable Controller to Chip Design. Shihong Lan 1, Jian Zhang 2

The Application of Programmable Controller to Chip Design. Shihong Lan 1, Jian Zhang 2 Applied Mechanics and Materials Online: 2013-01-11 ISSN: 1662-7482, Vol. 273, pp 722-725 doi:10.4028/www.scientific.net/amm.273.722 2013 Trans Tech Publications, Switzerland The Application of Programmable

More information

Design and Implementation of Aquarium Remote Automation Monitoring and Control System

Design and Implementation of Aquarium Remote Automation Monitoring and Control System Design and Implementation of Aquarium Remote Automation Monitoring and Control System Yinchi Ma 1,2,* and Wen Ding 1,2 1 Beijing Fisheries Research Institute, Beijing, 100068, China 2 National Engineering

More information

Design of Digital Voltmeter for Microcontrollers

Design of Digital Voltmeter for Microcontrollers Design of Digital Voltmeter for Microcontrollers Kaikai Liu a, Enpeng Fu b, Ying Wang c and Shaoxin Feng d Shandong University of Science and Technology, Qingdao 266590, China. a17171689507@163.com, b

More information

Design of Greenhouse Temperature and Humidity Monitoring System Based on ZIGBEE Technique Ming Xin 1,a, Wei Zhongshan 1,b,*

Design of Greenhouse Temperature and Humidity Monitoring System Based on ZIGBEE Technique Ming Xin 1,a, Wei Zhongshan 1,b,* International Conference on Computational Science and Engineering (ICCSE 2015) Design of Greenhouse Temperature and Humidity Monitoring System Based on ZIGBEE Technique Ming Xin 1,a, Wei Zhongshan 1,b,*

More information

Research on Power Quality Monitoring and Analyzing System Based on Embedded Technology

Research on Power Quality Monitoring and Analyzing System Based on Embedded Technology 2010 China International Conference on Electricity Distribution 1 Research on Power Quality Monitoring and Analyzing System Based on Embedded Technology Zhang Hong-tao, Ye Ying, An Qing China Zhoukou Power

More information

Battery Energy Storage System Information Modeling Based on IEC 61850

Battery Energy Storage System Information Modeling Based on IEC 61850 Journal of Power and Energy Engineering, 2014, 2, 233-238 Published Online April 2014 in SciRes. http://www.scirp.org/journal/jpee http://dx.doi.org/10.4236/jpee.2014.24033 Battery Energy Storage System

More information

Design of Coal Mine Power Supply Monitoring System

Design of Coal Mine Power Supply Monitoring System 2nd International Conference on Electronics, Network and Computer Engineering (ICENCE 2016) Design of Coal Mine Power Supply Monitoring System Lei Shi 1, Guo Jin 2 and Jun Xu 3 1 2 Department of electronic

More information

DESIGN OF CALORIMETER BASED ON ARM AND ZIGBEE

DESIGN OF CALORIMETER BASED ON ARM AND ZIGBEE DESIGN OF CALORIMETER BASED ON ARM AND ZIGBEE Mr. Ravindrra Deshmukkh 1, Dr. Pankaj Agrawal 2 1,2 Electronics Engineering, B. D. College Of Engg., (India) ABSTRACT The design of ARM based wireless Calorimeter

More information

Research on Heterogeneous Communication Network for Power Distribution Automation

Research on Heterogeneous Communication Network for Power Distribution Automation 3rd International Conference on Material, Mechanical and Manufacturing Engineering (IC3ME 2015) Research on Heterogeneous Communication Network for Power Distribution Automation Qiang YU 1,a*, Hui HUANG

More information

The engine temperature real-time monitoring instrument based on Microcontroller. Wang Jiayue, Yue Yuntao, Luan Ru, Zhang Jianghui Qin Xin

The engine temperature real-time monitoring instrument based on Microcontroller. Wang Jiayue, Yue Yuntao, Luan Ru, Zhang Jianghui Qin Xin nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 06) The engine temperature real-time monitoring instrument based on Microcontroller Wang Jiayue, Yue Yuntao, Luan Ru, Zhang

More information

Intelligent Pressure Measuring System

Intelligent Pressure Measuring System Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IJCSMC, Vol. 3, Issue.

More information

Master Control Design of Intelligent Homes Based on Voice Recognition Technology

Master Control Design of Intelligent Homes Based on Voice Recognition Technology 2018 5th International Conference on Education, Management and Computing Technology (ICEMCT 2018) Master Control Design of Intelligent Homes Based on Voice Recognition Technology Chen Hong School of Computer

More information

A Digital Menu System Based on the Cloud client Technology Lin Dong 1, a, Weibo Li 1, b, Ping He 2,c,Jia Liu 1,d

A Digital Menu System Based on the Cloud client Technology Lin Dong 1, a, Weibo Li 1, b, Ping He 2,c,Jia Liu 1,d Applied Mechanics and Materials Online: 2012-11-29 ISSN: 1662-7482, Vol. 235, pp 389-393 doi:10.4028/www.scientific.net/amm.235.389 2012 Trans Tech Publications, Switzerland A Digital Menu System Based

More information

The Design of Wireless Data Collector based on WIA-PA Ligang Li 1,2,a, Zhongfeng Wang 1,2,b, Jianlong Huang 1,2,c

The Design of Wireless Data Collector based on WIA-PA Ligang Li 1,2,a, Zhongfeng Wang 1,2,b, Jianlong Huang 1,2,c Advanced Materials Research Online: 04-06-5 ISSN: 66-8985, Vols. 97-97, pp 79-794 doi:0.408/www.scientific.net/amr.97-97.79 04 Trans Tech Publications, Switzerland The Design of Wireless Data Collector

More information

Design of Substation and Distribution Station Monitoring System Based on DELPHI and Intelligent Modules

Design of Substation and Distribution Station Monitoring System Based on DELPHI and Intelligent Modules Journal of Information Hiding and Multimedia Signal Processing c 2016 ISSN 2073-4212 Ubiquitous International Volume 7, Number 4, July 2016 Design of Substation and Distribution Station Monitoring System

More information

Research Article. Three-dimensional modeling of simulation scene in campus navigation system

Research Article. Three-dimensional modeling of simulation scene in campus navigation system Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2013, 5(12):103-107 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Three-dimensional modeling of simulation scene

More information

The Design of Modularized Oil Tank Measurement and Control Intelligent Unit

The Design of Modularized Oil Tank Measurement and Control Intelligent Unit Research Journal of Applied Sciences, Engineering and Technology 5(22): 5286-5292, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: October 22, 2012 Accepted: December

More information

Framework Research on Privacy Protection of PHR Owners in Medical Cloud System Based on Aggregation Key Encryption Algorithm

Framework Research on Privacy Protection of PHR Owners in Medical Cloud System Based on Aggregation Key Encryption Algorithm Framework Research on Privacy Protection of PHR Owners in Medical Cloud System Based on Aggregation Key Encryption Algorithm Huiqi Zhao 1,2,3, Yinglong Wang 2,3*, Minglei Shu 2,3 1 Department of Information

More information

Improvement of the Communication Protocol Conversion Equipment Based on Embedded Multi-MCU and μc/os-ii

Improvement of the Communication Protocol Conversion Equipment Based on Embedded Multi-MCU and μc/os-ii Improvement of the Communication Protocol Conversion Equipment Based on Embedded Multi-MCU and μc/os-ii P. Sai Chaitanya & T. Sandeep ECE Department, Varadha Reddy College of Engineering, Hasanparthy,

More information

Research on Belt Conveyor Monitoring and Control System

Research on Belt Conveyor Monitoring and Control System Research on Belt Conveyor Monitoring and Control System Shasha Wang, Weina Guo, Wu Wen, Ruihan Chen, Ting Li, and Fang Fang Hebei Polyteehie University, Electronic Information Engineering, Hebei tangshan

More information

Design of Automatic Control System for the Using of Gas Wells Production

Design of Automatic Control System for the Using of Gas Wells Production 2018 International Conference on Physics, Computing and Mathematical Modeling (PCMM 2018) ISBN: 978-1-60595-549-0 Design of Automatic Control System for the Using of Gas Wells Production Wen-guang DUAN

More information

Design of Environment Monitoring System in Hatcheries Based on WSN

Design of Environment Monitoring System in Hatcheries Based on WSN Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com Design of Environment Monitoring System in Hatcheries Based on WSN Zhiping LIU, Hanyu LIU School of Electrical Engineering and Automation,

More information

Journal of Chemical and Pharmaceutical Research, 2015, 7(3): Research Article

Journal of Chemical and Pharmaceutical Research, 2015, 7(3): Research Article Available online www.jocpr.com Journal of Chemical and Pharmaceutical esearch, 015, 7(3):175-179 esearch Article ISSN : 0975-7384 CODEN(USA) : JCPC5 Thread image processing technology research based on

More information

Research on Intelligent Human-Machine Interface of Relay Protection

Research on Intelligent Human-Machine Interface of Relay Protection International Conference on Advances in Energy, Environment and Chemical Engineering (AEECE-2015) Research on Intelligent Human-Machine Interface of Relay Protection Can Bao 1,a, Jianfei Yang and Huaren

More information

Human heart rate detector based on photoelectric volume

Human heart rate detector based on photoelectric volume Abstract Human heart rate detector based on photoelectric volume Jian Du, Jie Hu Southwest Petroleum University, Chengdu 610500, China. At present, the most effective and intuitionistic method for detecting

More information

Design of the Refueling Card Information Transmission System Based On DTMF

Design of the Refueling Card Information Transmission System Based On DTMF Design of the Refueling Card Information Transmission System Based On DTMF Yingzhi Wang 1, Han Lin 2, Zewen Chang 3, Jia Yang 4 1 Changchun University of Science and Technology, Changchun 130022 China

More information

Research Of Data Model In Engineering Flight Simulation Platform Based On Meta-Data Liu Jinxin 1,a, Xu Hong 1,b, Shen Weiqun 2,c

Research Of Data Model In Engineering Flight Simulation Platform Based On Meta-Data Liu Jinxin 1,a, Xu Hong 1,b, Shen Weiqun 2,c Applied Mechanics and Materials Online: 2013-06-13 ISSN: 1662-7482, Vols. 325-326, pp 1750-1753 doi:10.4028/www.scientific.net/amm.325-326.1750 2013 Trans Tech Publications, Switzerland Research Of Data

More information

Design of an Intelligent PH Sensor for Aquaculture Industry

Design of an Intelligent PH Sensor for Aquaculture Industry Design of an Intelligent PH Sensor for Aquaculture Industry Haijiang Tai 1, Qisheng Ding 1,2,*, Daoliang Li 1,**, and aoguang Wei 1 1 College of Information and Electrical Engineering, China Agricultural

More information

Design and Implementation of Remote Medical Monitoring System for. Homecare

Design and Implementation of Remote Medical Monitoring System for. Homecare 2nd International Conference on Electronics, Network and Computer Engineering (ICENCE 2016) Design and Implementation of Remote Medical Monitoring System for Homecare Juan Zhong1, a, * Hua Liao2, b 1 College

More information

2008 International Conference on Apperceiving Computing and Intelligence Analysis (ICACIA 2008) Chengdu, China December 2008

2008 International Conference on Apperceiving Computing and Intelligence Analysis (ICACIA 2008) Chengdu, China December 2008 2008 International Conference on Apperceiving Computing and Intelligence Analysis (ICACIA 2008) Chengdu, China 13-15 December 2008 IEEE Catalog Number: ISBN: CFP0881F-PRT 978-1-4244-3427-5 TABLE OF CONTENTS

More information

Research of tooling test signal collection and analysis Guozhuang Liang 1, a, Xuan Chen 1,b,Yufeng Yao 2,c

Research of tooling test signal collection and analysis Guozhuang Liang 1, a, Xuan Chen 1,b,Yufeng Yao 2,c 5th International Conference on Information Engineering for Mechanics and Materials (ICIMM 2015) Research of tooling test collection and analysis Guozhuang Liang 1, a, Xuan Chen 1,b,Yufeng Yao 2,c 1 School

More information

Lightning Protection Performance Assessment of Transmission Line Based on ATP model Automatic Generation

Lightning Protection Performance Assessment of Transmission Line Based on ATP model Automatic Generation MATEC Web of Conferences 55, 03001 () DOI: 10.1051/ matecconf/5503001 Lightning Protection Performance Assessment of Transmission Line Based on ATP model Automatic Generation Luo Hanwu 1, Li Mengke 1,

More information

Design of Fault Diagnosis System of FPSO Production Process Based on MSPCA

Design of Fault Diagnosis System of FPSO Production Process Based on MSPCA 2009 Fifth International Conference on Information Assurance and Security Design of Fault Diagnosis System of FPSO Production Process Based on MSPCA GAO Qiang, HAN Miao, HU Shu-liang, DONG Hai-jie ianjin

More information

Design of Intelligent Power Terminal System Based on Family Heterogeneous Network

Design of Intelligent Power Terminal System Based on Family Heterogeneous Network IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Design of Intelligent Power Terminal System Based on Family Heterogeneous Network To cite this article: Yunxiang Zhang et al 2018

More information

Recovering the Communication of Power System Protection Quickly Via ZigBee Wireless Network for the Intelligent Protection Center Research

Recovering the Communication of Power System Protection Quickly Via ZigBee Wireless Network for the Intelligent Protection Center Research 2016 International Conference on Material Science and Civil Engineering (MSCE 2016) ISBN: 978-1-60595-378-6 Recovering the Communication of Power System Protection Quickly Via ZigBee Wireless Network for

More information

The Application of Wireless Sensor in Aquaculture Water Quality Monitoring

The Application of Wireless Sensor in Aquaculture Water Quality Monitoring The Application of Wireless Sensor in Aquaculture Water Quality Monitoring Wen Ding, Yinchi Ma Beijing Fisheries Research Institute, Beijing, 100068, China {dingwen, mayinchi}@bjfishery.com Abstract. The

More information

Design and Implementation of Video Barcode Scanning Based on ARM

Design and Implementation of Video Barcode Scanning Based on ARM Sensors & Transducers 203 by IFSA http://www.sensorsportal.com Design and Implementation of Video Barcode Scanning Based on ARM G. H. LI, H. YANG, 2 L. CHEN College of Electronic Engineering, Xi an University

More information

AN WIRELESS COLLECTION AND MONITORING SYSTEM DESIGN BASED ON ARDUINO. Lu Shaokun 1,e*

AN WIRELESS COLLECTION AND MONITORING SYSTEM DESIGN BASED ON ARDUINO. Lu Shaokun 1,e* Advanced Materials Research Online: 2014-06-25 ISSN: 1662-8985, Vols. 971-973, pp 1076-1080 doi:10.4028/www.scientific.net/amr.971-973.1076 2014 Trans Tech Publications, Switzerland AN WIRELESS COLLECTION

More information

Design of a Simple 3-Lead ECG Acquisition System Based on MSP430F149

Design of a Simple 3-Lead ECG Acquisition System Based on MSP430F149 2011 International Conference on Computer and Automation Engineering (ICCAE 2011) IPCSIT vol. 44 (2012) (2012) IACSIT Press, Singapore DOI: 10.7763/IPCSIT.2012.V44.15 Design of a Simple 3-Lead ECG Acquisition

More information

Control System for Electrical Exploding Wire Opening Switch Experimental Equipment

Control System for Electrical Exploding Wire Opening Switch Experimental Equipment 6th International Conference on Advanced Design and Manufacturing Engineering (ICADME 2016) Control System for Electrical Exploding Wire Opening Switch Experimental Equipment YANG Jia-zhi1, a, DENG Yi-chen,1,b

More information

An Information Management System of Spot Check in Wind Farms

An Information Management System of Spot Check in Wind Farms 2017 International Conference on Energy, Power and Environmental Engineering (ICEPEE 2017) ISBN: 978-1-60595-456-1 An Information Management System of Spot Check in Wind Farms Jian ZHAO 1,*, Jia-hao HE

More information

Research on the Application of Digital Images Based on the Computer Graphics. Jing Li 1, Bin Hu 2

Research on the Application of Digital Images Based on the Computer Graphics. Jing Li 1, Bin Hu 2 Applied Mechanics and Materials Online: 2014-05-23 ISSN: 1662-7482, Vols. 556-562, pp 4998-5002 doi:10.4028/www.scientific.net/amm.556-562.4998 2014 Trans Tech Publications, Switzerland Research on the

More information

The Design of Flower Ecological Environment Monitoring System Based on ZigBee Technology

The Design of Flower Ecological Environment Monitoring System Based on ZigBee Technology The Design of Flower Ecological Environment Monitoring System Based on ZigBee Technology Xiaoqing Guo 1,* and Xinjian Xiang 2 1 School of Biological and Chemical Engineering, Zhejiang University of Science

More information

Research of Traffic Flow Based on SVM Method. Deng-hong YIN, Jian WANG and Bo LI *

Research of Traffic Flow Based on SVM Method. Deng-hong YIN, Jian WANG and Bo LI * 2017 2nd International onference on Artificial Intelligence: Techniques and Applications (AITA 2017) ISBN: 978-1-60595-491-2 Research of Traffic Flow Based on SVM Method Deng-hong YIN, Jian WANG and Bo

More information

Research on Design and Application of Computer Database Quality Evaluation Model

Research on Design and Application of Computer Database Quality Evaluation Model Research on Design and Application of Computer Database Quality Evaluation Model Abstract Hong Li, Hui Ge Shihezi Radio and TV University, Shihezi 832000, China Computer data quality evaluation is the

More information

Building Energy Saving Configuration Software Data Processing System

Building Energy Saving Configuration Software Data Processing System 2017 3rd International Conference on Electronic Information Technology and Intellectualization (ICEITI 2017) ISBN: 978-1-60595-512-4 Building Energy Saving Configuration Software Data Processing System

More information

General Data Acquisition Platform for Wireless Sensor Network Based on CC2538

General Data Acquisition Platform for Wireless Sensor Network Based on CC2538 General Data Acquisition Platform for Wireless Sensor Network Based on CC2538 Zhi-Jun Yang 1,2, Yang-Yang Ding 1, Hong-Wei Ding 1 and Yang Su 1 1 2 School of Information Science and Engineering, Yunnan

More information

The Analysis of the Loss Rate of Information Packet of Double Queue Single Server in Bi-directional Cable TV Network

The Analysis of the Loss Rate of Information Packet of Double Queue Single Server in Bi-directional Cable TV Network Applied Mechanics and Materials Submitted: 2014-06-18 ISSN: 1662-7482, Vol. 665, pp 674-678 Accepted: 2014-07-31 doi:10.4028/www.scientific.net/amm.665.674 Online: 2014-10-01 2014 Trans Tech Publications,

More information

A method of three-dimensional subdivision of arbitrary polyhedron by. using pyramids

A method of three-dimensional subdivision of arbitrary polyhedron by. using pyramids 5th International Conference on Measurement, Instrumentation and Automation (ICMIA 2016) A method of three-dimensional subdivision of arbitrary polyhedron by using pyramids LIU Ji-bo1,a*, Wang Zhi-hong1,b,

More information

Research on software development platform based on SSH framework structure

Research on software development platform based on SSH framework structure Available online at www.sciencedirect.com Procedia Engineering 15 (2011) 3078 3082 Advanced in Control Engineering and Information Science Research on software development platform based on SSH framework

More information

Marine fuel boiler system design platform. Hou Ying-ying

Marine fuel boiler system design platform. Hou Ying-ying Advanced Materials Research Submitted: 2014-05-11 ISSN: 1662-8985, Vols. 986-987, pp 1218-1221 Accepted: 2014-05-19 doi:10.4028/www.scientific.net/amr.986-987.1218 Online: 2014-07-18 2014 Trans Tech Publications,

More information

Research and Design of Universal Proportional Valve Controller

Research and Design of Universal Proportional Valve Controller Open Access Library Journal 2018, Volume 5, e4588 ISSN Online: 2333-9721 ISSN Print: 2333-9705 Research and Design of Universal Proportional Valve Controller Qiyu Zhang, Xiaoxiao Cao, Minghai Duan, Xiaohui

More information

Dynamic Balance Design of the Rotating Arc Sensor Based on PSO Algorithm

Dynamic Balance Design of the Rotating Arc Sensor Based on PSO Algorithm 016 International Conference on Advanced Manufacture Technology and Industrial Application (AMTIA 016) ISBN: 978-1-60595-387-8 Dynamic Balance Design of the Rotating Arc Sensor Based on PSO Algorithm Ji-zhong

More information

Research on Technologies in Smart Substation

Research on Technologies in Smart Substation Available online at www.sciencedirect.com Energy Procedia 12 (2011) 113 119 ICSGCE 2011: 27 30 September 2011, Chengdu, China Research on Technologies in Smart Substation Hongwei Li *, Lixin Wang Technology

More information

The Four Layers Elevator Control System Design Based on S7-200 PLC Xianjie Feng

The Four Layers Elevator Control System Design Based on S7-200 PLC Xianjie Feng Advances in Engineering Research (AER), volume 107 2nd International Conference on Materials Engineering and Information Technology Applications (MEITA 2016) The Four Layers Elevator Control System Design

More information

A Decision Support System Based on SSH and DWR for the Retail Industry

A Decision Support System Based on SSH and DWR for the Retail Industry A Decision Support System Based on SSH and DWR for the Retail Industry Chunyang Wang and Bo Yuan Division of Informatics, Graduate School at Shenzhen Tsinghua University Shenzhen 518055, P.R. China tsinglong@163.com,

More information

The Design of Supermarket Electronic Shopping Guide System Based on ZigBee Communication

The Design of Supermarket Electronic Shopping Guide System Based on ZigBee Communication The Design of Supermarket Electronic Shopping Guide System Based on ZigBee Communication Yujie Zhang, Liang Han, and Yuanyuan Zhang College of Electrical and Information Engineering, Shaanxi University

More information

Research of Measurement and Control System for Hydro-mechanical CVT Test Bench Based on LabVIEW

Research of Measurement and Control System for Hydro-mechanical CVT Test Bench Based on LabVIEW Research of Measurement and Control System for Hydro-mechanical CVT Test Bench Based on LabVIEW 1 Liyou Xu, 2 Min Zhang, 3 Zhili Zhou, 4 Zongjian Liu 1 Vehicle & Motive Power Engineering College, Henan

More information

The Integrated Design for Micro - environment Monitoring System of Showcase in Museum

The Integrated Design for Micro - environment Monitoring System of Showcase in Museum The Integrated Design for Micro - environment Monitoring System of Showcase in Museum Chan Dong 1, Yang Zhang 2, Jingjie Li 1 and Hui Zhang 2,* 1 Department of Instrument Intelligent Manufacturing Technology,

More information

CONSTRUCTION OF AGRICULTURAL PRODUCTS LOGISTICS INFORMATION SYSTEM BASED ON.NET AND WAP

CONSTRUCTION OF AGRICULTURAL PRODUCTS LOGISTICS INFORMATION SYSTEM BASED ON.NET AND WAP CONSTRUCTION OF AGRICULTURAL PRODUCTS LOGISTICS INFORMATION SYSTEM BASED ON.NET AND WAP Yan Zhang 1,*, Yong Liang 1, 2, Chengming Zhang 1, Qiulan Wu 1, Pingjiu Ge 1 1 College of Information and Engineering,

More information

SYSTEM OF PREVIEW AND DETECTION BASED ON NETWORK VIRTUAL EXPERIMENT

SYSTEM OF PREVIEW AND DETECTION BASED ON NETWORK VIRTUAL EXPERIMENT SYSTEM OF PREVIEW AND DETECTION BASED ON NETWORK VIRTUAL EXPERIMENT 1 BANGLI SHI, 2 YI YANG, 3 PENG XU 1,3 Lecturer, 2 Assoc. Prof., College of Electronic Information and Automation, Chongqing University

More information

Greenhouse Equipment Data Acquisition and Display Platform Based on Socket Java

Greenhouse Equipment Data Acquisition and Display Platform Based on Socket Java 2017 2nd International Conference on Environmental Science and Energy Engineering (ICESEE 2017) ISBN: 978-1-60595-417-2 Greenhouse Equipment Data Acquisition and Display Platform Based on Java Guo-jian

More information

THE APPLICATION OF EMBEDDED TECHNOLOGY IN NC SYSTEM

THE APPLICATION OF EMBEDDED TECHNOLOGY IN NC SYSTEM THE APPLICATION OF EMBEDDED TECHNOLOGY IN NC SYSTEM Yong Yin^ Zude Zhou\ Quan Liu^ Fangmin Li^ Yihong Long^ ^School of Information Engineering, Wuhan University of Technology; Email: yiyng_hust@j26. com

More information

Remote monitoring system based on C/S and B/S mixed mode Kaibing Song1, a, Yinsong Wang2,band Dandan Shang3,c

Remote monitoring system based on C/S and B/S mixed mode Kaibing Song1, a, Yinsong Wang2,band Dandan Shang3,c 2nd International Conference on Electronics, Network and Computer Engineering (ICENCE 2016) Remote monitoring system based on C/S and B/S mixed mode Kaibing Song1, a, Yinsong Wang2,band Dandan Shang3,c

More information

Multi-dimensional database design and implementation of dam safety monitoring system

Multi-dimensional database design and implementation of dam safety monitoring system Water Science and Engineering, Sep. 2008, Vol. 1, No. 3, 112-120 ISSN 1674-2370, http://kkb.hhu.edu.cn, e-mail: wse@hhu.edu.cn Multi-dimensional database design and implementation of dam safety monitoring

More information

Research on Image Sensor System Acquisition Based on ARM

Research on Image Sensor System Acquisition Based on ARM Sensors & Transducers, Vol. 161, Issue 1, December 013, pp. 86-91 Sensors & Transducers 013 by IFSA http://www.sensorsportal.com Research on Image Sensor System Acquisition Based on ARM Yao NAN The Information

More information

2002 International Conference on Machine Learning and Cybernetics. Proceedings Volume 1 of 4

2002 International Conference on Machine Learning and Cybernetics. Proceedings Volume 1 of 4 2002 International Conference on Machine Learning and Cybernetics Proceedings Volume 1 of 4 TECHNISCHE INFORMATIONSBIBLiOTHEK UNIVERSITATSBiBLIOTHEK HANNOVCR November 4-5, 2002 Prime Hotel Beijing, CHINA

More information

Based on a Single Chip Microcomputer to Realize Electronic Clock Design and Analysis

Based on a Single Chip Microcomputer to Realize Electronic Clock Design and Analysis 2016 International Conference on Manufacturing Construction and Energy Engineering (MCEE) ISBN: 978-1-60595-374-8 Based on a Single Chip Microcomputer to Realize Electronic Clock Design and Analysis Shu-Hua

More information

Research on the Knowledge Representation Method of Instance Based on Functional Surface

Research on the Knowledge Representation Method of Instance Based on Functional Surface 5th International Conference on Advanced Engineering Materials and Technology (AEMT 2015) Research on the Knowledge Representation Method of Instance Based on Functional Surface Pengjie Zhai a, Changqing

More information

Research on Device Control System Design Based on Stepping Motor Wu Dongyan 1, Xu Wen 1, Wang Mingge 2, Jiang Ruochong 1, Jiang Lifeng 1

Research on Device Control System Design Based on Stepping Motor Wu Dongyan 1, Xu Wen 1, Wang Mingge 2, Jiang Ruochong 1, Jiang Lifeng 1 International Conference on Automation, Mechanical Control and Computational Engineering (AMCCE 201) Research on Device Control System Design Based on Stepping Motor Wu Dongyan 1, Xu Wen 1, Wang Mingge

More information

THE DESIGN OF GREENHOUSE ENVIRONMENT MONITORING SYSTEM BASED ON ZIGBEE

THE DESIGN OF GREENHOUSE ENVIRONMENT MONITORING SYSTEM BASED ON ZIGBEE THE DESIGN OF GREENHOUSE ENVIRONMENT MONITORING SYSTEM BASED ON ZIGBEE Chen Guoshao, Wang Zhongsheng, Shang Xiao Dept. of Computer Science & Engineering, Xi an Technological University, Xi an, China 710021

More information

Hardware design of a submerged buoy system based on electromagnetic inductive coupling

Hardware design of a submerged buoy system based on electromagnetic inductive coupling Hardware design of a submerged buoy system based on electromagnetic inductive coupling 1 Dalei Song, Shan Gao 1, Ming Xu 2, Xiangdong Wang 1 and Yutao Wang 2 1 Department of Automation, Engineering College,

More information