Production Management Modelling Based on MAS

Size: px
Start display at page:

Download "Production Management Modelling Based on MAS"

Transcription

1 International Journal of Automation and Computing 7(3), August 2010, DOI: /s x Production Management Modelling Based on MAS Li He 1 Zheng-Hao Wang 2 Ke-Long Zhang 3 1 School of Mechanical Engineering, Shenyang Ligong University, Shenyang , PRC 2 School of Science, Shenyang Jianzhu University, Shenyang , PRC 3 Shenyang Songyang Paper Cup Co., Ltd., Shenyang , PRC Abstract: Modelling based on multi-agent system (MAS) was built for the current production management and process of Shenyang Songyang Paper Cup Co., Ltd. It can transmit the information instantly via order agent (OA), manager agent (MA), production agent (PA), and service agent (SA), and realize information sharing. The PA is also built on MAS, and it includes two agents, task agent (TA), and resource agent (RA). It has been found that the modelling is superior to the old one. It can improve the working flow and production efficiency, and shorten the time of delivery. Keywords: Production management, multi-agent system (MAS), modelling, agent, information share. 1 Introduction With the high speed development of economy, the paper products become more and more important because they are safe, healthy, non-toxic, odorless, non-polluting, and biodegradable. They are widely used in the food and medicament packaging industry. The plastic throw-away cups have been replaced gradually by the paper throw-away cups. The expert predicts that the paper products will sweep the country and find their way into families in three years. Now, in most paper cups enterprises, the paper cups begin to be made after the sales department receives the order. After a few processes, design in the design department, printing in the printing house, die cutting, and shaping in the workshops, the paper cups are finished and delivered to the customers. This production flow has the following disadvantages: 1) Long design and manufacturing period From the beginning of the order to the finished cups, the period is usually days. It cannot adapt to the fierce competition. 2) Low degree of information sharing The order will be passed for several times among the customer, sales department, design department, printing house, and workshops, which may be located at different cities or different places in the same city. It takes a long time to pass the information and often create a little misunderstanding during the passing. 3) Low customer satisfaction What the customers require is not only the cup size, but also design style, color, the kind of paper, and other characteristics that the customers are interested in. Even a little misunderstanding will lower the customer satisfaction. 2 Multi-agent system 2.1 Agent structure An agent is a new computing model in the artificial intelligence field and can continually perceive the change outside Manuscript received January 1, 2010; revised April 1, 2010 and itself, and can also give a corresponding action by itself. An agent can be looked as a black box and can perceive the environment via sensors and act on the environment via effectors. Agents can communicate and cooperate with each other and complete complicated tasks. Along with the development of computer network and communication, the technology about agent is not only a hotspot in artificial intelligence but also in information technology, manufacturing technology, and some other fields [1,2]. In programming, one agent realizes the mapping from perception to action by the following [3] : Function skeleton-agent (percept) return action Static: memory // agent memory Memory update-memory (memory, percept) Action choose-best-action (memory) Memory update-memory (memory, percept) Return action. 2.2 Multi-agent system structure A complex system may include one or more interactional agent systems. This system is named as multi-agent system (MAS). MAS denotes that one complex problem can be solved via cooperation, harmonization, and negotiation of two or more agents together. MAS is considered as the key technique to lower production cost, realize decentralized production and self-adaption, and resolve complicated process. Moreover, it is also a new methodology, which runs through each modern advanced manufacturing field, from the dynamic alliance, distributed intelligent manufacture system, enterprises integration, enterprise resource planning (ERP) to field control [4]. According to communication mode, there are three kinds of MAS, direct communication, federated communication and centralized communication [3] (see Fig. 1). 2.3 Contract net protocol In all the concurrent methods of agent, the contract net protocol (CNP), which was put forward by R. G. Smith in 1980 [5], is one of the most comprehensive methods. It follows the mechanism of the market of inviting public bidding-bidding-win bidding. According to biding value,

2 H. Li et al. / Production Management Modelling Based on MAS 337 tasks are distributed between agents (See Fig. 2). The dynamic, distributed, and self-adaptive problem of task distribution can be solved by the concerned agents negotiating and competing with each other. Its objective is trying to complete tasks with the optimization allocation of resources and cost. Remarks 1. 1) After the task is disassembled, each disassembled task will create a task agent (TA) automatically. 2) TA will fill out the invitation of bids automatically according to its own condition, and send it to resource agent (RA), and then wait for bidding. 3) Each RA, corresponding one piece of equipment, evaluates the task and estimates if it is qualified to this task after receiving the invitation of bids. For the qualified task, RA gives the bidding value and fills out the bidding document. Otherwise, it exits the bidding. 4) RA sends the bidding document to production agent (PA) and waits for the estimated bidding value. 5) PA assigns the task according to all the received available bidding documents. 6) PA sends the winning bidding message to RA and TA. 7) TA evaluates the winning bidding and records after receiving the message. 8) RA begins to machine after receiving the message. 9) If there is a dissent, PA will cancel this bidding and begin to renegotiate. The new bidding process will begin. 3 Modelling based on MAS 3.1 Function and structure of each agent The production management modeling described in this paper is built based on multi-agent system, aiming at the current production management and process of Shenyang Songyang Paper Cup Co., Ltd. The order agent (OA), manager agent (MA), PA, and service agent (SA) are built, and the production agent is also built based on MAS, which includes TA and resource agent (RA). Each agent defines its own rule according to its own task and characteristic and then puts it in the rule databases that are packaged in agents. The function and structure of each agent are the following: 1) MA MA, which is built on the server, is built to manage, harmonize, and control the whole system. It can get the information from other agents and resolve the conflict among agents. MA must record the registration information, identity (ID), address, and function of each agent. When adding a new agent or deleting an old one, MA will update the system in accordance with the information. In addition, MA can apperceive other agents at all times. MA has the ability of judgment, decision making, and gets the optimal compound mode. The flow of MA is shown in Fig. 3, and the structure of MA is as follows: Manager agent = information management service management production management order management Information management = received information registration information agent ID Service management = design style size color printing information Order management = received order published task finished order new order urgent order Production management received task resource name resource number resource condition Feedback information = order condition production condition service condition. Fig. 1 Essencial structure of MAS Fig. 2 The modelling of contract net

3 338 International Journal of Automation and Computing 7(3), August 2010 resource Task management = received task published task task condition new task urgent task Resource management = resource name resource number resource condition update resource Feedback information = task condition resource condition finished task Finished task = machining quality machining time machining cost Record = task number task name task content resource number and name. PA is built also based on MAS. Each agent also defines its own rule according to respective tasks and characteristics and keeps it in the rule databases packaged in agents. PA implements general scheduling and harmonizes the conflict between RA and TA (see Fig. 4). Fig. 3 Flow chart of MA 2) OA It receives the requirement information from customers. Analyzes the requirement and estimates enterprise s capability. It changes the requirement into order and transmits it to MA. The structure of OA is shown as follows: Order agent = customer information production information order information Customer management = registration name level suggestion Production information = name amount quality requirement function requirement delivery date Evaluate ability = possessing ability needed ability external cooperation ability Order information = received order canceled order urgent order Order record = number name content finished condition matter. 3) SA Its function is to deal with design style, color, text, and printing before shaping cups. SA receives the task information from MA and deals with the style according to customer requirements, and then transmits the file to the customer for identification about pattern, color, text, and so on. After confirmation by the customer, SA will begin to draw a sample for printing. At the same time, SA calculates the paper in demand and transmits the information to MA. 4) PA Its function is production schedule. PA can get the tasks and available resources according to the registration form. PA disassembles the task received by contract into task information and then transmits the task information to TA. At the same time, PA records the information to the task table. PA collects bidding value of each RA and form bidding table. Then, confirms the winning RA according to the bidding value and affords the machining contract made by contract table and the winning RA. The RA will be selected to manufacture cups. The structure of PA is shown as follows: Production agent = information management task management resource management Information management = received information registered task canceled task registered resource canceled Fig. 4 The modelling of PA based on MAS 5) RA It is built on client. After registration, RA begins to wait for inviting public bidding. When RA receives inviting public bidding document, it will evaluate the task according to production state and ability. Then, computes a feasible bidding value and fills in the bidding document and sends it to PA (see Fig. 5). Fig. 5 Flow chart of RA When RA receives the winning bidding message, the task will be scheduled on the corresponding machine. After finishing the task, RA will wait for the next bidding. Also,

4 H. Li et al. / Production Management Modelling Based on MAS 339 RA monitors and controls the machining process in real time. If the normal state is changed, for example, there is something wrong with certain machines or new machines are added, RA immediately reports it to PA, which will reschedule dynamically. The structure of OA is shown as follows: Resource agent = equipment name equipment information equipment condition Equipment information = name number condition machining size precision machining range Equipment condition = normal/fault have/no task Bidding = evaluated production capacity bidding document sign a contract Feedback information = win bidding message task execute Task execute = execution instruction monitor condition. 6) TA TA answers for executing the whole production plan. It creates automatically and will be vanished automatically after finishing one task. It can finish the distribution and execution of the plan via negotiation with each client and server. An incepting buffer and a sending buffer are packaged in each agent for communicating to other agents. Fig. 6 shows the flow chart of TA. Fig. 6 Flow chart of TA The structure of OA is as follows: Contract information = task information contract content delivery date Task information = task number task name task requirement Contract content = production name production size production requirement Time information = the beginning time of invitation for bids the ending time of invitation for bids Feedback information = bidding RA win the bidding agent machining condition. 3.2 Modeling based on MAS This modeling, based on multi-agent and the negotiation of contract net protocol (CNP), adopts the adopted client/server structure for communication. It realizes communication via the communication port of the numerical control system. RA and equipment are connected by the controller area network (CAN) bus [6], and data are transmitted two ways in numerical control equipment. The working flow is shown as follows: After OA receives the requirements from the customers, it begins to estimate if the enterprise has the capability to meet the requirements. For the unserviceable task, the sales department gives the customers practicable suggestions. For the competent task, OA accepts it and changes it into order and transmits the order to MA; MA issues information to SA and PA. According to the customer requirements, SA begins to design style and color, followed by printing, and die cutting. At the same time, PA starts up and transmits the task to TA. In this paper, TA and RA ensure the distribution of each task on each resource according to the inviting public bidding-bidding mechanism of CNP [7]. TA sends inviting public bidding document to RA; RA evaluates throughput itself and then bids. PA determines the equipment winning the bidding by the biding information, and sends the winning bidding information to TA and RA, and thus, the whole public bidding-bidding process can be completed (see Fig. 7). 4 Communication between agents The agent communication language (ACL) can realize the communication between agents. Knowledge query and manipulation language (KQML), which is a widely used ACL, provides a standard communication language and protocol for transmitting information and knowledge. It can be used for resolving problems and realizing information sharing. KQML consists of three layers, content layer, communication layer, and message layer. The content layer records the information content represented by corresponding language. The communication layer describes attributes parameters, including the bottom parameters and the marking of receiver and sender and connection. The message layer is the core of KQML and ensures the protocol transmitting message [8]. Three kinds of MAS, direct communication, federated communication, and centralized communication, have their own characteristics. The merit of the direct communication is that one agent cannot be influenced by other agents, which support the openness of team work. However, the disadvantage is the speed of transmitting and dealing with information will be greatly reduced with the increase of number of agents. PA is built by direct communication. The whole modeling is built by centralized communication. MA is the core of this modeling, and other agents communicate and transmit information via MA. It is easy to realize the coordination and information sharing among agents via MA. This working flow can be realized via sending information [9, 10]. The information the following: 1) Agent style, for example, MA; 2) Physics address of agent; 3) Content of information. There are three manners of linking between agents: 1) Link by to After initializing, an agent connects other agents using the address afforded by to. 2) Link by from

5 340 International Journal of Automation and Computing 7(3), August 2010 Fig. 7 The modeling based on MAS After receiving the request, the agent inspects the connecting purview of the agent sending the request according to the address afforded by from. 3) Link by goto Agent sends itself to the machine whose address is afforded by goto. 5 Conclusions To aim at the current production management and the process of Shenyang Songyang Paper Cup Co., Ltd., the production management modeling based on MAS was built. Comparing the modeling based on MAS and the older one, the new modeling has more superiorities. It realizes the information transmit and information sharing instantly via MA, OA, PA, and SA. All agents can work in parallel and communicate and collaborate with each other. Therefore, the time of delivery is shortened and the working flow and production efficiency are improved. All departments share the information and thus can reduce the misunderstanding. It has been found that the new modeling can improve the working flow and production efficiency and shorten the time of delivery. References [1] X. L. Qiu, H. Yi, X. Y. Wu, Z. H. Ni. Apply principalagent to actualize the agile manufacturing. Manufacturing Automation, vol. 22, no. 9, pp. 1 3, (in Chinese). [2] J. M. Usher, Y. C. Wang. Negotiation between intelligent agents for manufacturing control. In Proceedings of the 4th IEEE International Engineering Design and Automation Conference, IEEE, Orlando, Florida, USA, pp , [3] Y. Q. Huang. Research on the Agent and Feature Technology Based Distributed CAPP and Its Application in the Manufacturing of Hydraulic Press Machine, Ph. D. dissertation, Tianjin University, PRC, (in Chinese) [4] H. T. Zhang, F. Yu, W. Li. Step-coordination algorithm of traffic control based on multi-agent system. International Journal of Automation and Computing, vol. 6, no. 3, pp , [5] H. Yang. Multi-agent Based Agile Intelligent Manufacturing Execution System, Ph. D. dissertation, Nanjing University of Aeronautics and Astronautics, PRC, (in Chinese) [6] J. Ren, C. W. Li, D. Z. Zhao. CAN-based synchronized motion control for induction motors. International Journal of Automation and Computing, vol. 6, no. 1, pp , 2009.

6 H. Li et al. / Production Management Modelling Based on MAS 341 [7] R. G. Smith. The contract net protocol: High-level communication and control in a distributed problem solver. IEEE Transactions on Computers, vol. 29, no. 12, pp , [8] W. D. Zhao, H. Yi, Z. H. Ni, Y. Xing. Research on remote monitoring and control of CNC system based on Web and field bus. Journal of Southeast University (Natural Science Edition), vol. 33, no. 1, pp , (in Chinese) [9] S. H. Lan. Research on Multi-Agent Technology and Applications, Ph. D. dissertation, Nanjing University of Science and Technology, PRC, (in Chinese) [10] Y. Q. Du, M. Z. Wang. The research of communication in multi-agent manufacturing system. Computer Simulation, vol. 20, no. 1, pp , (in Chinese) Li He received the B. Sc. and M. Sc. degrees in mechanical engineering from Shenyang Ligong University and Northeastern University, PRC in 1993 and 2002, respectively, and the Ph. D. degree in mechanical engineering from Northeastern University in From 1993, she was a faculty member at Shenyang Ligong University. Currently, she is an associate professor in the School of Mechanical Engineering at Shenyang Ligong University. Her research interests include mechanical engineering, manufacturing information and technique, and production management. hl0404@163.com (Corresponding author) Zheng-Hao Wang received the B. Sc. and M. Sc. degrees in mechanical engineering and engineering mechanics from Liaoning Technical University, PRC in 1983 and 1992, respectively, and from 2005, he began to study for his Ph. D. degree in mechanical engineering in Northeastern University, PRC. From 1983, he was a faculty member at Liaoning Shihua University, PRC. From 1995, he was a faculty member at Shenyang Jianzhu University, PRC. Currently, he is a professor in the School of Mechanical Engineering at Shenyang Jianzhu University, China. He is a member of Chinese Society for Vibration Engineering. His research interests include theory of vibration and rotor dynamics. wzh200864@126.com Ke-Long Zhang received the MBA degree from Northeastern University, PRC in From 1990, he managed Shenyang Songyang Paper Cup Co., Ltd. His research interest includes production management. syzq7600@163.com

Modeling of Agile Intelligent Manufacturing-oriented Production Scheduling System

Modeling of Agile Intelligent Manufacturing-oriented Production Scheduling System International Journal of Automation and Computing 7(4), November 2010, 596-602 DOI: 10.1007/s11633-010-0545-1 Modeling of Agile Intelligent Manufacturing-oriented Production Scheduling System Zhong-Qi

More information

Coordination Mechanisms in the Supply Chain Based E-business

Coordination Mechanisms in the Supply Chain Based E-business 68 Coordination Mechanisms in the Supply Chain Based E-business Li Sui-cheng 1,2, Cui Xian-xia 1, Liang Gong-qian 2 1 Management School, Xi an University of Technology, Xi an 710048, China 2 Management

More information

Design and Implementation of Office Automation System based on Web Service Framework and Data Mining Techniques. He Huang1, a

Design and Implementation of Office Automation System based on Web Service Framework and Data Mining Techniques. He Huang1, a 3rd International Conference on Materials Engineering, Manufacturing Technology and Control (ICMEMTC 2016) Design and Implementation of Office Automation System based on Web Service Framework and Data

More information

CIMFLOW A WORKFLOW MANAGEMENT SYSTEM BASED ON INTEGRATION PLATFORM ENVIRONMENT

CIMFLOW A WORKFLOW MANAGEMENT SYSTEM BASED ON INTEGRATION PLATFORM ENVIRONMENT CIMFLOW A WORKFLOW MANAGEMENT SYSTEM BASED ON INTEGRATION PLATFORM ENVIRONMENT Haibin Luo Yushun Fan State CIMS Engineering and Research Center, Dept. of Automation, Tsinghua University Beijing, P.R. China.

More information

A Real-Time Production Scheduling Framework based on Autonomous Agents

A Real-Time Production Scheduling Framework based on Autonomous Agents A Real-Time Production Scheduling Framework based on Autonomous Agents Kwan Hee Han, Yongsun Choi and Sung Moon Bae Abstract The function of production scheduling is to provide the release and execution

More information

Research on the Application Integration Model for the Agricultural Enterprise of Integrative Production and Marketing

Research on the Application Integration Model for the Agricultural Enterprise of Integrative Production and Marketing Research on the Application Integration Model for the Agricultural Enterprise of Integrative Production and Marketing Feng Yang 1, Xiandi Zhang 1, Zhongqiang Liu 1, Zhenzhi Wang 1, Kaiyi Wang 1,* 1 National

More information

The research of intelligent substation project management mode based on RFID

The research of intelligent substation project management mode based on RFID 2nd International Conference on Automation, Mechanical Control and Computational Engineering (AMCCE 207) The research of intelligent substation project mode based on RFID Chenglei Sun, 2, a, Ke Zhang,

More information

Liuzhou, Guangxi, China. *Corresponding author. Keywords: Manufacturing process, Quality management, Information technology.

Liuzhou, Guangxi, China. *Corresponding author. Keywords: Manufacturing process, Quality management, Information technology. 2016 3 rd International Conference on Economics and Management (ICEM 2016) ISBN: 978-1-60595-368-7 Design and Development of Manufacturing Quality Management Information System for Auto Parts Enterprise

More information

Design of Collaborative Production Management System Based on Big Data Jing REN and Wei YE

Design of Collaborative Production Management System Based on Big Data Jing REN and Wei YE 2017 International Conference on Mechanical and Mechatronics Engineering (ICMME 2017) ISBN: 978-1-60595-440-0 Design of Collaborative Production Management System Based on Big Data Jing REN and Wei YE

More information

Path Planning for Multi-AGV Systems based on Two-Stage Scheduling

Path Planning for Multi-AGV Systems based on Two-Stage Scheduling Available online at www.ijpe-online.com vol. 13, no. 8, December 2017, pp. 1347-1357 DOI: 10.23940/ijpe.17.08.p16.13471357 Path Planning for Multi-AGV Systems based on Two-Stage Scheduling Wan Xu *, Qi

More information

Drugstore Control System Design and Realization Based on Programmable Logic Controller (PLC)

Drugstore Control System Design and Realization Based on Programmable Logic Controller (PLC) Journal of Electrotechnology, Electrical Engineering and Management (2017) Vol. 1, Number 1 Clausius Scientific Press, Canada Drugstore Control System Design and Realization Based on Programmable Logic

More information

Design of Automatic Packaging and Palletizing Device of Secondary Intelligent Production Line for Motor Rotor of Electric Tool

Design of Automatic Packaging and Palletizing Device of Secondary Intelligent Production Line for Motor Rotor of Electric Tool Design of Automatic Packaging and Palletizing Device of Secondary Intelligent Production Line for Motor Rotor of Electric Tool Zhongbao Ji Wenzhou Vocational and Technical College, Wenzhou 325035, China

More information

Research of Load Leveling Strategy for Electric Arc Furnace in Iron and Steel Enterprises Yuanchao Wang1, a*, Zongxi Xie2, b and Zhihan Yang1, c

Research of Load Leveling Strategy for Electric Arc Furnace in Iron and Steel Enterprises Yuanchao Wang1, a*, Zongxi Xie2, b and Zhihan Yang1, c International Conference on Mechanics, Materials and Structural Engineering (ICMMSE 2016) Research of Load Leveling Strategy for Electric Arc Furnace in Iron and Steel Enterprises Yuanchao Wang1, a*, Zongxi

More information

Fully automatic CNC machining production system

Fully automatic CNC machining production system Fully automatic CNC machining production system Jeng-Dao Lee, Cheng-Wei Tsai-Lin, Yi-Cheng Lee, Min-Che Liu, and Li-Yin Chen National Formosa University, Automation Engineering Department, 632 Yunlin County,

More information

Analysis of Intelligent and Automation Technology for Electric Power Dispatching

Analysis of Intelligent and Automation Technology for Electric Power Dispatching Analysis of Intelligent and Automation Technology for Electric Power Dispatching Zhenfeng Wang, Hailun Wang *, Jubing Xu, Guanglong Gu School of Electrical and Information Engineering, Quzhou University,

More information

Development and Application of Intelligent Model Knowledge Base for the Plate Hot Leveler

Development and Application of Intelligent Model Knowledge Base for the Plate Hot Leveler Available online at www.sciencedirect.com Procedia Engineering 15 (2011 ) 1010 1014 Development and Application of Intelligent Model Knowledge Base for the Plate Hot Leveler Xiaogang Wang 1,a Hu Ying 1,b

More information

A Study of the Production Process Simulation System Based on Workflow Management

A Study of the Production Process Simulation System Based on Workflow Management Association for Information Systems AIS Electronic Library (AISeL) WHICEB 2013 Proceedings Wuhan International Conference on e-business Summer 5-25-2013 A Study of the Production Process Simulation System

More information

An Improved Contract Net Protocol with Multi-Agent for Reservoir Flood Control Dispatch

An Improved Contract Net Protocol with Multi-Agent for Reservoir Flood Control Dispatch Journal of Water Resource and Protection, 2011, 3, 735-746 doi:10.4236/jwarp.2011.310084 Published Online October 2011 (http://www.scirp.org/journal/jwarp) An Improved Contract Net Protocol with Multi-Agent

More information

A Flexsim-based Optimization for the Operation Process of Cold- Chain Logistics Distribution Centre

A Flexsim-based Optimization for the Operation Process of Cold- Chain Logistics Distribution Centre A Flexsim-based Optimization for the Operation Process of Cold- Chain Logistics Distribution Centre X. Zhu 1, R. Zhang *2, F. Chu 3, Z. He 4 and J. Li 5 1, 4, 5 School of Mechanical, Electronic and Control

More information

Initial Analysis on the Development of Cloud Logistics Model in China Quan YUAN

Initial Analysis on the Development of Cloud Logistics Model in China Quan YUAN 2017 3rd International Conference on Education and Social Development (ICESD 2017) ISBN: 978-1-60595-444-8 Initial Analysis on the Development of Cloud Logistics Model in China Quan YUAN Bohai University,

More information

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc.

BioTechnology. An Indian Journal FULL PAPER. Trade Science Inc. [Type text] [Type text] [Type text] ISSN : 0974-7435 Volume 10 Issue 21 BioTechnology 2014 An Indian Journal FULL PAPER BTAIJ, 10(21), 2014 [12736-12740] Research on informational management of laboratory

More information

Combined Programming of LabVIEW and Simulink to Simulate a Hybrid Energy Power Generation System

Combined Programming of LabVIEW and Simulink to Simulate a Hybrid Energy Power Generation System Combined Programming of LabVIEW and Simulink to Simulate a Hybrid Energy Power Generation System Ning Lu, Leilei Yi HuBei, China e-mail: susanln@163.com, Abstract -- With international emphasis on developing

More information

Chain Management for Fireworks Industry Based on Rfid

Chain Management for Fireworks Industry Based on Rfid Chain Management for Fireworks Industry Based on Rfid Liang Wang 1, Wenbi Wang 2 1 Department of Software Engineering, Southeast University Nanjing, China 2 Editor Director Tongling Daily News Anhui, China

More information

Applying RFID Hand-Held Device for Factory Equipment Diagnosis

Applying RFID Hand-Held Device for Factory Equipment Diagnosis Proceedings of the 2009 IEEE International Conference on Systems, Man, and Cybernetics San Antonio, TX, USA - October 2009 Applying RFID Hand-Held Device for Factory Equipment Diagnosis Kai-Ying Chen,

More information

AGENT-BASED WHEAT SIMULATION MODEL COOPERATION RESEARCH

AGENT-BASED WHEAT SIMULATION MODEL COOPERATION RESEARCH AGENT-BASED WHEAT SIMULATION MODEL COOPERATION RESEARCH Shengping Liu 1, Yeping Zhu 1*, 1 Agricultural Information Institute, Chinese Academy of Agricultural Sciences, Beijing, China, 100081; * Corresponding

More information

Design and Implementation of Heterogeneous Workflow System Integration Mode Based on SOA Framework

Design and Implementation of Heterogeneous Workflow System Integration Mode Based on SOA Framework 2017 2nd International Conference on Wireless Communication and Network Engineering (WCNE 2017) ISBN: 978-1-60595-531-5 Design and Implementation of Heterogeneous Workflow System Integration Mode Based

More information

The Value Research on Information Sharing in Supply Chain Management

The Value Research on Information Sharing in Supply Chain Management The Value Research on Information Sharing in Supply Chain Management YANG Jing School of Kexin Hebei University of Engineering P.R. China 056038 hdjianghua@126.com Abstract: In supply chains, information

More information

The Research of the Tracking and Traceability System for Vegetable Quality Assessment and Assurance

The Research of the Tracking and Traceability System for Vegetable Quality Assessment and Assurance ISSN (e): 2250 3005 Volume, 06 Issue, 07 July 2016 International Journal of Computational Engineering Research (IJCER) Research of the Tracking and Traceability System for Vegetable Quality Assessment

More information

The Problems and Countermeasures of the E-commerce Enterprise Internal Audit Informationization Hu Xiaoqing, Zhang Chengqian

The Problems and Countermeasures of the E-commerce Enterprise Internal Audit Informationization Hu Xiaoqing, Zhang Chengqian International Conference on Applied Science and Engineering Innovation (ASEI 2015) The Problems and Countermeasures of the E-commerce Enterprise Internal Audit Informationization Hu Xiaoqing, Zhang Chengqian

More information

STUDY NO 5 INTRODUCTION TO FLEXIBLE MANUFACTURING SYSTEM

STUDY NO 5 INTRODUCTION TO FLEXIBLE MANUFACTURING SYSTEM STUDY NO 5 INTRODUCTION TO FLEXIBLE MANUFACTURING SYSTEM A flexible manufacturing system (FMS) is in which there is some amount of flexibility that allows the system to react in case of changes, whether

More information

Research on the Application Value of Hand-painted Art in the New Media Advertising Design. YangJing

Research on the Application Value of Hand-painted Art in the New Media Advertising Design. YangJing International Conference on Education, Sports, Arts and Management Engineering (ICESAME 2016) Research on the Application Value of Hand-painted Art in the New Media Advertising Design YangJing Jiujiang

More information

Design and Research on Co-simulation Training System of Large-Scale Power Grid with Distribution Network Based on Intelligent Materials System

Design and Research on Co-simulation Training System of Large-Scale Power Grid with Distribution Network Based on Intelligent Materials System Design and Research on Co-simulation Training System of Large-Scale Power Grid with Distribution Network Based on Intelligent Materials System BaiShan Mei 1, XiPing Zhang 2, Jie Xu 2, and YueHong Xing

More information

A Framework of BIM-Based Bridge Health Monitoring System

A Framework of BIM-Based Bridge Health Monitoring System International Conference on Civil, Transportation and Environment (ICCTE 2016) A Framework of BIM-Based Bridge Health Monitoring System Siqi Wang1, a, Jinsheng Du1, b and Jianyong Song2, c 1 School of

More information

RESEARCH ON LOAD SPECTRUM OF AERO HYDRAULIC PUMP BASED ON ACCELERATED DEGRADATION TESTING

RESEARCH ON LOAD SPECTRUM OF AERO HYDRAULIC PUMP BASED ON ACCELERATED DEGRADATION TESTING RESEARCH ON LOAD SPECTRUM OF AERO HYDRAULIC PUMP BASED ON ACCELERATED DEGRADATION TESTING Chen Juan*, Zhang Jian*, Li Jia** *School of Mechanical Engineering and Automation, Beihang University, Beijing

More information

Simulation and optimization of key link of Production logistics in automobile production Yunrui Wang

Simulation and optimization of key link of Production logistics in automobile production Yunrui Wang International Conference on Mechatronics Engineering and Information Technology (ICMEIT 2016) Simulation and optimization of key link of Production logistics in automobile production Yunrui Wang School

More information

The application of Information Exchange Bus in Electric-power Information System

The application of Information Exchange Bus in Electric-power Information System 3rd International Conference on Mechatronics and Industrial Informatics (ICMII 2015) The application of Information Exchange Bus in Electric-power Information System Wang Wenxin1, a *, Zhang Weiwei1,b,

More information

Integration of Process Planning and Scheduling Functions for Batch Manufacturing

Integration of Process Planning and Scheduling Functions for Batch Manufacturing Integration of Process Planning and Scheduling Functions for Batch Manufacturing A.N. Saravanan, Y.F. Zhang and J.Y.H. Fuh Department of Mechanical & Production Engineering, National University of Singapore,

More information

Research on the Development of Agricultural Mechanical Automation in Mechanical Engineering

Research on the Development of Agricultural Mechanical Automation in Mechanical Engineering Applied Mechanics and Materials Online: 2013-10-31 ISSN: 1662-7482, Vol. 454, pp 23-26 doi:10.4028/www.scientific.net/amm.454.23 2014 Trans Tech Publications, Switzerland Research on the Development of

More information

Research on the Improved Back Propagation Neural Network for the Aquaculture Water Quality Prediction

Research on the Improved Back Propagation Neural Network for the Aquaculture Water Quality Prediction Journal of Advanced Agricultural Technologies Vol. 3, No. 4, December 2016 Research on the Improved Back Propagation Neural Network for the Aquaculture Water Quality Prediction Ding Jin-ting and Zang Ze-lin

More information

Analysis on the Mode and Competitive Strategy of Electricity Sales in the Background of Electric Power System Reform

Analysis on the Mode and Competitive Strategy of Electricity Sales in the Background of Electric Power System Reform Energy and Power Engineering, 2017, 9, 401-407 http://www.scirp.org/journal/epe ISSN Online: 1947-3818 ISSN Print: 1949-243X Analysis on the Mode and Competitive Strategy of Electricity Sales in the Background

More information

Design of Transmission Scheme for Radiation Detection &Management Information

Design of Transmission Scheme for Radiation Detection &Management Information 17th World Conference on Nondestructive Testing, 25-28 Oct 2008, Shanghai, China Design of Transmission Scheme for Radiation Detection &Management Information Jinping LIU Chao LIU Detection Center, No.8

More information

Research on Operation Mode of Intelligent Logistics Base on Fourth Party Logistics Platform

Research on Operation Mode of Intelligent Logistics Base on Fourth Party Logistics Platform Advanced Materials Research Online: 2013-01-11 ISSN: 1662-8985, Vols. 631-632, pp 1254-1259 doi:10.4028/www.scientific.net/amr.631-632.1254 2013 Trans Tech Publications, Switzerland Research on Operation

More information

Research on Obstacle Avoidance System of UAV Based on Multi-sensor Fusion Technology Deng Ke, Hou Xiaosong, Wan Wenjie, Liu Shiyi

Research on Obstacle Avoidance System of UAV Based on Multi-sensor Fusion Technology Deng Ke, Hou Xiaosong, Wan Wenjie, Liu Shiyi 4th International Conference on Electrical & Electronics Engineering and Computer Science (ICEEECS 2016) Research on Obstacle Avoidance System of UAV Based on Multi-sensor Fusion Technology Deng Ke, Hou

More information

Electromagnetic Guided Factory Intelligent AGV

Electromagnetic Guided Factory Intelligent AGV 3rd International Conference on Mechatronics and Information Technology (ICMIT 2016) Electromagnetic Guided Factory Intelligent AGV Xiaoyu Chen1, a, Wenping Lin1, b, Jian Liu1, c, Lichao Guan1, d, Yipin

More information

Campus Tracking System Based On IoT Yibiao Pi

Campus Tracking System Based On IoT Yibiao Pi Applied Mechanics and Materials Online: 2014-08-11 ISS: 1662-7482, Vols. 599-601, pp 1416-1419 doi:10.4028/www.scientific.net/amm.599-601.1416 2014 Trans Tech Publications, Switzerland Campus Tracking

More information

Analysis of Common Project Schedule Management Methods Wei-guo LIU *, Xue SHEN and Tian-qi WU

Analysis of Common Project Schedule Management Methods Wei-guo LIU *, Xue SHEN and Tian-qi WU 2018 2nd International Conference on Education, Management and Applied Social Science (EMASS 2018) ISBN: 978-1-60595-543-8 Analysis of Common Project Schedule Management Methods Wei-guo LIU *, Xue SHEN

More information

Modeling and analyzing of railway container hub scheduling system based on multi-agent system

Modeling and analyzing of railway container hub scheduling system based on multi-agent system ISSN 1816-6075 (Print), 1818-0523 (Online) Journal of System and Management Sciences Vol. 2 (2012) No. 1, pp. 31-39 Modeling and analyzing of railway container hub scheduling system based on multi-agent

More information

Overview of Bridge Health Monitoring

Overview of Bridge Health Monitoring 2017 3rd International Conference on Electronic Information Technology and Intellectualization (ICEITI 2017) ISBN: 978-1-60595-512-4 Overview of Bridge Health Monitoring Peng Li, Jiachao Peng and Liuwei

More information

The Accurate Marketing System Design Based on Data Mining Technology: A New Approach. ZENG Yuling 1, a

The Accurate Marketing System Design Based on Data Mining Technology: A New Approach. ZENG Yuling 1, a International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015) The Accurate Marketing System Design Based on Data Mining Technology: A New Approach ZENG Yuling 1,

More information

PLC Control System Design for Egg Carton Unloader Han-yu ZHAO 1, Zhi-jun HUO 2, Xiao-jiang LAI 3 and Cun-xiang LIU 1,*

PLC Control System Design for Egg Carton Unloader Han-yu ZHAO 1, Zhi-jun HUO 2, Xiao-jiang LAI 3 and Cun-xiang LIU 1,* 2017 2nd International Conference on Electrical and Electronics: Techniques and Applications (EETA 2017) ISBN: 978-1-60595-416-5 PLC Control System Design for Egg Carton Unloader Han-yu ZHAO 1, Zhi-jun

More information

Production Management and Optimization in Injection Molding Companies Based on MES Feng-xiang YOU 1,*, Xin-qiao ZHAO 2 and Yi-long YOU 3

Production Management and Optimization in Injection Molding Companies Based on MES Feng-xiang YOU 1,*, Xin-qiao ZHAO 2 and Yi-long YOU 3 2017 2nd International Conference on Mechatronics, Control and Automation Engineering (MCAE 2017) ISBN: 978-1-60595-490-5 Production Management and Optimization in Injection Molding Companies Based on

More information

Wireless Group Control System Applied in Plantation Irrigation System

Wireless Group Control System Applied in Plantation Irrigation System Advance Journal of Food Science and Technology 5(11): 1418-1422, 2013 ISSN: 2042-4868; e-issn: 2042-4876 Maxwell Scientific Organization, 2013 Submitted: May 17, 2013 Accepted: August 08, 2013 Published:

More information

Study on Collaborative Design System Based on PDM

Study on Collaborative Design System Based on PDM Study on Collaborative Design System Based on PDM DUAN GUOLIN and ZHOU LIANG School of Mechanical Engineering Hebei University of Technology Hongqiao District, Tianjin City, 300130 P.R.CHINA Abstract:

More information

Tracking Management System Designed for the Second-hand Car Based on the RFID Technology Ling-ling Wei

Tracking Management System Designed for the Second-hand Car Based on the RFID Technology Ling-ling Wei International Conference on Automation, Mechanical Control and Computational Engineering (AMCCE 2015) Tracking Management System Designed for the Second-hand Based on the RFID Technology Ling-ling Wei

More information

Design of logistics tracking and monitoring system based on internet of things

Design of logistics tracking and monitoring system based on internet of things Acta Technica 62 No. 2A/2017, 75 82 c 2017 Institute of Thermomechanics CAS, v.v.i. Design of logistics tracking and monitoring system based on internet of things Qiang Yu 1 Abstract. To improve the information

More information

Journal of Applied Research and Technology ISSN: Centro de Ciencias Aplicadas y Desarrollo Tecnológico.

Journal of Applied Research and Technology ISSN: Centro de Ciencias Aplicadas y Desarrollo Tecnológico. Journal of Applied Research and Technology ISSN: 1665-6423 jart@aleph.cinstrum.unam.mx Centro de Ciencias Aplicadas y Desarrollo Tecnológico México Zhu, X.; Zhang, R.; Chu, F.; He, Z.; Li, J. A Flexsim-based

More information

Research on a Heat-supply Network Dispatching System Based on Geographical Information System (GIS)

Research on a Heat-supply Network Dispatching System Based on Geographical Information System (GIS) Research on a Heat-supply Network Dispatching System Based on Geographical Information System (GIS) Zhigang Zhou Pinghua Zou Haoxuan Tang Xiumu Fang Wei Wang Doctor Ph.D Associate Associate Professor Professor

More information

ANN RBF Based Approach of Risk Assessment for Aviation ATM Network

ANN RBF Based Approach of Risk Assessment for Aviation ATM Network Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com ANN RBF Based Approach of Risk Assessment for Aviation ATM Network 1 Lan Ma, 2 Deng Pan, 3 Zhijun Wu School of Air Traffic Management, Civil

More information

An Application of E-Commerce in Auction Process

An Application of E-Commerce in Auction Process An Application of E-Commerce in Auction Process MARIO SPUNDAK, VEDRAN BATOS, MARIO MILICEVIC Department of Electrical Engineering and Computing University of Dubrovnik Cira Carica 4, Dubrovnik 20000 CROATIA

More information

Software Agents. Tony White

Software Agents. Tony White Software Agents Tony White arpwhite@scs.carleton.ca Overview Motivation and definitions Why do we need agents? What is an agent? Agent architectures technologies, issues, advantages, disadvantages Collaboration

More information

A STUDY OF SYSTEM BALANCE AND CYCLE OPTIMIZATION FOR MULTI-OPERATIONAL EQUIPMENT AND ITS IMPLEMENTATION

A STUDY OF SYSTEM BALANCE AND CYCLE OPTIMIZATION FOR MULTI-OPERATIONAL EQUIPMENT AND ITS IMPLEMENTATION A STUDY OF SYSTEM BALANCE AND CYCLE OPTIMIZATION FOR MULTI-OPERATIONAL EQUIPMENT AND ITS IMPLEMENTATION Huan You, Lixin Lu, Limin Li 'CIMS & Robot Center, Shanghai University, Shanghai, 200072, China;

More information

Chapter 2 Research on Logistics Center Layout Based on SLP

Chapter 2 Research on Logistics Center Layout Based on SLP Chapter 2 Research on Logistics Center Layout Based on SLP Yannan Liu and Qilan Zhao Abstract Systematic layout planning (SLP) has been widely applied to the production system, but not to the service system.

More information

Agent Based Reasoning in Multilevel Flow Modeling

Agent Based Reasoning in Multilevel Flow Modeling ZHANG Xinxin *, and LIND Morten * *, Department of Electric Engineering, Technical University of Denmark, Kgs. Lyngby, DK-2800, Denmark (Email: xinz@elektro.dtu.dk and mli@elektro.dtu.dk) 1 Introduction

More information

Flexible Manufacturing Cell: development, coordination, integration and control

Flexible Manufacturing Cell: development, coordination, integration and control 2005 International Conference on Control and Automation (ICCA2005) June 27-29, 2005, Budapest, Hungary WM-4.2 Flexible Manufacturing Cell: development, coordination, integration and control António Ferrolho

More information

The Perspective of B2MML Based on Implementation Feng Wang1, a, FuCheng Pan1, b, Peng Li1, c

The Perspective of B2MML Based on Implementation Feng Wang1, a, FuCheng Pan1, b, Peng Li1, c 2nd International Conference on Automation, Mechanical Control and Computational Engineering (AMCCE 2017) The Perspective of B2MML Based on Implementation Feng Wang1, a, FuCheng Pan1, b, Peng Li1, c 1

More information

Study on the Application of Advanced Power Electronics in Smart Grid

Study on the Application of Advanced Power Electronics in Smart Grid Study on the Application of Advanced Power Electronics in Smart Grid Ma Zhengyou Sichuan College of Architectural Technology Department of Electrical Engineering Deyang, Sichuan, China mazyzhengzy16@126.com

More information

Process Management & Workflow Capabilities

Process Management & Workflow Capabilities Process Management & Fortune 500 companies enjoy the power of Enterprise Content Management -shouldn t you? Process Management Process Management is becoming increasingly important to corporate management

More information

A framework of fuzzy control-based intelligent control system for greenhouse

A framework of fuzzy control-based intelligent control system for greenhouse ORIGINAL RESEARCH A framework of fuzzy control-based intelligent control system for greenhouse Yi-Han Xu 1, Wen-Li Wu 1, Yong Xu 1, Mau-Luen Tham 2, Nordin Ramli 3 1 College of Information Science and

More information

Design for the Control System of Intelligent Fruit Picker

Design for the Control System of Intelligent Fruit Picker Design for the Control System of Intelligent Fruit Picker Xiyan Guan * Department of power engineering, North China Electric Power University, Hebei, 071003, China Abstract * 1220176037@qq.com At present,

More information

Design and implementation of Statistical Process Control based on MES Liu Sha1, a, Li Peng1, Hu Guolinag1, Duan Bin1

Design and implementation of Statistical Process Control based on MES Liu Sha1, a, Li Peng1, Hu Guolinag1, Duan Bin1 2nd International Conference on Automation, Mechanical Control and Computational Engineering (AMCCE 2017) Design and implementation of Statistical Process Control based on MES Liu Sha1, a, Li Peng1, Hu

More information

Enterprise Financial Management System Analysis and Design based on ERP Yumei Ding

Enterprise Financial Management System Analysis and Design based on ERP Yumei Ding International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015) Enterprise Financial Management System and Design based on ERP Yumei Ding School of management, Wuhan

More information

Practical Application of Training tasks Based on Flexible Manufacturing System Hongmei Fan

Practical Application of Training tasks Based on Flexible Manufacturing System Hongmei Fan 3rd International Conference on Science and Social Research (ICSSR 2014) Practical Application of Training tasks Based on Flexible Manufacturing System Hongmei Fan School of Automation, Nanjing Institute

More information

Study on the Application of Artificial Intelligence Technology in Decision Support System of Energy Enterprises

Study on the Application of Artificial Intelligence Technology in Decision Support System of Energy Enterprises Abstract Study on the Application of Artificial Intelligence Technology in Decision Support System of Energy Enterprises Changtong Song Zhenjiang College, Zhenjiang 212001, China Currently, given the increasingly

More information

The Application Status and Countermeasures of Enterprise Group Financial Shared Services Model Pacific Insurance Companies

The Application Status and Countermeasures of Enterprise Group Financial Shared Services Model Pacific Insurance Companies American Journal of Industrial and Business Management, 2016, 6, 741-747 Published Online June 2016 in SciRes. http://www.scirp.org/journal/ajibm http://dx.doi.org/10.4236/ajibm.2016.66068 The Application

More information

Research of Modeling in Complex Manufacturing-process-oriented Visual Production Fucheng Pan 1, Peng Li 2, a

Research of Modeling in Complex Manufacturing-process-oriented Visual Production Fucheng Pan 1, Peng Li 2, a 2nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 2015) Research of Modeling in Complex Manufacturing-process-oriented Visual Production Fucheng Pan 1, Peng Li 2,

More information

An Architecture for the Agricultural Machinery Intelligent Scheduling in Cross-Regional Work Based on Cloud Computing and Internet of Things

An Architecture for the Agricultural Machinery Intelligent Scheduling in Cross-Regional Work Based on Cloud Computing and Internet of Things An Architecture for the Agricultural Machinery Intelligent Scheduling in Cross-Regional Work Based on Cloud Computing and Internet of Things Sun Zhiguo 1,2, Xia Hui 3, and Wang Wensheng 1,2 1 Agricultural

More information

Research on Project Management in Enterprise Marketing

Research on Project Management in Enterprise Marketing ORIGINAL ARTICLE Research on Project Management in Enterprise Marketing WANG Ya Dianchi College of Yunnan University, Yunnan, Dianchi, 650228, China Abstract: With the development of social economy in

More information

Street Light Management System Repairs: A Case of the Maintenance and Repair Office, the Kinmen County Government

Street Light Management System Repairs: A Case of the Maintenance and Repair Office, the Kinmen County Government Street Light Management System Repairs: A Case of the Maintenance and Repair Office, the Kinmen County Government Yu-Lun Liang, National Quemoy University,Taiwan The Asian Conference on the Social Studies

More information

Agent based Information Processing System Architecture

Agent based Information Processing System Architecture Agent based Information Processing System Architecture Luo Zhongyan Department of Automation Tsinghua University Beijing, P.R.China Liu WenHuang Department of Automation Tsinghua University Beijing, P.R.China

More information

Design and Implementation of Parent fish Breeding Management System Based on RFID Technology

Design and Implementation of Parent fish Breeding Management System Based on RFID Technology Design and Implementation of Parent fish Breeding Management System Based on RFID Technology Yinchi Ma 1, 2, Wen Ding 1, 2 1 Beijing Fisheries Research Institute, Beijing, 100068, China 2 National Engineering

More information

The Cultural Integration in the Process of Cross-border Mergers and Acquisitions

The Cultural Integration in the Process of Cross-border Mergers and Acquisitions The Cultural Integration in the Process of Cross-border Mergers and Acquisitions Zhanwen Zhu, Haifeng Huang China s Research Center for Economic Transition, Beijing University of Technology, China [Abstract]

More information

Special edition paper Development of a Total Operation Management System

Special edition paper Development of a Total Operation Management System Development of a Total Operation Management System Keita Hara*, Hisashi Kojima*, Fumihiko Henda* and Takashi Watanabe* Among the various tasks involved when a train schedule is disrupted, transmitting

More information

Research on Design and Implementation of Intelligent Warehouse Management System in Z Company

Research on Design and Implementation of Intelligent Warehouse Management System in Z Company International Journal of Science and Qualitative Analysis 2016; 2(3): 30-35 http://www.sciencepublishinggroup.com/j/ijsqa doi: 10.11648/j.ijsqa.20160203.12 ISSN: 2469-8156 (Print); ISSN: 2469-8164 (Online)

More information

The Application used RFID in Third Party Logistics

The Application used RFID in Third Party Logistics Available online at www.sciencedirect.com Physics Procedia 25 (2012 ) 2045 2049 2012 International Conference on Solid State Devices and Materials Science The Application used RFID in Third Party Logistics

More information

Research on Measurement of Service Capability of Logistics Enterprise

Research on Measurement of Service Capability of Logistics Enterprise 3rd International Conference on Management Science and Management Innovation (MSMI 2016) Research on Measurement of Service Capability of Logistics Enterprise iao-juan Bai, Miao Su Beijing Wuzi University,

More information

A Study of the Campus Facilities Maintenance System with. Building Information Modeling Application

A Study of the Campus Facilities Maintenance System with. Building Information Modeling Application A Study of the Campus Facilities Maintenance System with Building Information Modeling Application Lee-Kuo Lin a, Yen-Yu Hu b and Si-Yu Chen c a Department of Civil Engineering, National Taipei University

More information

The Study of The Framework For TCM Production Management System

The Study of The Framework For TCM Production Management System 2nd International Conference on Information, Electronics and Computer (ICIEAC 2014) The Study of The Framework For TCM Production Management System Herui Wang Software Engineering Institute BeiHang University

More information

Application of an Improved Neural Network Algorithm in E- commerce Customer Satisfaction Evaluation

Application of an Improved Neural Network Algorithm in E- commerce Customer Satisfaction Evaluation Application of an Improved Neural Network Algorithm in E- commerce Customer Satisfaction Evaluation Lei Yang 1,2 *, Ying Ma 3 1 Science and Technology Key Laboratory of Hebei Province, Baoding 071051,

More information

Research on Intelligent Marketing Mode of Power under the Background of Big Data.,Songxue Hou,Hong Shen,Yan Liu. and Xiaochun Zhang

Research on Intelligent Marketing Mode of Power under the Background of Big Data.,Songxue Hou,Hong Shen,Yan Liu. and Xiaochun Zhang 7th International Conference on Mechatronics, Computer and Education Informationization (MCEI 2017) Research on Intelligent Marketing Mode of Power under the Background of Big Data 1,a* Shunchao Wang 1,b

More information

1Introduction. Features. 2System. Automation College, Beijing Union University, Beijing, China

1Introduction. Features. 2System. Automation College, Beijing Union University, Beijing, China Design of a Humanized Vending Machine Framework A. LiXin in Zhao 1, B. Ping Li 1 1 Automation College, Beijing Union University, Beijing, China Abstract - In developed countries, vending machines are playing

More information

MEDIATOR-BASED COMMUNICATION, NEGOTIATION AND SCHEDULING FOR DECENTRALISED PRODUCTION MANAGEMENT

MEDIATOR-BASED COMMUNICATION, NEGOTIATION AND SCHEDULING FOR DECENTRALISED PRODUCTION MANAGEMENT MEDIATOR-BASED COMMUNICATION, NEGOTIATION AND SCHEDULING FOR DECENTRALISED PRODUCTION MANAGEMENT I. Seilonen 1, G. Teunis 2, P. Leitão 3 1 VTT Automation, ilkka.seilonen@vtt.fi, Finland 2 University of

More information

STUDY ON BIM-BASED STRUCTURAL WORKING DRAWING DESIGN SYSTEM

STUDY ON BIM-BASED STRUCTURAL WORKING DRAWING DESIGN SYSTEM STUD O BIM-BASED STRUCTURAL WORKIG DRAWIG DESIG SSTEM ong Wang, PhD, PMP, wangyong_tj@126.com Beijing Urban Construction Group Co. Ltd., Beijing, China Department of Civil Engineering, Tsinghua University,

More information

Study on Enterprise Integration Platform based on Web Services Li Gao 1,a, Xiaojun Meng 2,b and Yongjin Yu 3,c

Study on Enterprise Integration Platform based on Web Services Li Gao 1,a, Xiaojun Meng 2,b and Yongjin Yu 3,c Applied Mechanics and Materials Vols. 16-19 (2009) pp 633-638 Online: 2009-10-12 (2009) Trans Tech Publications, Switzerland doi:10.4028/www.scientific.net/amm.16-19.633 Study on Enterprise Integration

More information

Production Scheduling System for Oil and Gas Storage and Transportation Based on GIS and SCADA Technology

Production Scheduling System for Oil and Gas Storage and Transportation Based on GIS and SCADA Technology Production Scheduling System for Oil and Gas Storage and Transportation Based on GIS and SCADA Technology Binghe Liu School of Mechanical Engineering, Beijing Institute of Petrochemical Technology, China

More information

Application of Internet of Things Management in Electric Power Industry

Application of Internet of Things Management in Electric Power Industry Application of Internet of Things Management in Electric Power Industry Yong Qian1, a, Xinyu Wang1, Hua Guo1, Xuanchen Long1, Xiaoguang Chi1 1State Grid Tieling Electric Power Supply Company, Tieling,

More information

Design of material management system of mining group based on Hadoop

Design of material management system of mining group based on Hadoop IOP Conference Series: Earth and Environmental Science PAPER OPEN ACCESS Design of material system of mining group based on Hadoop To cite this article: Zhiyuan Xia et al 2018 IOP Conf. Ser.: Earth Environ.

More information

Research on the E-business Model and Enterprise Financial Management based on Cloud Computing

Research on the E-business Model and Enterprise Financial Management based on Cloud Computing , pp.305-316 http://dx.doi.org/10.14257/ijdta.2016.9.8.28 Research on the E-business Model and Enterprise Financial Management based on Cloud Computing Zhao Dongmei, Li Juan and Song Suyan North China

More information

Research Article Scheduling Methods for Food Resource Management under the Environment of Cloud

Research Article Scheduling Methods for Food Resource Management under the Environment of Cloud Advance Journal of Food Science and Technology 11(4): 281-285, 2016 DOI:10.19026/ajfst.11.2411 ISSN: 2042-4868; e-issn: 2042-4876 2016 Maxwell Scientific Publication Corp. Submitted: May 5, 2015 Accepted:

More information

Construction of Supply Chain of Fresh Agricultural Products of CR Vanguard Supermarket Based on Computer Information Platform Zhang Peng, Kang Jian

Construction of Supply Chain of Fresh Agricultural Products of CR Vanguard Supermarket Based on Computer Information Platform Zhang Peng, Kang Jian 3rd International Conference on Materials Engineering, Manufacturing Technology and Control (ICMEMTC 2016) Construction of Supply Chain of Fresh Agricultural Products of CR Vanguard Supermarket Based on

More information

5.3 Supply Management within the MES

5.3 Supply Management within the MES Technical 6x9 / Manufacturing Execution Sytems (MES): Design, Planning, and Deployment / Meyer / 0-07-162383-3 / Chapter 5 Core Function Production Flow-Oriented Planning 85 Customer data (e.g., customer

More information