• Title/Summary/Keyword: Implementation Task

Search Result 565, Processing Time 0.03 seconds

The Effect on Task Performance Ability of Project Method to Develop Solar Tracking Control System in Specialized High School (특성화고의 태양광 추적 제어 시스템 개발 프로젝트법이 학습자의 과제 수행 능력에 미치는 효과)

  • Han, Yu-Jin;Kim, Bang-Hee;Kim, Jinsoo
    • Journal of Engineering Education Research
    • /
    • v.17 no.1
    • /
    • pp.3-11
    • /
    • 2014
  • The purpose of this study was to verity the effect of project method on the task performance ability in development of a solar-tracking-control-system of specialized high school. In order to carry out this study, 2 classes of technical high school in Jeonbuk are chosen as experimental and control groups. The experimental group was taught by project method and the control group was taught by traditional instruction. Project method was designed by 4 stages-selection of goal, planning, implementation and evaluation. According to these stages, experimental group's students carried out the project that developing solar tracking control system in solar generation. The results of this study are as follows; the project method was more effective than the traditional instruction in planning ability for task performance and implementation ability, subordinates of task performance ability. However, information gathering ability and evaluation ability on task performance, others in subordinates, it is not clear that the project method is more effective.

An Implementation of Task Switching and Interrupt Handling Mechanisms of OSEK Operating System based on ARM Processor (ARM 프로세서를 기반으로 한 OSEK 운영체제의 태스크 전환 및 인터럽트 핸들링 메커니즘 구현)

  • Rim, Seong-Rak;Kwon, O-Yong
    • Journal of the Korea Academia-Industrial cooperation Society
    • /
    • v.12 no.4
    • /
    • pp.1947-1953
    • /
    • 2011
  • OSEK/VDX is a joint project aiming at an industry standard for ECUs in vehicles and OSEK OS is a real-time operating system that meets OSEK/VDX specifications. In this paper, we suggest an implementation of task switching and interrupt handling mechanisms of OSEK operating system based on ARM processors. Considering the requirements of OSEK OS and characteristics of ARM processor, we have designed task switching and interrupt handling mechanisms. For evaluating the validation of the suggested mechanisms, we have checked the functional correctness on an experimental embedded board with ARM processor and calculated the time of task switching and interrupt handling.

RFID Implementation Readiness Model : Impact of Technology, Human, Vender, and Task Factors

  • Lim, Se-Hun
    • Journal of Digital Convergence
    • /
    • v.9 no.1
    • /
    • pp.71-87
    • /
    • 2011
  • Currently, many companies are interested in (Radio Frequency Identification (RFID). Nonetheless, technical imperfection and the uncertainty of Return on Investment (ROD is discouraging the companies' intention to implement RFID. Accordingly, while a number of companies concede the efficiency of RFID, few of them expresses enthusiasm, making a rain check to adopt RFID. Moreover, the recent economic depression has down-sized the companies' investment on Information Technology (IT), subsequently hindering RFID implementation. In adopting RFID, the collaboration of supply chain is the most importance factor. Therefore, in implementing RFID, many companies reinforced collaboration of supply chain. Therefore, this study will focus on performing an analysis on several factors which influence the intention to adoption of RFID, such as the human factor, technology factor, vender factor and task factor. The results of this study will provide useful guidelines for RFID adoption strategy to Korean companies.

An Efficient Semaphore Implementation Scheme with Event (이벤트를 고려한 효과적인 세마포어 구현 알고리듬)

  • Han, Ki-Hee;Sihn, Bong-Sik;Pi, Chan-Ho;Chong, Jong-Wha
    • Proceedings of the Korea Information Processing Society Conference
    • /
    • 2002.04a
    • /
    • pp.687-690
    • /
    • 2002
  • In this paper, we present a novel semaphore implementation scheme which shortens finish time of high priority tasks and improves reliability of a system. The real-time systems have time constraints. Especially, the task with hard real-time constraints must meet its deadline. Consequently, managing shared resources is considered guaranteeing mutual exclusion as well as meeting task's deadline under unfavorable condition. According to the number and sort of the locked semaphores under the event occurred, this paper presents the reduction of the finish time of high priority task by decision whether the context switched or not. The experimental results show that the proposed method gives performance improvements in finish time of high priority tasks of about 11% over zuberi[4] method.

  • PDF

Design and Control of a Multi-Function and Multi-Joint Robot (다기능 다관절 로봇의 설계 및 제어)

  • Joo Jin-Hwa
    • Proceedings of the KAIS Fall Conference
    • /
    • 2004.11a
    • /
    • pp.166-169
    • /
    • 2004
  • In this paper show how to design a redundant robot which is suitable for the multiple task without any constraints on the workspace. The implementation is possible by the rigid connection of a mobile robot and a task robot. Use a five joint articulated robot as the task robot; designed the 3 joint mobile robot for this usage. For a task execution assigned to the redundant robot, not only the task robot but the mobile robot should work in the coordinated way. therefore, a kinematic connection of the two robots should be cleary represented in a frame. And, also the dynamic interaction between the two robots needs to be analyzed. Clarified these issues considering the control of the redundant robot. Finally, demonstrate away of utilization of the redundancy as the cooperation between the mobile robot and the task robot to execute a common task.

  • PDF

Design and Implementation of Multi-Level scheduling on MicroC/OS-II (MicroC/OS - II 기반에서 Multi-Level 스케줄링의 설계 및 구현)

  • Lim Bosub;Lee Jaeyoon;Kim Kwang;Heu Sin
    • Proceedings of the Korean Information Science Society Conference
    • /
    • 2005.07a
    • /
    • pp.832-834
    • /
    • 2005
  • 임베디드 시스템은 범용 컴퓨팅 시스템과 달리 자신을 포함하고 있는 기기에 부과된 특정 목적의 컴퓨팅 작업만을 수행한다. 이 시스템을 제어하기 위해서 운영체제가 필요로 하며, 임베디드 환경에서는 신뢰성과 정확성을 요하는 부분이 많기 때문에 실시간 운영체제를 필요로 한다. Real-Time kernel을 기반으로 하는 MicroC/OS-II는 수많은 용도로 사용되고 있지만 task 사용에 한계가 있다. 이 논문에서 제안하는 스케줄링은 task의 생성 수를 늘려주지만, 이 경우 task간의 우선순위 설정이 어려워진다. 이 문제 해결을 위해서 task들의 우선순위 결정은 deadline을 이용하여 3레벨로 나눈다. 3레벨로 나누어지면 task의 수가 증가해도 개발자는 task들을 레벨에 맞게 설정하면 task 관리로 인하여 생기는 문제를 줄일 수 있으며, 효율적인 스케줄링을 가능하게 한다.

  • PDF

The effects of dual-task training on ambulatory abilities of stroke patients: Review of the latest trend

  • Lee, Gyu Chang;Choi, Won Jae
    • Physical Therapy Rehabilitation Science
    • /
    • v.1 no.1
    • /
    • pp.1-5
    • /
    • 2012
  • Objective: Dual-task walking deficits impact functional daily life, which often requires walking while performing simultaneous tasks such as talking, thinking or carrying an object. This study is to find out the latest trend of dual-task training's influence on ambulatory abilities of a stroke patient. Design: Systematic review of randomized controlled trials. Methods: This literature review was conducted in Pubmed and Sciencedirect with the follwing key words:stroke, cerebro-vascular accident, hemiplegia, gait, rehabilitation, exercise. 7 studies were chosen in findings by search tool. 3 studies were case study, 3 studies were cross sectional observational study and 1 study was randomized controlled trial. Results: It was found that stroke patients have difficulties in doing 2 motor tasks simultaneously and when they do 2 tasks, one is done in a naturally preferred activity areas. Moreover, when simply applying dual-tasks, the walking speed decreased. Meanwhile, when applying them through training, the speed increased. This showed the improvement of effective task-implementation abilities after dual-task training using task-integration models. Conclusions: In the beginning of the 2000s, dual-tasks were implemented by simply combining walking and cognition or exercise task, and the results of this study suggest that subjects with stroke have difficulty performing dual task. However, the latest trend is to let patients do the dual-task training by combining it with virtual reality. Therefore, dual task training could be performed in a safe in the environment such as virtual reality or augment reality.

  • PDF

Critical Success Factors for BPM Implementation : A Multiple Case Study (다중 사례 분석을 통한 BPM의 핵심성공요인에 관한 연구)

  • Lee, Sung-Ho;Lee, Jung-Hoon;Jeon, Ho-Jin
    • The Journal of Society for e-Business Studies
    • /
    • v.17 no.1
    • /
    • pp.189-214
    • /
    • 2012
  • In recent years, the innovative management tool of Business Process Management (BPM), has begun to reorganize business processes to enhance firms' operational performance. As practitioners have identified a number of failed BPM projects, research has begun to consider the Critical Success Factors (CSFs) for successful BPM implementation. However, these research works have not yet been properly theoretically grounded in being able rigorously to classify and then compare different BPM implementation practices. The main objective of this paper is thus to identify a theoretical basis for BPM implementation. The paper proposes a combined theoretical framework of dynamic capability and task-technology fit to identify CSFs for BPM. This basis is then used to interpret three different case studies of BPM implementation in Korea.

A Study on the Control of Macro-Micro Robotic Systems (마크로-마이크로 로보트의 제어에 관한 연구)

  • 주진화;명지태;박의열;이장명
    • Journal of the Korean Institute of Telematics and Electronics B
    • /
    • v.31B no.9
    • /
    • pp.47-56
    • /
    • 1994
  • In this paper, we demonstrate how to design a redundant robot which is suitable for the multiple task execution without any constraints on the work space. The implementation is possible by the rigid connection of a cacro-robot and a micro-robot. A 5 d.o.f. articulated robor designed for commercial purpose is utilized as a micro-robot which can perform a general task with the appropriate adjustment of its base location. The base of a micro-robot is located at a suitable position by the macro-robot designed and implemented through this research. A task assigned to this redundant robot is performed mainly by the micro-robot. However, when the micro-robot cannot perform the task by itself or when the micro-robot has difficulties in performing the task, the coordination of the macro-robot is requited. To monitor the task execution efficiency of the micro-robot, we used the 'Manipulability Measure' as a cost function. The coordination between the two robots are verified both by the simulation and the experiment.

  • PDF