• Title/Summary/Keyword: Task-load

Search Result 356, Processing Time 0.029 seconds

A Development of Adaptive VM Migration Techniques in Cloud Computing (클라우드 컴퓨팅에서 적응적 VM 마이그레이션 기법 개발)

  • Lee, HwaMin
    • KIPS Transactions on Computer and Communication Systems
    • /
    • v.4 no.9
    • /
    • pp.315-320
    • /
    • 2015
  • In cloud computing, server virtualization supports one or more virtual machines loaded on multiple operating systems on a single physical host server. Migration of a VM is moving the VM running on a source host to another physical machine called target host. A VM live migration is essential to support task performance optimization, energy efficiency and energy saving, fault tolerance and load balancing. In this paper, we propose open source based adaptive VM live migration technique. For this, we design VM monitoring module to decide VM live migration and open source based full-virtualization hypervisor.

A study on the improvement of performance of polishing robot attached to machining center (머시닝센터 장착형 연마 로봇의 성능 향상에 관한 연구)

  • 조영길;이민철;전차수
    • 제어로봇시스템학회:학술대회논문집
    • /
    • 1997.10a
    • /
    • pp.1275-1278
    • /
    • 1997
  • Cutting process has been automated by progress of CNC and CAD/CAM, but polishing process has been depended on only experiential knowledge of expert. To automate the polishing pricess polishing robot with 2 degrees of freedom which is attached to a machining center with 3 degrees of freedom has been developed. this automatic polishing robot is able to keep the polishing tool normal on the curved surface of die to improve a performance of polishing. Polishing task for a curved surface die demands repetitive operation and high precision, but conventional control algorithm can not cope with the problem of disturbance such as a change of load. In this research, we develop robust controller using real time sliding mode algorithm. To obtain gain parameters of sliding model control input, the signal compression method is used to identify polishing robot system. To obtain an effect of 5 degrees of freedom motion, 5 axes NC data for polishing are divided into data of two types for 3 axis machining center and 2 axis polishing are divided into data of two types for 3 axis machining center and 2 axis polishing robot. To find an efficient polishing condition to obtain high quality, various experiments are carried out.

  • PDF

Algorithmic Proposal of Optimal Loading Pattern and Obstacle-Avoidance Trajectory Generation for Robot Palletizing Simulator (로봇 팔레타이징 시뮬레이터를 위한 적재 패턴 생성 및 시변 장애물 회피 알고리즘의 제안)

  • Yu, Seung-Nam;Lim, Sung-Jin;Kim, Sung-Rak;Han, Chang-Soo
    • Journal of Institute of Control, Robotics and Systems
    • /
    • v.13 no.11
    • /
    • pp.1137-1145
    • /
    • 2007
  • Palletizing tasks are necessary to promote efficient storage and shipping of boxed products. These tasks, however, involve some of the most monotonous and physically demanding labor in the factory. Thus, many types of robot palletizing systems have been developed, although many robot motion commands still depend on the teach pendant. That is, the operator inputs the motion command lines one by one. This is very troublesome and, most importantly, the user must know how to type the code. We propose a new GUI(Graphic User Interface) for the palletizing system that is more convenient. To do this, we used the PLP "Fast Algorithm" and 3-D auto-patterning visualization. The 3-D patterning process includes the following steps. First, an operator can identify the results of the task and edit them. Second, the operator passes the position values of objects to a robot simulator. Using those positions, a palletizing operation can be simulated. We chose a widely used industrial model and analyzed the kinematics and dynamics to create a robot simulator. In this paper we propose a 3-D patterning algorithm, 3-D robot-palletizing simulator, and modified trajectory generation algorithm, an "overlapped method" to reduce the computing load.

A Plug-in Development for Interworking between SysML Model and Plant Information (SysML모델과 플랜트정보 간 상호연동을 위한 플러그인 개발)

  • Kim, Joon Young;Lee, Tae Kyong;Cha, Jae Min
    • Journal of the Korean Society of Systems Engineering
    • /
    • v.15 no.2
    • /
    • pp.17-30
    • /
    • 2019
  • Due to difficulties in tracking design information of existing document-based configuration management, the research on the development of plant SysML model was started to apply the model-based system engineering methodology to comprehensively manage various design information. However, until now, in order to create the SysML model, the engineers are checking the design information and inputting it to the SysML model. This process requires a lot of time and manpower, it is required to minimize it. Therefore, this study has recognized the problem, a plug-in that extracts the plant design information in the design document and automatically converts the SysML plant model from it. Specifically, the development was performed in the following order. First, the extraction file was selected as the most commonly used Excel file as the plant design document. Next, the design information in the document was analyzed, and extracted information including tag number, name, and the capacity were selected. Finally, the plant SysML model conversion module was implemented. The developed plug-in is confirmed that the task load of the engineers by the SysML model conversion can be minimized and the model can be generated more quickly and accurately.

Integrated Monitoring System using Log Data (로그 데이터를 이용한 통합모니터링 시스템)

  • Jeon, Byung-Jin;Yoon, Deok-Byeong;Shin, Seung-Soo
    • Journal of Convergence for Information Technology
    • /
    • v.7 no.1
    • /
    • pp.35-42
    • /
    • 2017
  • In this paper, we propose to implement an integrated monitoring system using log data to reduce the load of analysis task of information security officer and to detect information leak in advance. To do this, we developed a transmission module between different model DBMS that transmits large amount of log data generated by the individual security system (MSSQL) to the integrated monitoring system (ORACLE), and the transmitted log data is digitized by individual and individual and researches about the continuous inspection and measures against malicious users when the information leakage symptom is detected by using the numerical data.

A Study on the Improving Performance of Massively Small File Using the Reuse JVM in MapReduce (MapReduce에서 Reuse JVM을 이용한 대규모 스몰파일 처리성능 향상 방법에 관한 연구)

  • Choi, Chul Woong;Kim, Jeong In;Kim, Pan Koo
    • Journal of Korea Multimedia Society
    • /
    • v.18 no.9
    • /
    • pp.1098-1104
    • /
    • 2015
  • With the widespread use of smartphones and IoT (Internet of Things), data are being generated on a large scale, and there is increased for the analysis of such data. Hence, distributed processing systems have gained much attention. Hadoop, which is a distributed processing system, saves the metadata of stored files in name nodes; in this case, the main problems are as follows: the memory becomes insufficient; load occurs because of massive small files; scheduling and file processing time increases because of the increased number of small files. In this paper, we propose a solution to address the increase in processing time because of massive small files, and thus improve the processing performance, using the Reuse JVM method provided by Hadoop. Through environment setting, the Reuse JVM method modifies the JVM produced conventionally for every task, so that multiple tasks are reused sequentially in one JVM. As a final outcome, the Reuse JVM method showed the best processing performance when used together with CombineFileInputFormat.

Physiological viewpoint of the recommended safe weights of load for manual materials handling tasks (인력물자취급의 권장안전하중에 대한 생리학적 고찰)

  • 김홍기
    • Journal of the Ergonomics Society of Korea
    • /
    • v.16 no.3
    • /
    • pp.23-36
    • /
    • 1997
  • The objective of this study was to make a comparison of the oxygen consumption rates during the lifting activities and the physiological criteria of the recommended weights of RWL, AL, and MPL by NIOSH Guideline. The physical Work Capacity (PWC) based on the bicycle ergometer was 2562.71ml/min, and the one based on the treadmill was 2874.89ml/min for the college male students of Korea. Lifting activities with four different lifting frequencies(2, 5, 8, 11 lifts/min) for one lifting range from floor to 76cm height were studied. The oxygen consumption rates and the heart rates were measured or recorded while subjects were lifting the weight of RWL, AL, and MPL. The heart rates and the oxygen consumption rates increased as the frequency increased from 2 to lifts/min. However, those slightly decreased at the frequency of 11 lifts/ min. The measured oxygen consumption rates were ranging from 2.3% to 29.6% higher than the physiological criteria 620, 700, and 1000ml/min, respectively, of the RWL, AL, and MPL for all the lifting frequencies (5, 8, 11 lift/min) except 2 lifts/min. It si suggested that the physiological criteria of NIOSH Guideline should be based on the lifting PWC, which can consider the type of lifting activity and the frequency of the task, rather than using the PWC by ergometer or treadmill. The measured oxygen consumption rates were ranging from 13.26% to 40.11% higher than the values estimated using the models by Garg and Kim. From these findings it is suggested that the NIOSH Equation should not be directly applied to Korean without resonable modifications.

  • PDF

Improved Melody Recognition Performance of a Cochlear Implant Speech Processing Strategy Using Instantaneous Frequency Encoding Based on Teager Energy Operator

  • Choi, Sung-Jin;Ryu, Sang-Baek;Kim, Kyung-Hwan
    • Journal of Biomedical Engineering Research
    • /
    • v.31 no.6
    • /
    • pp.417-426
    • /
    • 2010
  • We present a speech processing strategy incorporating instantaneous frequency (IF) encoding for the enhancement of melody recognition performance of cochlear implants. For the IF extraction from incoming sound, we propose the use of a Teager energy operator (TEO), which is advantageous for its lower computational load. From time-frequency analysis, we verified that the TEO-based method provides proper IF encoding of input sound, which is crucial for melody recognition. Similar benefit could be obtained also from the use of a Hilbert transform (HT), but much higher computational cost was required. The melody recognition performance of the proposed speech processing strategy was compared with those of a conventional strategy using envelope extraction, and the HT-based IF encoding. Hearing tests on normal subjects were performed using acoustic simulation and a musical contour identification task. Insignificant difference in melody recognition performance was observed between the TEO-based and HT-based IF encodings, and both were superior to the conventional strategy. However, the TEO-based strategy was advantageous considering that it was approximately 35% faster than the HT-based strategy.

An Implementation of Real time Video Multicasting Sever (실시간 영상 다중 전송을 위한 서버의 구현)

  • Kim, Cheol-U;Lee, Wan-Jik;Lee, Seon-U;Lee, Gyeong-Ho;Han, Gi-Jun
    • The Transactions of the Korea Information Processing Society
    • /
    • v.4 no.1
    • /
    • pp.288-297
    • /
    • 1997
  • Real-time video multicast using a single computer system is a difficult task because capturing, compressing and delivering video causes a long delay in internetworking environments. This paper describes an implementation of the real time video multicasting server which processes video capture, compression and multicasting in parallel. This paper also presents a flow control mechanism to solve a problem caused by difference between the three tasks.

  • PDF

Robust Internal Model Control of Three-Phase Active Power Filter for Stable Operation in Electric Power Equipment (전력설비의 안정한 운용을 위한 3상 능동전력필터의 강인한 내부모델제어)

  • Park, Ji-Ho;Kim, Dong-Wan
    • The Transactions of The Korean Institute of Electrical Engineers
    • /
    • v.62 no.10
    • /
    • pp.1487-1493
    • /
    • 2013
  • A new simple control method for active power filter, which can realize the complete compensation of harmonics is proposed. In the proposed scheme, a model-based digital current control strategy is presented. The proposed control system is designed and implemented in a form referred to as internal model control structure. This method provides a convenient way for parameterizing the controller in term of the nominal system model, including time-delays. As a result, the resulting controller parameters are directly set based on the power circuit parameters, which make tuning of the controllers straightforward task. In the proposed control algorithm, overshoots and oscillations due to the computation time delay is prevented by explicit incorporating of the delay in the controller transfer function. In addition, a new compensating current reference generator employing resonance model implemented by a DSP(Digital Signal Processor) is introduced. Resonance model has an infinite gain at resonant frequency, and it exhibits a band-pass filter. Consequently, the difference between the instantaneous load current and the output of this model is the current reference signal for the harmonic compensation.