A CAN Bus Based Control System for Joint Modular Robot

Size: px
Start display at page:

Download "A CAN Bus Based Control System for Joint Modular Robot"

Transcription

1 A CAN Bus Based Control System for Joint Modular Robot Qingkai Han* a, Li Wang a, Yunpeng Ren b, Tianxia Zhang a, Bangchun Wen a a School of Mechanical Engineering, Northeastern Univeristy, Shenyang, China ; b R&D Institute, NHI Shenyang Heavy Machinery Group Co. Ltd, Shenyang, China ABSTRACT This paper is mainly about a new robot control system, which has open structures, and whose architecture is based on CAN bus for a joint modular robot. The hardware system of the joint control module is designed for signal sampling and processing, storage and communication. ATmega64 SCM is selected as the core processor. A CAN card is used for communication. FM256 RAM is used for storage and condensation. The monitoring software and lower level control processing software are developed with ZLGVCI interface functions of CAN bus, and in the ICC AVR IDE and AVR Studio online debug tool with C language. Some experiments are carried out to validate the basic functions of the control system. Keywords: Joint modular robot, control system, CAN bus 1. INTRODUCTION The CAN Bus (Controller Area Network BUS) is a kind of Serial Communication Protocol; it was firstly developed to solve the controlling and exchanging problems in vehicles by Bosch Company in the early 1980s. Nowadays, it can possess excellent network security, communication reliability and real-time ability and has been widely used in automobile industry and many other control areas too [1-3]. People now put forward higher requests to the robot capability, correspondingly, higher requests to robot control system. It is the development trend of currently robot control system that to have open structure, modularization and standardization. In robotics, the research on architectonic structures of robot control system is important, especially for its software and hardware. There are many investments on open control systems. The main research in open control system is to establish information exchange standardizations for function divisions and function elements in its architecture structure [4]. An open architecture modular control system was developed by OMAC in US [5]. Another system, OSACA (Open system architecture for control within automation system) is also popular in Europe [6]. Many Japanese companies are promoting the OSEC project (Open system environment for controller) and trying to make it as standardization in this field [7]. In the ASIMO robot (Advanced step innovative mobility, Honda, Japan), the distributed control system is chosen based on PCI bus [8]. In the THBIP-I humanoid robot developed by Tsinghua University, the control system is based as on CAN bus [9]. In the RPRS (Reconfigurable planetary robot system) developed by Shenyang Institute of Automation, China Academy of Sciences, the robot control system is composed with main planning module and performing module, and the transfers between two modules are based on CAN bus [10]. Here a new robot control system with an open structure is developed following the ideas of modularization and standardization, especially with an architecture based on CAN bus for the joint modular robot. The main achievement resolves correlated technique problems of joint control module, including hardware design technique and control system software design technique, which includes: the hardware system of joint control module with ATmega64 SCM, a suitable CAN card and some control processing programs with ZLGVCI interface functions of CAN bus, etc. In addition, some experiments are carried out to validate the basic functions of the control system. 2. COMPONENTS OF CAN BUS CONTROL SYSTEM The joint modular robot here is composed of many modules, and each module possesses one degree of freedom of translation or rotation, to move in a coordinate way to achieve any expected tasks. The total DOF of the robot system can be changed easily with more or less modules. The links are mostly regarded as rigid. Figure 1 shows a typical joint modular robot with 3 DOFs. *qhan@mail.neu.edu.cn; phone ; fax

2 Each joint module of the robot is an independent entity; its control system is one of field bus control strategy. The whole control system is surely open due to the design of independent joint module control unit based on CAN bus. The schematic diagram of the whole robot control system is shown in Fig. 2 as below. The main functions of a modular control unit are joint driving control, signal measurement and management, storage and communication between lower and upper computers. These functions are separately achieved in each joint module. upper computer CAN interface card CAN-bus joint module 1 joint module2 joint module n sensor sensor sensor Fig. 1. Three DOFs joint modular robot Fig. 2. Control system framework of joint modular robot based on CAN bus The forefront of the control system is all the sensors on the joint modular robot, signals include displacement, velocity, acceleration, force/torque, temperature and pressure are converted into analog voltage signals by the front sensors. The sensor signals are converted into digital signals by A/D converter after operational amplifiers and processed in the SCM. The SCM analyzes different input signals as required and uploads the in accordance to the upper master computer s instructions. Users can switch different options in the upper master computer control interface to realize real-time monitoring for the robot, including corresponding configuration parameters such as sampling frequencies and sampling length, transfer orders, through sending consequential orders to control bus. The control orders is sent to the CAN bus through the CAN intelligent interface card with the form of packet. The control software of upper computer is developed based on interface functions corresponding to the CAN interface card. 3. CONTROL SYSTEM HARDWARE The control hardware of CAN-bus-based joint module is designed as shown in Fig. 3. The hardware system takes an ATMEGA 64 SCM as its MCU. Through a stand-alone CAN controller chip SJA1000, a CAN bus driver PCA82C250 links to the CAN bus. The first two basic functions of signal acquisition and communications are firstly realized with the SCM system.

3 CAN-bus CAN communication interface storage CAN communication interface storage microprocessor microprocessor acquisition driver acquisition driver joint module 1 joint module n Fig. 3. Hardware structure frame of a joint module control unit Fig. 4. Control board of joint module control unit 3.1 Chips and assistant circuits of the main controller To achieve the needed functions, working accuracy and environment of the robot, the ATmega64, a higher-speed AVR series chip is chosen as the main controller of the control unit. It is an 8-bit RISC SCM and made by ATMEL Ltd. The assistant peripheral circuits around the SCM are fundamental and normally external circuits, including system reset circuit, JTAG interface circuit, and clock circuit and so on. 3.2 CAN communication interface design The CAN communication interface makes up of a stand-alone CAN controller SJA1000 and a CAN driver PCA82C250. They are connected with the MCU ATmega64 directly. (1) CAN controller SJA1000. A CAN controller is needed, as an external expansion due to the MCU doesn t have any CAN controller in it. Some producers like Philips, Intel, Motorola have a number of integrated chips such as 82526, SJA1000, 68C05X4/X16/X32 to support CAN bus Protocol. Here the Philips stand-alone CAN controller SJA1000 is selected, and it is used to response for the main functions of the CAN protocol physical layer and layer. It also can support the two typical models of BASIC CAN and pelican. Here the BASIC CAN (CAN 2.0A standardization) mode is chosen. The microprocessor accesses SJA1000 in an easy way as accessing its extended memories. (2) The CAN bus driver PCA82C250 is the important interface device connecting the CAN controller SJA1000 with the physical bus and affects network performance severely. It provides differential transmit and receives functions to the CAN bus. The 82C250 driver circuit has current limiting circuits internally and can prevent circuit shortages from power supply, grand or load caused by the transmit output pole. It can achieve three control modes, high-speed, slope control or wait, by different connections of pins R and S. When RS pin is connected to the ground, 82C250 works on the mode of high-speed way. When connected to a resistance R before grand, 82C250 can control the slopes of up and down to reduce RF interferences. The resistance is greatly performed when the resistance value is change from 15 to 200 kω in experiments. When RS pin is connected with higher voltage level, 82C250 works as the waiting mode. At that time, the transmitter to CAN bus turns off, the receiver works in the state of low current, and so it can respond to the dominant bit on CAN bus. (3) The CAN bus communication interface circuit. The microprocessor ATmega64 links to CAN bus through the standalone CAN controller SJA1000 and CAN bus driver PCA82C250. For the microprocessor ATmega64, SJA1000 is a bus interface, and its memory cells can be regarded as the out-of-chip memories. ATmega64 can access SJA1000 s register addresses in the way of expanded out-of-chip memories. When SJA1000 s AD0-AD7 connect to PA of ATmega64, CS (chip-selection) connect to PC7 of ATmega64, the out-of-chip memory addresses of CPU are referred to the SJA1000 in the case of PC7 of low voltage, and read and write operations can be applied. When ALE, WR, RD of

4 SJA1000 are connecting with the responding pins of ATmega64, and its INT connecting to INT7 of ATmega64, ATmega64 can access SJA1000 in the interruption mode. 3.3 Motor driving design Considering the rated loads of the robot links are not too much, step s, type BS57HB76-03, are selected as the driving s for all joint modules. The driver card, type Q2HB44, is a special step driving card with one/half step accuracy. The two-phase input electrical current is DC12V-40V in voltage and below 4A. When the driver is in its single pulse and one step mode, the MCU of the control system gives release signal MF, step signal PU and rotating direction signal DR through its ports PD2, PD3, PD4. Motor release signal MF decides s startup or shutdown. When MF is at low voltage, current is cut down and the is free. The higher or lower voltages of DR decide the rotating directions of. The PU frequency is parallel to the s rotating speed. The pulse number is parallel to the rotating angle. 4.1 Establishment of the communication protocols 4. CONTROL SYSTEM SOFTWARE The message delivery of CAN bus has two frames: standard and expanded, where the standard has 11 bites identifiers and the expanded one has 29. The message delivery of CAN has four different kinds of frames for denotation and control, i.e. -frame, remote-frame, error-frame and over-loading frame. When the system is turned on, the default frame of CAN controller SJA1000 is the standard. 4.2 Programs in lower computer The main tasks of the lower computer are acquisition and CAN communication. The programs in lower computer are designed in modular structures with several task modules being relatively independent. When the system turns on and its working modes are settled down, the main task program calls the corresponding modules to achieve needed functions following the order coming from the upper computer. The program flowchart of the lower computer is shown as in Fig. 5. Fig. 5. Program flowchart of the lower computer Fig. 6. The initialization flowchart of SJA1000 The tasks of CAN communication mainly include three subroutines: initialization of the SJA1000, transmitter and reception. Those three subroutines are the basic parts of a CAN communication.

5 The initialization of SJA1000 is to give initial values to the SJA1000 s interior registers only working under its reset mode. Initialization consists of the work routine setting, acquisition mask register (AMR) setting, acquisition code register (ACR) setting, timing register setting of bus, outputting mode register setting and interrupting register setting. The initialization flowchart is shown as Fig. 6. After the initialization, SJA1000 can go into its operation status for normal communications. Transmitting subroutine takes charge of the massage s transmitting. Based on the CAN technology specifications, the transmitting of massages is auto-accomplished by SJA1000. After combining the transmitted into a set of in specific patterns, the are sent into SJA1000 send buffers, the flag of send beg is then set in the order buffer and SJA1000 starts to transmit. The transmit course is controlled by interrupt-requester or control field status query symbol of CAN. Reception subroutine takes charge of the massage acceptance, which is also auto-accomplished by the CAN controller. When incepting the, CAN controller transmits to the incept buffer from bus. When the is valid, RBS register states set bit. The incepting program only reads from the incept buffers, then releases the incept buffer. There are two modes for reception, i.e. interrupting mode and query mode. Here both transmit and incept subroutines use the query mode. In addition, another important program is the acquisition. It mostly aims at the analog signals transmitted from the sensors. Data acquisition program is used to carry out the A/D converts based on the settled acquisition channels and acquisition frequencies, and save the converted digital signal into buffer, waiting processing and transmitting. 4.3 Programs in upper computer In a CAN-bus based network, the lower computer carries through all the control processes, including acquisition, processing and uploading, etc. Considering the limitations of lower computer resources, it is difficult for complex tasks like control arithmetic, analyses. A personal computer (PC) can be used as a general developing platform to achieve necessary tasks due to its friendly man-machine interface, complete software-developing environment and plenty soft-hardware resources. Here a PC is chosen as the upper computer for robot control system to make fulfill the following functions: (1) The initialization of control system; (2) Offering friendly man-machine interface such as browse and control interface; (3) Data storage, process and analysis; (4) Communication with the lower computer; (5) System diagnoses, error alarm and solving. The upper computer control interface is not only the system s operator but also a monitoring screen, which is convenient for users any interference. In the running of the system, the basic work flow is: (1) set the CAN interface parameters and connecting to startup the CAN card; (2) set the acquisition parameters and sending transmitting control orders; (3) convert the control orders to the CAN packet and sending to the corresponding module in lower computer; (4) receive signals from the lower computer and displaying them on the upper PC. The upper computer programs are developed in Borland C++ Builder 6.0, together with the interface functions of ZLGVCI for the CAN interface card which is also provided by the Borland company. 5.1 Data communication tests 5. EXPERIMENTS In order to test the communication speed, reliability and stability of the CAN bus net between the joint modules and the upper computer, some communication test are achieved. Basically, 8 bit are sent from main node at the upper computer to a joint module. The joint module receives and sends back them. If a byte is sent failed or the received byte is not correct, 1 time of error is taken in count. As some test results showing, only 1 error could take place after transmissions. The averaged time is only milliseconds for each communication circle. 5.2 Step control tests In order to check whether the step could rotate correctly and stably following the orders from upper computer, the output rotating speeds are measured.

6 The expected rotating angles and rotating speeds are set in the monitoring program of the upper computer. The robot joint module receives motion control orders and gives orders to drive its. The rotating speeds are measured and displayed in real time. The measured speeds show that the rotates smoothly as expected with only very slight differences. 5.3 Signal A/D tests In order to test the accuracy and stability of digital converting for analog signals in the robot control system based on CAN-bus, some different standard signals with different frequencies are sent to the robot joint modules. The measured link motions are transferred to the upper computer through CAN-bus in real time. All the input standard signals are compared with the received in the upper computer. Many test results confirm that the signal A/D speed and accuracy is enough for the control of the joint modular robot discussed here. 6. CONCLUSIONS The control system for a joint modular robot is designed here with a new structure based on CAN-bus. It is convenient for such a robot to add hardware and functions. The communication ability is also confirmed for the CAN-bus system. The finished control model for each joint can work independently with its own control processor, storage unit, sampling unit, and motion driver. All the hardware and software are accomplished for the joint modular robot control system. Some advanced control strategies are also achieved in the upper computer. Some basic experiment results confirm that the robot control system based CAN bus behaves with good performance in reliability, real-time. The new control system is open and can satisfy the requirements of a joint modular robot. Acknowledgments This work is financially aided by National Natural Science Foundation of China. (No: and ). REFERENCES 1. S. Chen, L. Liu, X. Yu, The design of CAN bus-based electronic control system for air-powered engine, Modern Machinery, (1), (2007). 2. J.Wang, Automotive electronics technology integrated control system based on CAN bus, Journal of Harbin Institute of Technology, 38(5), (2006). 3. K. Wu, CAN bus principles and apply system design, Beijing University of Aeronautics and Astronautics Press, Beijing, T. Wang, D. Qu, Open system architecture for control system for industrial robot, Robot, 24(3), (2002) 5. K. Nilsson, Integrated architecture for industrial robot programming and control, Robotics and Autonomous Systems, 29, (1999). 6. A. Gueorguiev, P. Allen, E. Gold, P. Blaer, Architecture and control of a mobile site-modeling robot, Proceedings of IEEE on ICRA, (2000). 7. H. Bruyninckx, Open robot control software: the OROCOS project, Proceedings of IEEE on ICRA, (2001). 8. Y. Sakagami, R. Watanabe, C. Aoyama, etc, The intelligent ASIMO: system overview and integration, IEEE/RSJ International Conference on Intelligent Robots and System, 3, (2002). 9. J. Zhao, L. Shao, Study on humanoid joint servo control system based on CAN bus, Robot, 24(5), (2002). 10. M. Wang, S. Ma, B. Li, etc, Design and implementation of a reconfigurable planetary robot control system, Robot, 27(3), (2005).

7 ISI Web of Knowledge [v.4.7] - 所有数据库全记录 页码,1/ 登录我的 EndNote Web 我的 ResearcherID 我的引文跟踪我已保存的检索注销帮助 体验新版本 : - 中国科学引文数据库 - Web of Science 检索检索历史标记结果列表 (0) 所有数据库 << 返回结果列表第 12 条记录 ( 共 39 条记录 ) Web of Science 中的记录 A CAN bus based control system for joint modular robot - art. no / 施引文献列表 : 0 本文已被引用 0 次 ( 来自 Web of Science) Shanghai Jiaotong University 更多选项 作者 : Han QK (Han, Qingkai) 1, Wang L (Wang, Li) 1, Ren YP (Ren, Yunpeng), Zhang TX (Zhang, Tianxia) 1, Wen BC (Wen, Bangchun) 1 编者 : Sasaki M; Sang GC; Li Z; Ikeura R; Kim H; Xue F 来源出版物 : ICMIT 2007: MECHATRONICS, MEMS, AND SMART MATERIALS, PTS 1 AND 2 丛书 : PROCEEDINGS OF THE SOCIETY OF PHOTO-OPTICAL INSTRUMENTATION ENGINEERS (SPIE) 卷 : 6794 页 : 子辑 : Part 1-2 出版年 : 2008 被引频次 : 0 参考文献 : 10 引证关系图 会议信息 : 4th International Conference on Metronics and Information Technology (ICMIT 2007) Gifu, JAPAN, DEC 05-06, 2007 Gifu Univ, Fac Engn; Korea Japan Joint Adv Mechatron Res Assoc; Japan Soc Appl Electromagnet & Mech, Biomed & Welfare Div; Yamaguchi Univ, Inst BWE; Gifu Convent Ctr; GES Inc; KAHA Inc; Chongqing Inst Technol; Soc Instruments & Control Engineers; Chinese Assoc Artificial Intelligence; Inst Control, Automat & Syst Engineers; Robot Soc Japan; Nat Sci Fdn China; Korea Soc Precis Engn; Japan Soc Mech Engineers; Chongqing Artificial Intelligence Soc; Korea Inst Informat & Telecommun Facilities Engn; Fukushima Univ, Fac Symbiot Syst Sci; Intelligent Automat Comm Chinese Automat Assoc; Inst Elect Engineers Korea Related Records: 根据共同引用的参考文献查找相似记录 ( 来自 Web of Science) [ 查看 Related Records ] 参考文献 : 10 查看此记录的题录信息 ( 来自 Web of Science) 其他信息 在其他数据库中查看此记录 : 查看引文数据 ( 来自 Web of Science) 摘要 : This paper is mainly about a new robot control system, which has open structures, and whose architecture is based on CAN bus for a joint modular robot. The hardware system of the joint control module is designed for signal sampling and processing, storage and communication. ATmega64 SCM is selected as the core processor. A CAN card is used for communication. FM256 RAM is used for storage and condensation. The monitoring software and lower level control processing software are developed with ZLGVCI interface functions of CAN bus, and in the ICC AVR IDE and AVR Studio online debug tool with C language. Some experiments are carried out to validate the basic functions of the control system. 文献类型 : Proceedings Paper 语言 : English 作者关键词 : joint modular robot; control system; CAN bus 通讯作者地址 : Han, QK ( 通讯作者 ), Northeastern Univ, Sch Mech Engn, Shenyang , Peoples R China

如何查看 Cache Engine 缓存中有哪些网站 /URL

如何查看 Cache Engine 缓存中有哪些网站 /URL 如何查看 Cache Engine 缓存中有哪些网站 /URL 目录 简介 硬件与软件版本 处理日志 验证配置 相关信息 简介 本文解释如何设置处理日志记录什么网站 /URL 在 Cache Engine 被缓存 硬件与软件版本 使用这些硬件和软件版本, 此配置开发并且测试了 : Hardware:Cisco 缓存引擎 500 系列和 73xx 软件 :Cisco Cache 软件版本 2.3.0

More information

Research on Device Control System Design Based on Stepping Motor. Zhongyong Tian

Research on Device Control System Design Based on Stepping Motor. Zhongyong Tian 3rd International Conference on Machinery, Materials and Information Technology Applications (ICMMITA 2015) Research on Device Control System Design Based on Stepping Motor Zhongyong Tian The people's

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

PubMed 简介. PubMed 是美国国立医学图书馆 (NLM) 所属的国家生物技术信息中心 (NCBI) 开发的因特网生物医学信息检索系统

PubMed 简介. PubMed 是美国国立医学图书馆 (NLM) 所属的国家生物技术信息中心 (NCBI) 开发的因特网生物医学信息检索系统 生物医学文献数据库 PubMed PubMed 简介 PubMed 是美国国立医学图书馆 (NLM) 所属的国家生物技术信息中心 (NCBI) 开发的因特网生物医学信息检索系统 PubMed 主要提供基于 Web 的 Medline 数据库检索服务, 其中包括医学文献的订购, 全文在线阅读的链接, 专家信息的查询, 期刊检索以及相关书籍的链接等 数据每周二至周六每天更新 详见 http://baike.so.com/doc/1870897-1978857.html

More information

Design of the Control System about Central Signals in Electric Vehicle

Design of the Control System about Central Signals in Electric Vehicle J. Electromagnetic Analysis & Applications, 2010, 2: 189-194 doi:10.4236/jemaa.2010.23027 Published Online March 2010 (http://www.scirp.org/journal/jemaa) 1 Design of the Control System about Central Signals

More information

OTAD Application Note

OTAD Application Note OTAD Application Note Document Title: OTAD Application Note Version: 1.0 Date: 2011-08-30 Status: Document Control ID: Release _OTAD_Application_Note_CN_V1.0 Copyright Shanghai SIMCom Wireless Solutions

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

ICP Enablon User Manual Factory ICP Enablon 用户手册 工厂 Version th Jul 2012 版本 年 7 月 16 日. Content 内容

ICP Enablon User Manual Factory ICP Enablon 用户手册 工厂 Version th Jul 2012 版本 年 7 月 16 日. Content 内容 Content 内容 A1 A2 A3 A4 A5 A6 A7 A8 A9 Login via ICTI CARE Website 通过 ICTI 关爱网站登录 Completing the Application Form 填写申请表 Application Form Created 创建的申请表 Receive Acknowledgement Email 接收确认电子邮件 Receive User

More information

The IIC interface based on ATmega8 realizes the applications of PS/2 keyboard/mouse in the system

The IIC interface based on ATmega8 realizes the applications of PS/2 keyboard/mouse in the system Available online at www.sciencedirect.com Procedia Engineering 16 (2011 ) 673 678 International Workshop on Automobile, Power and Energy Engineering The IIC interface based on ATmega8 realizes the applications

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

, ,China. Keywords: CAN BUS,Environmental Factors,Data Collection,Roll Call.

, ,China. Keywords: CAN BUS,Environmental Factors,Data Collection,Roll Call. Advanced Materials Research Online: 2013-09-04 ISS: 1662-8985, Vols. 765-767, pp 1693-1696 doi:10.4028/www.scientific.net/amr.765-767.1693 2013 Trans Tech Publications, Switzerland The design of artificial

More information

A Benchmark For Stroke Extraction of Chinese Characters

A Benchmark For Stroke Extraction of Chinese Characters 2015-09-29 13:04:51 http://www.cnki.net/kcms/detail/11.2442.n.20150929.1304.006.html 北京大学学报 ( 自然科学版 ) Acta Scientiarum Naturalium Universitatis Pekinensis doi: 10.13209/j.0479-8023.2016.025 A Benchmark

More information

信息检索与搜索引擎 Introduction to Information Retrieval GESC1007

信息检索与搜索引擎 Introduction to Information Retrieval GESC1007 信息检索与搜索引擎 Introduction to Information Retrieval GESC1007 Philippe Fournier-Viger Full professor School of Natural Sciences and Humanities philfv8@yahoo.com Spring 2019 1 Introduction Philippe Fournier-Viger

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

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

The Design of the Embedded WEB Server Based on ENC28J60

The Design of the Embedded WEB Server Based on ENC28J60 Available online at www.sciencedirect.com Procedia Engineering 15 (2011) 2670 2674 Advanced in Control Engineering and Information Science The Design of the Embedded WEB Server Based on ENC28J60 Shisheng

More information

Agriculture Wireless Temperature and Humidity Sensor Network Based on ZigBee Technology

Agriculture Wireless Temperature and Humidity Sensor Network Based on ZigBee Technology Agriculture Wireless Temperature and Humidity Sensor Network Based on ZigBee Technology Xi Wang 1 and Hui Gao 2 1 Heilongjiang Bayi Agricultural Reclamation University, Daqing 163319, China 2 Lanzhou Jiaotong

More information

User Guide for Apabi Digital Library of Chinese e-books

User Guide for Apabi Digital Library of Chinese e-books User Guide for Apabi Digital Library of Chinese e-books Edinburgh University Library 1. Overview The Apabi Digital Library contains about 4,600 Chinese e-books, as of November 2005, on a wide range of

More information

组播路由 - MSDP 和 PIM 通过走

组播路由 - MSDP 和 PIM 通过走 组播路由 - MSDP 和 PIM 通过走 Contents Introduction 拓扑控制 - 飞机来源注册 ( 步骤 1-3) 接受器参加组 ( 第 4 步 - 第 11 步 ) R4 PIM RP 修剪 (S, G) 步骤 12 摘要 Related Information Introduction 本文描述独立于协议的组播 (PIM) 和多播源发现协议 (MSDP) 的操作与使用一简单的组播拓扑

More information

Declaration of Conformity STANDARD 100 by OEKO TEX

Declaration of Conformity STANDARD 100 by OEKO TEX Declaration of Conformity STANDARD 100 by OEKO TEX OEKO-TEX - International Association for Research and Testing in the Field of Textile and Leather Ecology OEKO-TEX - 国际纺织和皮革生态学研究和检测协会 Declaration of

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

Jacquard Control System of Warp Knitting Machine Based on Embedded System

Jacquard Control System of Warp Knitting Machine Based on Embedded System IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Control System of Warp Knitting Machine Based on Embedded System To cite this article: Li Ce et al 2018 IOP Conf. Ser.: Mater.

More information

Britannica Academic Online Edition 大不列顛百科全书网络学术版

Britannica Academic Online Edition 大不列顛百科全书网络学术版 Britannica Academic Online Edition 大不列顛百科全书网络学术版 The Complete Digital Resource Deep use of online resources 2013 The Complete Digital Resource High profile contributors Current content Collaborative content

More information

Chapter 11 SHANDONG UNIVERSITY 1

Chapter 11 SHANDONG UNIVERSITY 1 Chapter 11 File System Implementation ti SHANDONG UNIVERSITY 1 Contents File-System Structure File-System Implementation Directory Implementation Allocation Methods Free-Space Management Efficiency and

More information

Welcome and MSSO Update

Welcome and MSSO Update Welcome and MSSO Update Anna Zhao-Wong, MD, PhD Chinese MedDRA User Group Meeting Beijing, China 16 April 2018 Meeting Agenda Time Topic Speaker 09:00 09:45 Welcome and MSSO Update Anna Zhao Wong (MSSO)

More information

Previous on Computer Networks Class 18. ICMP: Internet Control Message Protocol IP Protocol Actually a IP packet

Previous on Computer Networks Class 18. ICMP: Internet Control Message Protocol IP Protocol Actually a IP packet ICMP: Internet Control Message Protocol IP Protocol Actually a IP packet 前 4 个字节都是一样的 0 8 16 31 类型代码检验和 ( 这 4 个字节取决于 ICMP 报文的类型 ) ICMP 的数据部分 ( 长度取决于类型 ) ICMP 报文 首部 数据部分 IP 数据报 ICMP: Internet Control Message

More information

Design and Simulation of Temperature Data Acquisition System based on Proteus. Jinghui Su

Design and Simulation of Temperature Data Acquisition System based on Proteus. Jinghui Su Design and Simulation of Temperature Data Acquisition System based on Proteus Jinghui Su Changchun University of Science and Technology, Changchun 130022, China Abstract. The design and simulation implementation

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

Study of Smart Home System based on Zigbee Wireless Sensor System. Jie Huang 1

Study of Smart Home System based on Zigbee Wireless Sensor System. Jie Huang 1 2nd Workshop on Advanced Research and Technology in Industry Applications (WARTIA 2016) Study of Smart Home System based on Zigbee Wireless Sensor System Jie Huang 1 1 College of Mechanical and Electronic

More information

Design of analog acquisition and storage system about airborne flight data recorder

Design of analog acquisition and storage system about airborne flight data recorder 3rd International Conference on Mechatronics, Robotics and Automation (ICMRA 2015) Design of analog acquisition and storage system about airborne flight data recorder Changyou Li 1, a, Pengfei Sun 1, b

More information

Design and Development of Control System for Three- Dimensional Wireless Human-Computer

Design and Development of Control System for Three- Dimensional Wireless Human-Computer IOSR Journal of Electrical and Electronics Engineering (IOSR-JEEE) e-issn: 2278-1676,p-ISSN: 2320-3331, Volume 9, Issue 3 Ver. II (May Jun. 2014), PP 71-76 Design and Development of Control System for

More information

AvalonMiner Raspberry Pi Configuration Guide. AvalonMiner 树莓派配置教程 AvalonMiner Raspberry Pi Configuration Guide

AvalonMiner Raspberry Pi Configuration Guide. AvalonMiner 树莓派配置教程 AvalonMiner Raspberry Pi Configuration Guide AvalonMiner 树莓派配置教程 AvalonMiner Raspberry Pi Configuration Guide 简介 我们通过使用烧录有 AvalonMiner 设备管理程序的树莓派作为控制器 使 用户能够通过控制器中管理程序的图形界面 来同时对多台 AvalonMiner 6.0 或 AvalonMiner 6.01 进行管理和调试 本教程将简要的说明 如何把 AvalonMiner

More information

Research on Adaptive Control System of Robot Arm with Six Degrees of Freedom

Research on Adaptive Control System of Robot Arm with Six Degrees of Freedom 6th International Conference on Sensor Network and Computer Engineering (ICSNCE 2016) Research on Adaptive Control System of Robot Arm with Six Degrees of Freedom Changgeng Yu 1, a and Suyun Li 1, b,*

More information

PCU50 的整盘备份. 本文只针对操作系统为 Windows XP 版本的 PCU50 PCU50 启动硬件自检完后, 出现下面文字时, 按向下光标键 光标条停在 SINUMERIK 下方的空白处, 如下图, 按回车键 PCU50 会进入到服务画面, 如下图

PCU50 的整盘备份. 本文只针对操作系统为 Windows XP 版本的 PCU50 PCU50 启动硬件自检完后, 出现下面文字时, 按向下光标键 光标条停在 SINUMERIK 下方的空白处, 如下图, 按回车键 PCU50 会进入到服务画面, 如下图 PCU50 的整盘备份 本文只针对操作系统为 Windows XP 版本的 PCU50 PCU50 启动硬件自检完后, 出现下面文字时, 按向下光标键 OS Loader V4.00 Please select the operating system to start: SINUMERIK Use and to move the highlight to your choice. Press Enter

More information

上汽通用汽车供应商门户网站项目 (SGMSP) User Guide 用户手册 上汽通用汽车有限公司 2014 上汽通用汽车有限公司未经授权, 不得以任何形式使用本文档所包括的任何部分

上汽通用汽车供应商门户网站项目 (SGMSP) User Guide 用户手册 上汽通用汽车有限公司 2014 上汽通用汽车有限公司未经授权, 不得以任何形式使用本文档所包括的任何部分 上汽通用汽车供应商门户网站项目 (SGMSP) User Guide 用户手册 上汽通用汽车有限公司 2014 上汽通用汽车有限公司未经授权, 不得以任何形式使用本文档所包括的任何部分 SGM IT < 上汽通用汽车供应商门户网站项目 (SGMSP)> 工作产品名称 :< User Guide 用户手册 > Current Version: Owner: < 曹昌晔 > Date Created:

More information

PD215 Mechatronics. Week 3/4 Interfacing Hardware and Communication Systems

PD215 Mechatronics. Week 3/4 Interfacing Hardware and Communication Systems PD215 Mechatronics Week 3/4 Interfacing Hardware and Communication Systems Interfacing with the physical world A compute device (microprocessor) in mechatronic system needs to accept input information

More information

The Application of CAN Bus in Intelligent Substation Automation System Yuehua HUANG 1, a, Ruiyong LIU 2, b, Peipei YANG 3, C, Dongxu XIANG 4,D

The Application of CAN Bus in Intelligent Substation Automation System Yuehua HUANG 1, a, Ruiyong LIU 2, b, Peipei YANG 3, C, Dongxu XIANG 4,D International Power, Electronics and Materials Engineering Conference (IPEMEC 2015) The Application of CAN Bus in Intelligent Substation Automation System Yuehua HUANG 1, a, Ruiyong LIU 2, b, Peipei YANG

More information

Design of Virtual Multimeter Based on VIIS-EM Platform

Design of Virtual Multimeter Based on VIIS-EM Platform Design of Virtual Multimeter Based on VIIS-EM Platform Zhengling Wu 1, Haiyan Wu 2 1 College of information and control engineering, Jilin Institute of Chemical Technology, Jilin, Jilin 132022, PR China;

More information

The Design of Everyday Things

The Design of Everyday Things The Design of Everyday Things Byron Li Copyright 2009 Trend Micro Inc. It's Not Your Fault Donald A. Norman & His Book Classification 03/17/11 3 Norman Door Why Learn to think from different aspects Contribute

More information

Research on Approach of Equipment Status and Operation Information Acquisition Based on Equipment Control Bus

Research on Approach of Equipment Status and Operation Information Acquisition Based on Equipment Control Bus Research on Approach of Equipment Status and Operation Information Acquisition Based on Equipment Control Bus Xu Li a, *, Chen Meng, Huixia Jiang, Cheng Wang Army Engineering University, Shijiazhuang 050003,

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

Design of a Multi-parameter Measurement System

Design of a Multi-parameter Measurement System TELKOMNIKA Indonesian Journal of Electrical Engineering Vol.12, No.4, April 2014, pp. 3118 ~ 3125 DOI: http://dx.doi.org/10.11591/telkomnika.v12i4.4782 3118 Design of a Multi-parameter Measurement System

More information

THE STUDY AND IMPLEMENTATION OF TEXT-TO-SPEECH SYSTEM FOR AGRICULTURAL INFORMATION

THE STUDY AND IMPLEMENTATION OF TEXT-TO-SPEECH SYSTEM FOR AGRICULTURAL INFORMATION THE STUDY AND IMPLEMENTATION OF TEXT-TO-SPEECH SYSTEM FOR AGRICULTURAL INFORMATION Huoguo Zheng,2,* 1, Haiyan Hu 1, 2,Shihong Liu 1, 2, Hong Meng 1, 2 1 Agricultural Information Institute, Chinese Academy

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

Study of LED Electronic Writing Screen based on Single Chip Dengjin Wu 1

Study of LED Electronic Writing Screen based on Single Chip Dengjin Wu 1 4th National Conference on Electrical, Electronics and Computer Engineering (NCEECE 2015) Study of LED Electronic Writing Screen based on Single Chip Dengjin Wu 1 1 North China Electric Power University,

More information

The Design of CAN Bus Communication System Based on MCP2515 and S3C2440 Jinmei Liu, Junhong Wang, Donghui Sun

The Design of CAN Bus Communication System Based on MCP2515 and S3C2440 Jinmei Liu, Junhong Wang, Donghui Sun Advanced Materials Research Online: 2014-05-21 ISSN: 1662-8985, Vol. 933, pp 516-520 doi:10.4028/www.scientific.net/amr.933.516 2014 Trans Tech Publications, Switzerland The Design of CAN Bus Communication

More information

实验三十三 DEIGRP 的配置 一 实验目的 二 应用环境 三 实验设备 四 实验拓扑 五 实验要求 六 实验步骤 1. 掌握 DEIGRP 的配置方法 2. 理解 DEIGRP 协议的工作过程

实验三十三 DEIGRP 的配置 一 实验目的 二 应用环境 三 实验设备 四 实验拓扑 五 实验要求 六 实验步骤 1. 掌握 DEIGRP 的配置方法 2. 理解 DEIGRP 协议的工作过程 实验三十三 DEIGRP 的配置 一 实验目的 1. 掌握 DEIGRP 的配置方法 2. 理解 DEIGRP 协议的工作过程 二 应用环境 由于 RIP 协议的诸多问题, 神州数码开发了与 EIGRP 完全兼容的 DEIGRP, 支持变长子网 掩码 路由选择参考更多因素, 如带宽等等 三 实验设备 1. DCR-1751 三台 2. CR-V35FC 一条 3. CR-V35MT 一条 四 实验拓扑

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

High Precision Man-machine Collaborative Assembly System Xin YE 1,*, Yu-hong LIU 1, Hao WU 2, Zhi-jing ZHANG 1 and Yi-jin ZHAO 1

High Precision Man-machine Collaborative Assembly System Xin YE 1,*, Yu-hong LIU 1, Hao WU 2, Zhi-jing ZHANG 1 and Yi-jin ZHAO 1 2017 2nd International Conference on Computer, Mechatronics and Electronic Engineering (CMEE 2017) ISBN: 978-1-60595-532-2 High Precision Man-machine Collaborative Assembly System Xin YE 1,*, Yu-hong LIU

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

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

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

IEEE 成立于 1884 年, 是全球最大的技术行业协会, 凭借其多样化的出版物 会议 教育论坛和开发标准, 在激励未来几代人进行技术创新方面做出了巨大的贡献, 其数据库产品 IEL(IEEE/IET Electronic Library)

IEEE 成立于 1884 年, 是全球最大的技术行业协会, 凭借其多样化的出版物 会议 教育论坛和开发标准, 在激励未来几代人进行技术创新方面做出了巨大的贡献, 其数据库产品 IEL(IEEE/IET Electronic Library) IEL Newsletter 2013 年 12 月特刊 :2012 年 IEEE 期刊影响因子及相关评价指标情况概览 欢迎体验全新的 IEEE Xplore 数字图书馆 www.ieee.org/ieeexplore IEEE 成立于 1884 年, 是全球最大的技术行业协会, 凭借其多样化的出版物 会议 教育论坛和开发标准, 在激励未来几代人进行技术创新方面做出了巨大的贡献, 其数据库产品 IEL(IEEE/IET

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

Keywords: Motion Capture System, Virtual Interaction, Wireless Sensor Network, Motion Builder

Keywords: Motion Capture System, Virtual Interaction, Wireless Sensor Network, Motion Builder Advances in Engineering Research (AER), volume 107 2nd International Conference on Materials Engineering and Information Technology Applications (MEITA 2016) Study of Virtual Interaction System based on

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

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

A Field Monitor System of Rodpumped Wells Based on GPRS

A Field Monitor System of Rodpumped Wells Based on GPRS A Field Monitor System of Rodpumped Wells Based on GPRS Item Type text; Proceedings Authors Zhaodong, Xing; Yanhong, Kou; Qishan, Zhang Publisher International Foundation for Telemetering Journal International

More information

25 1 鱼雷技术 Vol. 25 No. 1 1, 蔡卫军. A Complete Coverage Path Planning Method of UUV under Complex Environment

25 1 鱼雷技术 Vol. 25 No. 1 1, 蔡卫军. A Complete Coverage Path Planning Method of UUV under Complex Environment 25 1 鱼雷技术 Vol. 25 No. 1 2017 2 TORPEDO TECHNOLOGY Feb. 2017 DOI: 10.11993/j.issn.1673-1948.2017.01.005 复杂环境下 UUV 完全遍历路径规划方法 温志文 1,2, 杨春武 1, 蔡卫军 1, 毛金明 (1. 705,, 710077; 2.,, 710077) 1 摘要 : (UUV),,,,,,,,

More information

Bi-monthly report. Tianyi Luo

Bi-monthly report. Tianyi Luo Bi-monthly report Tianyi Luo 1 Work done in this week Write a crawler plus based on keywords (Support Chinese and English) Modify a Sina weibo crawler (340M/day) Offline learning to rank module is completed

More information

SPECIFICATIONS 产品规格书

SPECIFICATIONS 产品规格书 SPECIFICATIONS 产品规格书 型号 : TL809MDA1-X 规格 : 芯片 XR809 版本 :V1.0 页数 : 10 页 日期 : 2018-06-28 编写 : 陈善康 批准 : 统一编号 :TR18008 1 变更履历表 发布日期 版本 变更记录 变更人 深圳市创凌智联科技有限公司工厂地址 : 深圳市宝安区固戍三围华丰第一科技园 A 区石街 B 栋厂房二楼联系方式 :0755-88828355/83224500

More information

Design and Implementation of Intelligent Home Control System under the Concept of IoT

Design and Implementation of Intelligent Home Control System under the Concept of IoT 2018 2nd International Conference on Systems, Computing, and Applications (SYSTCA 2018) Design and Implementation of Intelligent Home Control System under the Concept of IoT Weiliang Li1, Hao Yu2, Yantong

More information

A New Virtual Vibration and Temperature Test and Analysis Instrument of Wheel-Set Based on LabVIEW2011

A New Virtual Vibration and Temperature Test and Analysis Instrument of Wheel-Set Based on LabVIEW2011 Research Journal of Applied Sciences, Engineering and Technology 5(19): 4695-4700, 2013 ISSN: 2040-7459; e-issn: 2040-7467 Maxwell Scientific Organization, 2013 Submitted: September 26, 2012 Accepted:

More information

XML allows your content to be created in one workflow, at one cost, to reach all your readers XML 的优势 : 只需一次加工和投入, 到达所有读者的手中

XML allows your content to be created in one workflow, at one cost, to reach all your readers XML 的优势 : 只需一次加工和投入, 到达所有读者的手中 XML allows your content to be created in one workflow, at one cost, to reach all your readers XML 的优势 : 只需一次加工和投入, 到达所有读者的手中 We can format your materials to be read.. in print 印刷 XML Conversions online

More information

Research Article. ISSN (Print) *Corresponding author Chen Hao

Research Article. ISSN (Print) *Corresponding author Chen Hao Scholars Journal of Engineering and Technology (SJET) Sch. J. Eng. Tech., 215; 3(6):645-65 Scholars Academic and Scientific Publisher (An International Publisher for Academic and Scientific Resources)

More information

Design of the Storage Battery Online Monitoring System

Design of the Storage Battery Online Monitoring System Design of the Storage Battery Online Monitoring System Juan Tian College of Information Engineering, Taishan Medical University, Tai an 271016, China Cheng Wang Shandong Senter Electronic Co., Ltd, Zibo

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

Logitech G302 Daedalus Prime Setup Guide 设置指南

Logitech G302 Daedalus Prime Setup Guide 设置指南 Logitech G302 Daedalus Prime Setup Guide 设置指南 Logitech G302 Daedalus Prime Contents / 目录 English................. 3 简体中文................. 6 2 Logitech G302 Daedalus Prime 1 On 2 USB Your Daedalus Prime

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

XPS 8920 Setup and Specifications

XPS 8920 Setup and Specifications XPS 8920 Setup and Specifications 计算机型号 : XPS 8920 管制型号 : D24M 管制类型 : D24M001 注 小心和警告 注 : 注 表示帮助您更好地使用该产品的重要信息 小心 : 小心 表示可能会损坏硬件或导致数据丢失, 并说明如何避免此类问题 警告 : 警告 表示可能会造成财产损失 人身伤害甚至死亡 版权所有 2017 Dell Inc. 或其附属公司

More information

Machine Vision Market Analysis of 2015 Isabel Yang

Machine Vision Market Analysis of 2015 Isabel Yang Machine Vision Market Analysis of 2015 Isabel Yang CHINA Machine Vision Union Content 1 1.Machine Vision Market Analysis of 2015 Revenue of Machine Vision Industry in China 4,000 3,500 2012-2015 (Unit:

More information

U-CONTROL UMX610/UMX490/UMX250. The Ultimate Studio in a Box: 61/49/25-Key USB/MIDI Controller Keyboard with Separate USB/Audio Interface

U-CONTROL UMX610/UMX490/UMX250. The Ultimate Studio in a Box: 61/49/25-Key USB/MIDI Controller Keyboard with Separate USB/Audio Interface U-CONTROL UMX610/UMX490/UMX250 The Ultimate Studio in a Box: 61/49/25-Key USB/MIDI Controller Keyboard with Separate USB/Audio Interface 2 U-CONTROL UMX610/UMX490/UMX250 快速启动向导 3 其他的重要信息 ¼'' TS 1. 2. 3.

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

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

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

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

信息检索与搜索引擎 Introduction to Information Retrieval GESC1007

信息检索与搜索引擎 Introduction to Information Retrieval GESC1007 信息检索与搜索引擎 Introduction to Information Retrieval GESC1007 Philippe Fournier-Viger Full professor School of Natural Sciences and Humanities philfv8@yahoo.com Spring 2018 1 Last week What is Information Retrieval

More information

The Design of Embedded MCU Network Measure and Control System

The Design of Embedded MCU Network Measure and Control System Available online at www.sciencedirect.com Energy Procedia 17 (2012 ) 983 989 2012 International Conference on Future Electrical Power and Energy Systems The Design of Embedded MCU Network Measure and Control

More information

Design of the Control System for Step Motor Based on MCU

Design of the Control System for Step Motor Based on MCU Send Orders for Reprints to reprints@benthamscience.ae 1044 The Open Automation and Control Systems Journal, 2015, 7, 1044-1050 Design of the Control System for Step Motor Based on MCU Open Access Liu

More information

Oriented Scene Text Detection Revisited. Xiang Bai Huazhong University of Science and Technology

Oriented Scene Text Detection Revisited. Xiang Bai Huazhong University of Science and Technology The Invited Talk in Vision and Learning Seminar (VALSE) Xiamen, 2017-4-22 Oriented Scene Text Detection Revisited Xiang Bai Huazhong University of Science and Technology xbai@hust.edu.cn http://mclab.eic.hust.edu.cn/~xbai/

More information

ZWO 相机固件升级参考手册. ZWO Camera Firmware Upgrade reference manual. 版权所有 c 苏州市振旺光电有限公司 保留一切权利 非经本公司许可, 任何组织和个人不得擅自摘抄 复制本文档内容的部分或者全部, 并

ZWO 相机固件升级参考手册. ZWO Camera Firmware Upgrade reference manual. 版权所有 c 苏州市振旺光电有限公司 保留一切权利 非经本公司许可, 任何组织和个人不得擅自摘抄 复制本文档内容的部分或者全部, 并 ZWO 相机固件升级参考手册 ZWO Camera Firmware Upgrade reference manual 文档编号 :ZW1802240ACSC ZWO Co., Ltd. Phone:+86 512 65923102 Web: http://www.zwoptical.com 版权所有 c 苏州市振旺光电有限公司 2015-2035 保留一切权利 非经本公司许可, 任何组织和个人不得擅自摘抄

More information

8051 Microcontroller memory Organization and its Applications

8051 Microcontroller memory Organization and its Applications 8051 Microcontroller memory Organization and its Applications Memory mapping in 8051 ROM memory map in 8051 family 0000H 4k 0000H 8k 0000H 32k 0FFFH DS5000-32 8051 1FFFH 8752 7FFFH from Atmel Corporation

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

Skill-building Courses Business Analysis Lesson 3 Problem Solving

Skill-building Courses Business Analysis Lesson 3 Problem Solving Skill-building Courses Business Analysis Lesson 3 Problem Solving Review Software Development Life Cycle/Agile/Scrum Learn best practices for collecting and cleaning data in Excel to ensure accurate analysis

More information

An Automatic Control Method of Foam Spraying Glue Machine based on DMC Yu-An HEa,*, Tian CHENb

An Automatic Control Method of Foam Spraying Glue Machine based on DMC Yu-An HEa,*, Tian CHENb Advances in Engineering Research, volume 103 Proceedings of the 3rd International Conference on Material Engineering and Application (ICMEA 2016) An Automatic Control Method of Foam Spraying Glue Machine

More information

Health monitoring of an power amplifier using an ethernet controller

Health monitoring of an power amplifier using an ethernet controller Health monitoring of an power amplifier using an ethernet controller 1 Sharadha N, 2 J Pushpanjali 1 Student, 2 Assistant Professor Bangalore institute of technology Bangalore, India Abstract the computer

More information

Evaluation of the μcontroller Networks Communication for EtherCAT Process Data Interface

Evaluation of the μcontroller Networks Communication for EtherCAT Process Data Interface Evaluation of the μcontroller Networks Communication for EtherCAT Process Data Interface Li Jiang 1, Mingxin Hou 1, Fanshao Wei*,1, Minghe Jin 1, Hong Liu 1 Harbin Institute of Technology, Harbin, China

More information

Research and Realization of HART Protocol Based on Wireless Short Range Network Technology Kaiyuan Meng 1, a, Qingnian Cao 2, b

Research and Realization of HART Protocol Based on Wireless Short Range Network Technology Kaiyuan Meng 1, a, Qingnian Cao 2, b 2nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 2015) Research and Realization of Protocol Based on Short Range Network Technology Kaiyuan Meng 1, a, Qingnian Cao

More information

[ 电子书 ]Spark for Data Science PDF 下载 Spark 大数据博客 -

[ 电子书 ]Spark for Data Science PDF 下载 Spark 大数据博客 - [ 电子书 ]Spark for Data Science PDF 下载 昨天分享了 [ 电子书 ]Apache Spark 2 for Beginners pdf 下载, 这本书很适合入门学习 Spark, 虽然书名上写着是 Apache Spark 2, 但是其内容介绍几乎和 Spark 2 毫无关系, 今天要分享的图书也是一本适合入门的 Spark 电子书, 也是 Packt 出版,2016

More information

Technology: Anti-social Networking 科技 : 反社交网络

Technology: Anti-social Networking 科技 : 反社交网络 Technology: Anti-social Networking 科技 : 反社交网络 1 Technology: Anti-social Networking 科技 : 反社交网络 The Growth of Online Communities 社交网络使用的增长 Read the text below and do the activity that follows. 阅读下面的短文, 然后完成练习

More information

The Analysis and Research of IPTV Set-top Box System. Fangyan Bai 1, Qi Sun 2

The Analysis and Research of IPTV Set-top Box System. Fangyan Bai 1, Qi Sun 2 Applied Mechanics and Materials Online: 2012-12-13 ISSN: 1662-7482, Vols. 256-259, pp 2898-2901 doi:10.4028/www.scientific.net/amm.256-259.2898 2013 Trans Tech Publications, Switzerland The Analysis and

More information

SNR610. Embedded network node module SNR610. Description. Feature. Application. SNR610 is highly integrated network module.

SNR610. Embedded network node module SNR610. Description. Feature. Application. SNR610 is highly integrated network module. Embedded network node module SNR610 Description SNR610 is highly integrated network module. It adopts high performance Silicon Lab Si4432 RF chip. Si4432 has high reception sensitivity and 100mW output

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

CHINA VISA APPLICATION CONCIERGE SERVICE*

CHINA VISA APPLICATION CONCIERGE SERVICE* TRAVEL VISA PRO ORDER FORM Call us for assistance 866-378-1722 Fax 866-511-7599 www.travelvisapro.com info@travelvisapro.com CHINA VISA APPLICATION CONCIERGE SERVICE* Travel Visa Pro will review your documents

More information

The framework of next generation automatic weather station in China

The framework of next generation automatic weather station in China The framework of next generation automatic weather station in China Xiaozhong CAO 1, Ming ZHANG 1, Bo WEN 2, Bailin WANG 3, Yong LEI 1 (1. Meteorological observation center of CMA, 2. China meteorological

More information

RF4431 wireless transceiver module

RF4431 wireless transceiver module RF4431 wireless transceiver module 1. Description RF4431 adopts Silicon Labs Si4431 RF chip, which is a highly integrated wireless ISM band transceiver chip. Extremely high receive sensitivity (-121 dbm)

More information

On Design and Implementation of Locomotive Video Monitoring System. Haifeng Yuan, Jie Peng

On Design and Implementation of Locomotive Video Monitoring System. Haifeng Yuan, Jie Peng 4th National Conference on Electrical, Electronics and Computer Engineering (NCEECE 2015) On Design and Implementation of Locomotive Video Monitoring System Haifeng Yuan, Jie Peng Xinjiang Railway Vocational

More information

Design and Research of Virtual Instrument Development Board

Design and Research of Virtual Instrument Development Board Design and Research of Virtual Instrument Development Board Lin Zhang 1, Taizhou Li 2, and Zhuo Chen 2 1 School of Mechanical and Engineering, Huazhong University of Science and Technology 2 School of

More information

Gateway Design for Network based Multi-Motor Control with CAN and Profibus (ICCAS 2005)

Gateway Design for Network based Multi-Motor Control with CAN and Profibus (ICCAS 2005) Gateway Design for Network based Multi-Motor Control with and Profibus (ICCAS 2005) Gwan-Su Kim *, Eui-Heon Jung **, and Hong-Hee Lee *** * Department of Electrical Engineering, Ulsan University, Ulsan,

More information

Research on function and design of virtual instrument based on LabVIEW Technology

Research on function and design of virtual instrument based on LabVIEW Technology Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(6):1099-1104 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Research on function and design of virtual instrument

More information