• Title/Summary/Keyword: execution monitoring

Search Result 182, Processing Time 0.155 seconds

A Cyber-Physical Information System for Smart Buildings with Collaborative Information Fusion

  • Liu, Qing;Li, Lanlan
    • KSII Transactions on Internet and Information Systems (TIIS)
    • /
    • v.16 no.5
    • /
    • pp.1516-1539
    • /
    • 2022
  • This article shows a set of physical information fusion IoT systems that we designed for smart buildings. Its essence is a computer system that combines physical quantities in buildings with quantitative analysis and control. In the part of the Internet of Things, its mechanism is controlled by a monitoring system based on sensor networks and computer-based algorithms. Based on the design idea of the agent, we have realized human-machine interaction (HMI) and machine-machine interaction (MMI). Among them, HMI is realized through human-machine interaction, while MMI is realized through embedded computing, sensors, controllers, and execution. Device and wireless communication network. This article mainly focuses on the function of wireless sensor networks and MMI in environmental monitoring. This function plays a fundamental role in building security, environmental control, HVAC, and other smart building control systems. The article not only discusses various network applications and their implementation based on agent design but also demonstrates our collaborative information fusion strategy. This strategy can provide a stable incentive method for the system through collaborative information fusion when the sensor system is unstable in the physical measurements, thereby preventing system jitter and unstable response caused by uncertain disturbances and environmental factors. This article also gives the results of the system test. The results show that through the CPS interaction of HMI and MMI, the intelligent building IoT system can achieve comprehensive monitoring, thereby providing support and expansion for advanced automation management.

Design and Implementation of a Monitor Checking the Execution Time of Real-time Object-oriented Programs (실시간 객체지향 프로그램의 실행시간을 감시하는 모니터의 설계 및 구현)

  • Min, Byoung-Joon;Choi, Jae-Young;Kim, Jung-Guk;Kim, Moon-Hae
    • The Transactions of the Korea Information Processing Society
    • /
    • v.7 no.12
    • /
    • pp.3804-3814
    • /
    • 2000
  • This paper presents an efficient implementation of a run-time monitor which checks the satisfaction of the timing constraints of real-time object-oriented programs based on a real-time object model called TMO(Time-triggered Messagedtriggered Object). An execution environment of TMO programs on Windows as, WTMOS(Windows TMO System) has been utilized for the implementation and an experimental application for thermostatic control has been developed to analyze the performance of the run-time monitor. We suggest a methodology for application programmers to specify the target methods with the monitoring conditions and an implementation technique which incurs the small cost by effectively distributing the functions of the monitor into the WTMOS and a TMO object.

  • PDF

Developing a Data Model of Product Manufacturing Flow for an IC Packaging WIP System

  • Lin, Long-Chin;Chen, Wen-Chin;Sun, Chin-Huang;Tsai, Chih-Hung
    • International Journal of Quality Innovation
    • /
    • v.6 no.3
    • /
    • pp.70-94
    • /
    • 2005
  • The IC packaging industry heavily relies on shop floor information, necessitating the development of a model to flexibly define shop floor information and timely handle manufacturing data. This study presents a novel data model of product manufacturing flow to define shop floor information to effectively respond to accelerated developments in IC package industry. The proposed data model consists of four modules: operation template setup, general process setup, enhanced bill of manufacture (EBOMfr) setup, and work-order process setup. The data model can flexibly define the required shop floor information and decision rules for shop floor product manufacturing flow, allowing one to easily adopt changes of the product and on the shop floor. However, to handle floor dynamics of the IC packaging industry, this work also proposes a WIP (i.e. work-in-process) system for monitoring and controlling the product manufacturing flow on the shop floor. The WIP system integrates the data model with a WIP execution module. Furthermore, an illustrative example, the MIRL WIP System, developed by Mechanical Industrial Research Laboratories of Industrial Technology Research Institute, demonstrates the effectiveness of the proposed model.

A Case Study on the Business Innovation for increasing National Science and Technology Competitiveness power - Simplification and Digitalization of R&D Expenses Performance procedure - (국가과학기술경쟁력 제고를 위한 과학기술부 업무혁신 사례 - 연구비 집행절차 간소화 및 디지털화 -)

  • Kim, Bong-Su;Lee, Eun-Yeong;Choe, Un-Baek;Jang, Bo-Hyeon
    • 한국디지털정책학회:학술대회논문집
    • /
    • 2007.06a
    • /
    • pp.51-58
    • /
    • 2007
  • Considering innovation a key to raising living standards, the Ministry of Science and Technology has put in place various measures meeting the needs of the newly promoted Deputy Prime Minister of Science and Technology. Such measures include business process reengineering as streamlining the work process to achieve the improvement in quality and efficiency: building the integrated performance management system to promote performance-or tented environment; and running the 1ifelong learning system for better competitiveness of government officials. Further to the innovation efforts at work, the number of steps of the R&D budget execution is streamlined from eight to five and its payment period is considerably reduced to 15 days from 60 days. In addition, the digitalized R&D budget management systems such as e-Contract System, One-click Processing Monitoring System, and Information Service System through Short Message Service (SMS) will contribute to improving R&D performance. And these systems are efficiently integrated into a portal interface named "Yeon-gu-ma-ru." The Ministry of Science and Technology, spearheading nationwide innovation, will continue efforts to make viable achievements of innovation.

  • PDF

Research Trend Analysis in the Performance Measurement and Monitoring of Construction Projects through Keyword Analysis (선행연구 키워드 분석을 통한 건설 프로젝트의 성과측정 및 관리분야의 연구 트렌드 분석)

  • Kim, Chang-Won;Kim, Taehoon;Lim, Hyunsu
    • Proceedings of the Korean Institute of Building Construction Conference
    • /
    • 2018.05a
    • /
    • pp.171-172
    • /
    • 2018
  • Performance measurement and management in the construction industry has traditionally been regarded as the major factor for successful business execution. In addition, there is emphasis on the function of performance measurement and management that can early warn potential risks and poor performance in project execution environment changes. Previous studies have made various attempts to measure the quantitative performance of construction projects, and the research to derive the link between the results and the issue that can meet the future needs is expected to provide valuable information. The purpose of this study is to analyze the research trends based on the keywords presented in previous studies on the performance measurement and management of construction projects. Considering that the results presented in the existing literature can be an indicator of the evolution of the sector before it is applied to industry, the result of this study is expected to be used as a basic data to support the establishment of research direction in the future.

  • PDF

Design and Implementation of Efficient Mitigation against Return-oriented Programming (반환 지향 프로그래밍 공격에 대한 효율적인 방어 기법 설계 및 구현)

  • Kim, Jeehong;Kim, Inhyeok;Min, Changwoo;Eom, Young Ik
    • Journal of KIISE
    • /
    • v.41 no.12
    • /
    • pp.1018-1025
    • /
    • 2014
  • An ROP attack creates gadget sequences which consist of existing code snippets in a program, and hijacks the control flow of a program by chaining and executing gadget sequences consecutively. Existing defense schemes have limitations in that they cause high execution overhead, an increase in the binary size overhead, and a low applicability. In this paper, we solve these problems by introducing zero-sum defender, which is a fast and space-efficient mitigation scheme against ROP attacks. We find a fundamental property of gadget execution in which control flow starts in the middle of a function without a call instruction and ends with a return instruction. So, we exploit this property by monitoring whether the execution is abused by ROP attacks. We achieve a very low runtime overhead with a very small increase in the binary size. In our experimental results, we verified that our defense scheme prevents real world ROP attacks, and we showed that there is only a 2% performance overhead and a 1% binary size increase overhead in several benchmarks.

Study on the measurement of blasting vibration response in construction a subway station at East gate of cultural treasure (지하철건설에 따른 문화재 보호와 동대문역사시공 보고서(1))

  • Choi, Sang-Yol;Ree, Soo-Book;Huh, Ginn;Chai, Soo-Yun
    • Journal of the Korean Professional Engineers Association
    • /
    • v.17 no.3
    • /
    • pp.32-49
    • /
    • 1984
  • The East gate station area is 205M long and 24m deep which is located 13 meter in front of cultural treasure east gate. The area to be excavated by blasting is composed of granite rocks from 10M depth to 25M. Surface earth extends to up 10M depth. This job site has in involves heavy traffic congestion such as over 10,000 cars passing in rush hour where clossing No 1 lint of subway running 3 minitues head way. This east gate station construction is to be executed for the provent of the setting down of underground level and blasting vibration effects to cultural treasure east gate. Therefore, the caltural treasure committee approved this execution subject to the following condition. 1. Subway gelogical foundation and measured natural frequency 2. Execution of water tight wall 3. Sellection and test of damping material for wall and under rail 4. Measurement of monitoring system during the execution 5. Measurement of histogram system The above two projects was carried out by Dr. Kwang team in KAIST and prof, Han in Hanyang University under accadamic study contract. In the blasting work, for the pourpose of reduced vibration and low explosion velocity such as CCR, Kovex slurry. The 2nd, used electrical caps shall be delay cap and M/S caps in multi delay. The 3rd, drilling pattern is bench cut in open cut and applied control blasting in tunnelling and also shall drill anti-vibration holes as line drilling.

  • PDF

A Study of MES for the Product Tracking Based on RFID (제품추적을 위한 RFID기반 제조실행시스템에 대한 연구)

  • Kim, Bong-Seok;Lee, Hong-Chul
    • KSCI Review
    • /
    • v.14 no.2
    • /
    • pp.159-164
    • /
    • 2006
  • MES(Manufacturing Execution System) is a control system which supports basic activities(scheduling, working process and qualify management, etc) to execute working on the shop floor. As especially MES is a system to decrease the gap between production planning and operating, it executes functions that make decision between management and labor using real-time data. MES for real-time information processing requires certain conditions such as data modeling of RFID, which has recently attracted attentions, and monitoring of each product unit from manufacture to sales. However, in the middle of processing the unit with a RFID tag, transponders(readers) can't often read the tag due to reader's malfunctions, intentional damages, loss and the circumstantial effects; for that reason, users are unable to confirm the location of the product unit. In this case, users cannot avoid tracing the path of units with uncertain clues. In this paper, we suggest that the unique MES based on RFID and Bayesian Network can immediately track the product unit, and show how to evaluate it.

  • PDF

Web Service-based SCM Process Execution Using BPM (BPM을 이용한 웹서비스 기반의 SCM 프로세스 실행)

  • Seo, Yong-Won;Choi, Yong-Sun;Jang, Jin-Yong;Bae, Hye-Rim
    • The Journal of Society for e-Business Studies
    • /
    • v.9 no.4
    • /
    • pp.65-83
    • /
    • 2004
  • Keen competence in business environments induces companies to introduce Supply Chain Management (SCM), which is accelerated by emerging information technology. Consequently, supply chain integration requires interacting and information sharing among the companies participating in the supply chain. Web services, platform independent technologies, are recently used for SCM. However, web services themselves do not provide high level supply chain integration. Therefore, the ways to control and manage global processes over supply chain need to be developed. In this paper, we introduce a method of executing and managing supply chain process using Business Process Management (BPM) system. BPM system is a software system to support an efficient execution and management of complex business processes, and it is applied to supply chain processes . The supply chain processes can be regarded network of activities, each of which is served as web service and related to one of the participants. Our approach enables not only efficient managing but also effective monitoring of the process, which can be a good basis for improvement of the processes. For a speedy execution of processes, we provide a method to support decision making in course of executing process by software agents, which are also web services.

  • PDF

A Design of Integrated Scientific Workflow Execution Environment for A Computational Scientific Application (계산 과학 응용을 위한 과학 워크플로우 통합 수행 환경 설계)

  • Kim, Seo-Young;Yoon, Kyoung-A;Kim, Yoon-Hee
    • Journal of Internet Computing and Services
    • /
    • v.13 no.1
    • /
    • pp.37-44
    • /
    • 2012
  • Numerous scientists who are engaged in compute-intensive researches require more computing facilities than before, while the computing resource and techniques are increasingly becoming more advanced. For this reason, many works for e-Science environment have been actively invested and established around the world, but still the scientists look for an intuitive experimental environment, which is guaranteed the improved environmental facilities without additional configurations or installations. In this paper, we present an integrated scientific workflow execution environment for Scientific applications supporting workflow design with high performance computing infrastructure and accessibility for web browser. This portal supports automated consecutive execution of computation jobs in order of the form defined by workflow design tool and execution service concerning characteristics of each job to batch over distributed grid resources. Workflow editor of the portal presents a high-level frontend and easy-to-use interface with monitoring service, which shows the status of workflow execution in real time so that user can check the intermediate data during experiments. Therefore, the scientists can take advantages of the environment to improve the productivity of study based on HTC.